Fix gh commit leftover

This commit is contained in:
Luis Gabriel Gomez 2022-11-30 20:39:44 -03:00
parent 4c1f6041e4
commit d810623f75
No known key found for this signature in database
GPG Key ID: 89C014F66E06CCF4

View File

@ -40,7 +40,6 @@
},
"machine_end_gcode": {
"default_value": "; -- END GCODE --\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z0.5 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y0 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z"
},
}
}
}