mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
Add M501 to end gcode
#169 Avoid the user sending M500 and saving temporary test settings for acceleration, etc.
This commit is contained in:
@ -18,4 +18,5 @@ var commonEnd = `G28 X0 ; home X axis
|
||||
M106 S0 ; turn off cooling fan
|
||||
M104 S0 ; turn off extruder
|
||||
M140 S0 ; turn off bed
|
||||
M84 ; disable motors`
|
||||
M84 ; disable motors
|
||||
M501 ; restore previous EEPROM values`
|
Reference in New Issue
Block a user