From 0b082ab9c7d020f287109aa0efca78e868b0ee4f Mon Sep 17 00:00:00 2001 From: AnnaKang0219 Date: Wed, 13 Apr 2022 11:40:01 +0800 Subject: [PATCH] Update xyzprinting_da_vinci_pro_evo.def.json update machine_start_gcode --- resources/definitions/xyzprinting_da_vinci_pro_evo.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/xyzprinting_da_vinci_pro_evo.def.json b/resources/definitions/xyzprinting_da_vinci_pro_evo.def.json index 54b32dcd19..f00ab8b0c2 100644 --- a/resources/definitions/xyzprinting_da_vinci_pro_evo.def.json +++ b/resources/definitions/xyzprinting_da_vinci_pro_evo.def.json @@ -75,7 +75,7 @@ "skirt_line_count": { "default_value" : 5 }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_start_gcode": { - "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" + "default_value": "M191\nG28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" }, "machine_end_gcode": { "default_value": "M106 P1 S255 ; turn on fan\nG92 E0\nG28; home X,Y,Z axis\nM84 ; disable motors\n"