chiark / gitweb /
by default, set extruder to absolute mode
authorRussell Neches <russell@vort.org>
Wed, 16 Oct 2013 08:53:26 +0000 (01:53 -0700)
committerRussell Neches <russell@vort.org>
Wed, 16 Oct 2013 08:53:26 +0000 (01:53 -0700)
Cura/util/profile.py

index 077032088852e26a3750ac1075cec3322bc1b0ba..4c61143df192f43e4c812b52eb0fe05d03f5e18b 100644 (file)
@@ -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