summaryrefslogtreecommitdiffstats
path: root/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - start.gcode
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2019-02-12 18:44:23 (EST)
committer P. J. McDermott <pj@pehjota.net>2019-02-12 18:44:23 (EST)
commit04aef0c786244ef7a6f4db8fffff5f4256d6d068 (patch)
treefb65d311010a78e2932909ea731b96d20fab8c7a /.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1 - start.gcode
parent1d751b1cd50b942414566d15c9351659c363353e (diff)
downloadslic3r-04aef0c786244ef7a6f4db8fffff5f4256d6d068.zip
slic3r-04aef0c786244ef7a6f4db8fffff5f4256d6d068.tar.gz
slic3r-04aef0c786244ef7a6f4db8fffff5f4256d6d068.tar.bz2
printer: Prime nozzle in a corner, not center
Priming drops filament onto the bed, which should be done outside of the print as much as possible.
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...