This fix is not DELTA compatible
This commit is contained in:
parent
064efb20e0
commit
664b299a51
4 changed files with 29 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue