From 6e3cb90a7701d2f68e8c9af6efeab91b47c71f6a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 27 Feb 2019 19:20:24 -0500 Subject: TAZ 6, DE v3: Improve/fix/update G-code comments --- 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 ; 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 ; 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 -- cgit v0.9.1