From 267bddc92debc931e5a6d28de1e9af618fcec31b Mon Sep 17 00:00:00 2001 From: Russell Neches Date: Wed, 16 Oct 2013 01:53:26 -0700 Subject: [PATCH] by default, set extruder to absolute mode --- Cura/util/profile.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2