From 2a86339d7982bc27e197f1660111bf456a5ffd95 Mon Sep 17 00:00:00 2001 From: Pascal de Bruijn Date: Fri, 9 Oct 2020 19:13:48 +0200 Subject: [PATCH] creality.ini: remove unused common start_gcode/end_gcode --- resources/profiles/Creality.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/profiles/Creality.ini b/resources/profiles/Creality.ini index 311159787..bc4a6e2d5 100644 --- a/resources/profiles/Creality.ini +++ b/resources/profiles/Creality.ini @@ -391,8 +391,6 @@ retract_speed = 35 serial_port = serial_speed = 250000 single_extruder_multi_material = 0 -start_gcode = G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 ; home all\nG92 E0.0\nG1 Z0.15 F240\nG1 X60.0 E9.0 F800.0 ; intro line\nG1 X100.0 E12.5 F800 ; intro line\nG92 E0.0 -end_gcode = M104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nG1 X0 F3000 ; home X axis\nM84 ; disable motors toolchange_gcode = use_firmware_retraction = 0 use_relative_e_distances = 1