diff options
Diffstat (limited to '.Slic3r/printer/LulzBot TAZ 6, Dual Extruder v3 - start.gcode')
-rw-r--r-- | .Slic3r/printer/LulzBot TAZ 6, Dual Extruder v3 - start.gcode | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.Slic3r/printer/LulzBot TAZ 6, Dual Extruder v3 - start.gcode b/.Slic3r/printer/LulzBot TAZ 6, Dual Extruder v3 - start.gcode index 4a82a3f..40c2356 100644 --- a/.Slic3r/printer/LulzBot TAZ 6, Dual Extruder v3 - start.gcode +++ b/.Slic3r/printer/LulzBot TAZ 6, Dual Extruder v3 - start.gcode @@ -85,9 +85,9 @@ M400 ; Don't heat or show status until wiped ; Begin heating hotend to probing temperature M104 S<probing_temperature> ; Set hotend temperature without waiting -; While waiting for the hotend to heat, move over first probe washer +; While waiting, move to (LEFT_PROBE_BED_POSITION, FRONT_PROBE_BED_POSITION) M117 Moving to probe... -G1 X-9 Y-9 ; Move over rear left bed-leveling washer +G1 X-9 Y-9 ; Move over front left bed-leveling washer M400 ; Don't show status until moved M109 R<probing_temperature> ; Wait for hotend temperature @@ -110,7 +110,7 @@ M400 ; Don't show status until done probing ; While waiting for the hotend to heat, position the nozzle and pause M117 Moving off probe... G1 X0 Y0 Z15 F5000 ; Move above and away from last washer -M400 ; Don't show status until centered +M400 ; Don't show status until moved ; Ensure the hotend and bed are at the first layer temperatures M109 R[first_layer_temperature] ; Wait for hotend temperature |