From 5afdd81fcd8872be105f3d4a063a08d10b7a3dc4 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 21 Aug 2017 17:27:15 -0400 Subject: printer: Move bed farther forward for print removal --- diff --git a/.Slic3r/printer/LulzBot Mini, HIPS - end.gcode b/.Slic3r/printer/LulzBot Mini, HIPS - end.gcode index ece4b93..5583ec8 100644 --- a/.Slic3r/printer/LulzBot Mini, HIPS - end.gcode +++ b/.Slic3r/printer/LulzBot Mini, HIPS - end.gcode @@ -18,7 +18,7 @@ M190 R60 ; Wait for bed to cool ; Move to print removal position M140 S0 ; Set bed temperature without waiting -G1 X145 Y175 Z156 F10000 ; Move bed forward and toolhead right +G1 X145 Y190 Z156 F10000 ; Move bed forward and toolhead right ; Idle M84 ; Turn off stepper motors diff --git a/.Slic3r/printer/LulzBot Mini, HIPS.ini b/.Slic3r/printer/LulzBot Mini, HIPS.ini index 08c28dc..d027567 100644 --- a/.Slic3r/printer/LulzBot Mini, HIPS.ini +++ b/.Slic3r/printer/LulzBot Mini, HIPS.ini @@ -1,7 +1,7 @@ -# generated by Slic3r 1.2.9 on Sun Aug 20 18:52:56 2017 +# generated by Slic3r 1.2.9 on Mon Aug 21 17:27:09 2017 bed_shape = -2x-2,156x-2,156x156,-2x156 before_layer_gcode = -end_gcode = \n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n;; Begin LulzBot Mini HIPS end G-code ;;\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\n; Ensure moves are complete\nM400 ; Pause processing until moves complete\n\n; Begin cooling\nM104 S0 ; Set hotend temperature without waiting\nM140 S0 ; Set bed temperature without waiting\nM107 ; Turn off the print cooling fan\n\n; Move to cooling position and retract filament\nG92 E0 ; Set extruder position to 0 (origin)\nG1 X5 Y5 Z156 E-5 F10000 ; Move bed and nozzle and retract filament\nM190 R60 ; Wait for bed to cool\n\n; Move to print removal position\nM140 S0 ; Set bed temperature without waiting\nG1 X145 Y175 Z156 F10000 ; Move bed forward and toolhead right\n\n; Idle\nM84 ; Turn off stepper motors\nG90 ; Set absolute positioning mode\n\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n;; End LulzBot Mini HIPS end G-code ;;\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n +end_gcode = \n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n;; Begin LulzBot Mini HIPS end G-code ;;\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\n; Ensure moves are complete\nM400 ; Pause processing until moves complete\n\n; Begin cooling\nM104 S0 ; Set hotend temperature without waiting\nM140 S0 ; Set bed temperature without waiting\nM107 ; Turn off the print cooling fan\n\n; Move to cooling position and retract filament\nG92 E0 ; Set extruder position to 0 (origin)\nG1 X5 Y5 Z156 E-5 F10000 ; Move bed and nozzle and retract filament\nM190 R60 ; Wait for bed to cool\n\n; Move to print removal position\nM140 S0 ; Set bed temperature without waiting\nG1 X145 Y190 Z156 F10000 ; Move bed forward and toolhead right\n\n; Idle\nM84 ; Turn off stepper motors\nG90 ; Set absolute positioning mode\n\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n;; End LulzBot Mini HIPS end G-code ;;\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n extruder_offset = 0x0 gcode_flavor = reprap layer_gcode = diff --git a/.Slic3r/slic3r.ini b/.Slic3r/slic3r.ini index d291ffd..f86f257 100644 --- a/.Slic3r/slic3r.ini +++ b/.Slic3r/slic3r.ini @@ -1,4 +1,4 @@ -# generated by Slic3r 1.2.9 on Mon Aug 21 16:25:03 2017 +# generated by Slic3r 1.2.9 on Mon Aug 21 17:27:09 2017 autocenter = 1 background_processing = 1 last_output_path = /home/cam/sff8201-ha/src -- cgit v0.9.1