From 2e798c6edfba4f1fd8b48642172347393e7de03d Mon Sep 17 00:00:00 2001 From: MarkMan0 Date: Mon, 22 Feb 2021 11:40:31 +0100 Subject: [PATCH] Update start gcode in base Increase probe temperature --- resources/definitions/inat_base.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/inat_base.def.json b/resources/definitions/inat_base.def.json index ef30b94fa5..31a3ee54c6 100644 --- a/resources/definitions/inat_base.def.json +++ b/resources/definitions/inat_base.def.json @@ -23,7 +23,7 @@ }, "overrides": { "machine_start_gcode": { - "default_value": "G28 ;Home\nG0 Z0.3 F200 ;Move nozzle down\nM192 S40 ; Wait for probe temperature to settle\nG29\nG0 X0 Y0 Z30 F6000\nM84 E\nM0\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0\n" + "default_value": "G28 ;Home\nG0 Z0.3 F200 ;Move nozzle down\nM192 S50 ; Wait for probe temperature to settle\nG29\nG0 X0 Y0 Z30 F6000\nM84 E\nM0\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0\n" }, "machine_end_gcode": { "default_value": "M400\nM104 S0\nM140 S0\nM107\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X R5\nG0 Y300 F3000\nM84\n"