summaryrefslogtreecommitdiffstats
path: root/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - start.gcode
diff options
context:
space:
mode:
Diffstat (limited to '.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - start.gcode')
-rw-r--r--.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - start.gcode6
1 files changed, 3 insertions, 3 deletions
diff --git a/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - start.gcode b/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - start.gcode
index 00e9451..efe615d 100644
--- a/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - start.gcode
+++ b/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - start.gcode
@@ -108,8 +108,8 @@ M104 S[first_layer_temperature] ; Set hotend temperature without waiting
M400 ; Don't show status until done probing
; While waiting for the hotend to heat, position the nozzle and pause
-M117 Moving to center...
-G1 X140 Y140 Z2 F5000 ; Move to center
+M117 Moving off probe...
+G1 X0 Y0 Z15 F5000 ; Move above and away from last washer
M400 ; Don't show status until centered
; Ensure the hotend and bed are at the first layer temperatures
@@ -118,7 +118,7 @@ M190 S[first_layer_bed_temperature] ; Wait for bed temperature
; Extrude filament back into the nozzle
M117 Priming nozzle...
-G1 E0 F75 ; Slowly extrude filament back into nozzle
+G1 Z2 E0 F75 ; Slowly extrude filament back into nozzle
M400 ; Don't show status until primed
M117 Printing...