|
@@ -358,9 +358,6 @@ extern int fan_speed[2];
|
|
// Handling multiple extruders pins
|
|
// Handling multiple extruders pins
|
|
extern uint8_t active_extruder;
|
|
extern uint8_t active_extruder;
|
|
|
|
|
|
-
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
//Long pause
|
|
//Long pause
|
|
extern unsigned long pause_time;
|
|
extern unsigned long pause_time;
|
|
extern unsigned long start_pause_print;
|
|
extern unsigned long start_pause_print;
|
|
@@ -514,3 +511,5 @@ void M600_check_state(float nozzle_temp);
|
|
void load_filament_final_feed();
|
|
void load_filament_final_feed();
|
|
void marlin_wait_for_click();
|
|
void marlin_wait_for_click();
|
|
void raise_z_above(float target, bool plan=true);
|
|
void raise_z_above(float target, bool plan=true);
|
|
|
|
+
|
|
|
|
+#endif
|