This fix is not DELTA compatible
This commit is contained in:
parent
064efb20e0
commit
664b299a51
4 changed files with 29 additions and 18 deletions
|
|
@ -225,9 +225,12 @@ void ok_to_send();
|
|||
|
||||
void reset_bed_level();
|
||||
void prepare_move();
|
||||
void set_current_position_from_planner();
|
||||
void kill(const char*);
|
||||
|
||||
#if DISABLED(DELTA) && DISABLED(SCARA)
|
||||
void set_current_position_from_planner();
|
||||
#endif
|
||||
|
||||
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
|
||||
void handle_filament_runout();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue