This fix is not DELTA compatible
This commit is contained in:
@ -187,7 +187,9 @@ void Endstops::report_state() {
|
||||
card.sdprinting = false;
|
||||
card.closefile();
|
||||
stepper.quick_stop();
|
||||
set_current_position_from_planner();
|
||||
#if DISABLED(DELTA) && DISABLED(SCARA)
|
||||
set_current_position_from_planner();
|
||||
#endif
|
||||
thermalManager.disable_all_heaters(); // switch off all heaters.
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user