From: Russell Neches Date: Wed, 16 Oct 2013 08:53:26 +0000 (-0700) Subject: by default, set extruder to absolute mode X-Git-Tag: 14.03~17^2~5^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=267bddc92debc931e5a6d28de1e9af618fcec31b;p=cura.git by default, set extruder to absolute mode --- diff --git a/Cura/util/profile.py b/Cura/util/profile.py index 07703208..4c61143d 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -233,6 +233,7 @@ setting('start.gcode', """;Sliced at: {day} {date} {time} ;Filament cost: {filament_cost} G21 ;metric values G90 ;absolute positioning +M82 ;set extruder to absolute mode M107 ;start with the fan off G28 X0 Y0 ;move X/Y to min endstops