From 12204feb36035f8b2b252b93abbc5e2de49679b8 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 11 Feb 2019 12:22:28 -0500 Subject: printer: Edit TAZ 6 start G-code * Make M400 comments more specific * Allow first-layer heating to occur immediately after probing, instead of waiting to lift above washer * Drop G4 (dwell) command * Add M400 command to wait until end of extruder priming before showing "Printing..." --- (limited to '.Slic3r') diff --git a/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1, PLA - start.gcode b/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1, PLA - start.gcode index 717c588..5159843 100644 --- a/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1, PLA - start.gcode +++ b/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1, PLA - start.gcode @@ -35,7 +35,7 @@ M109 R140 ; XXX: MATERIAL-DEPENDENT ; Wait for hotend temperature ; Retract filament before wiping M117 Retracting... G1 E-30 F100 ; Retract filament -M400 ; Pause processing until moves complete +M400 ; Don't heat or show status until retracted ; ; Wiping @@ -76,7 +76,7 @@ G1 X-17 Y30 F2000 G1 X-15 Y25 Z1.5 F1000 G1 X-17 Y23 F1000 G1 Z10 F1000 ; Lift out of wiping pad -M400 ; Pause processing until moves complete +M400 ; Don't heat or show status until wiped ; ; Probing @@ -88,7 +88,7 @@ M104 S140 ; XXX: MATERIAL-DEPENDENT ; Set hotend temperature without waiting ; While waiting for the hotend to heat, move over first probe washer M117 Moving to probe... G1 X-9 Y-9 ; Move over rear left bed-leveling washer -M400 ; Pause processing until moves complete +M400 ; Don't show status until moved M109 R140 ; XXX: MATERIAL-DEPENDENT ; Wait for hotend temperature ; Probe the bed and enable bed-leveling compensation @@ -97,8 +97,8 @@ M204 S100 ; Set acceleration for probing moves G29 ; Probe the bed M204 S500 ; Set acceleration back to normal M420 S1 ; Enable bed leveling with new matrix +M400 ; Don't heat until done probing G1 Z10 F5000 ; Lift off the bed-leveling washer -M400 ; Pause processing until moves complete ; ; Printing @@ -110,8 +110,7 @@ M104 S[first_layer_temperature] ; Set hotend temperature without waiting ; While waiting for the hotend to heat, position the nozzle and pause M117 Moving to center... G1 X140 Y140 Z2 F5000 ; Move to center -G4 S1 ; Dwell/pause command queue for 1 second -M400 ; Pause processing until moves complete +M400 ; Pause until centered ; Ensure the hotend and bed are at the first layer temperatures M109 R205 ; XXX: MATERIAL-DEPENDENT ; Wait for hotend temperature @@ -120,6 +119,7 @@ M190 ; Wait for bed temperature ; Extrude filament back into the nozzle M117 Priming nozzle... G1 E0 F75 ; Slowly extrude filament back into nozzle +M400 ; Don't show status until primed M117 Printing... ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- cgit v0.9.1