From: Ian Jackson Date: Sun, 22 Jul 2012 18:41:23 +0000 (+0100) Subject: config: fix comment X-Git-Tag: iwj-success-2012-07-29~15 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=cc86ca9bde73d96a3bf00bb65d0d0d776f9495be;hp=9e63d79b46ae1c64a225877af690f5b0e7be63d7 config: fix comment --- 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