From 4c1f6041e4e4858be02952a6b38591538d4a552c Mon Sep 17 00:00:00 2001 From: Luis Gabriel Gomez Date: Wed, 30 Nov 2022 20:32:16 -0300 Subject: [PATCH] Update resources/definitions/creality_sermoonv1.def.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- resources/definitions/creality_sermoonv1.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/creality_sermoonv1.def.json b/resources/definitions/creality_sermoonv1.def.json index f50e8b67ff..d147139440 100644 --- a/resources/definitions/creality_sermoonv1.def.json +++ b/resources/definitions/creality_sermoonv1.def.json @@ -41,6 +41,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" }, - "speed_print": { "value": 50 } + } } \ No newline at end of file