Fix include guard to silence duplicate declaration warnings
This commit is contained in:
parent
50231b76da
commit
e25befa175
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue