Reduce code in gcode_M81 (PR#2497)
This commit is contained in:
parent
c66955aaf9
commit
469843427d
1 changed files with 0 additions and 5 deletions
|
@ -3687,11 +3687,6 @@ inline void gcode_M140() {
|
||||||
*/
|
*/
|
||||||
inline void gcode_M81() {
|
inline void gcode_M81() {
|
||||||
disable_all_heaters();
|
disable_all_heaters();
|
||||||
st_synchronize();
|
|
||||||
disable_e0();
|
|
||||||
disable_e1();
|
|
||||||
disable_e2();
|
|
||||||
disable_e3();
|
|
||||||
finishAndDisableSteppers();
|
finishAndDisableSteppers();
|
||||||
fanSpeed = 0;
|
fanSpeed = 0;
|
||||||
delay(1000); // Wait 1 second before switching off
|
delay(1000); // Wait 1 second before switching off
|
||||||
|
|
Reference in a new issue