Fix include guard to silence duplicate declaration warnings

This commit is contained in:
Yuri D'Elia 2019-08-31 16:09:53 +02:00
parent 50231b76da
commit e25befa175

View file

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