Add custom end gcode

#208
This commit is contained in:
lawgicau
2021-07-13 15:36:45 +10:00
parent 0cfab2c333
commit b0765f7512
3 changed files with 82 additions and 2 deletions

View File

@ -19,4 +19,5 @@ M106 S0 ; turn off cooling fan
M104 S0 ; turn off extruder
M140 S0 ; turn off bed
M84 ; disable motors
M501 ; restore previous EEPROM values`
M501 ; restore previous EEPROM values
;customend`