From cc86ca9bde73d96a3bf00bb65d0d0d776f9495be Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 22 Jul 2012 19:41:23 +0100 Subject: [PATCH] config: fix comment --- slic3r-config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slic3r-config.ini b/slic3r-config.ini index 2408f0b..f77a8f1 100644 --- a/slic3r-config.ini +++ b/slic3r-config.ini @@ -11,7 +11,7 @@ disable_fan_first_layers = 1 duplicate = 1 duplicate_distance = 6 duplicate_grid = 1,1 -end_gcode = M83 ; extruder absolute\nG1 F1000 ;1000mm/min extrusion\nG1 E-10; retract\nG1 F240 ;240mm/min vertical move\nG1 Z70\nG28 X0 Y0 ; home X and Y axis\nM104 S0 ; turn off temperature\nM140 S0 ; turn off bed\nM84 ; disable motors +end_gcode = M83 ; extruder relative\nG1 F1000 ;1000mm/min extrusion\nG1 E-10; retract\nG1 F240 ;240mm/min vertical move\nG1 Z70\nG28 X0 Y0 ; home X and Y axis\nM104 S0 ; turn off temperature\nM140 S0 ; turn off bed\nM84 ; disable motors extra_perimeters = 1 extruder_clearance_height = 20 extruder_clearance_radius = 20 -- 2.30.2