From 5b653170620989b69916c871709d499d5cd55b84 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 14 Feb 2019 18:28:55 -0500 Subject: TAZ 6, SE v2.1, eSUN PLA: Reduce retraction and don't lift or wipe These settings didn't improve stringing and possibly worsened it. Wiping increased the print time with no benefit in quality. --- diff --git a/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1, eSUN PLA.ini b/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1, eSUN PLA.ini index d27cadd..f41743e 100644 --- a/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1, eSUN PLA.ini +++ b/.Slic3r/printer/LulzBot TAZ 6, Single Extruder v2.1, eSUN PLA.ini @@ -1,4 +1,4 @@ -# generated by Slic3r 1.2.9 on Thu Feb 14 15:17:08 2019 +# generated by Slic3r 1.2.9 on Thu Feb 14 18:28:41 2019 bed_shape = 0x0,280x0,280x280,0x280 before_layer_gcode = end_gcode = \n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n;; Begin LulzBot TAZ 6 Single Extruder v2.1 end G-code ;;\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\n; Ensure moves are complete\nM400 ; Pause processing until moves complete\n\n; Begin cooling\nM104 S140 ; Cool hotend to retraction without waiting\nM140 S45 ; Cool bed to removal temp without waiting\nM107 ; Turn off the print cooling fan\n\n; Retract and re-prime filament\nG91 ; Make below Z and E movements relative\nG1 E-1 F300 ; Retract some filament from the nozzle\nG1 Z20 E-5 F3000 ; Lift nozzle and retract more filament\nG1 E6 F3000 ; Re-prime nozzle (T584)\nG90 ; Restore absolute positioning mode\n\n; Cool bed\nM117 Moving to cool...\nG1 Y0 F3000 ; Move bed to cooling position\nM400 ; Don't show status until moved\nM190 R45 ; Wait for bed to cool\n\n; Move to print removal position\nM117 Printing complete\nG1 X-19 Y280 F3000 ; Move bed forward and toolhead left\nM84 ; Turn off stepper motors (implicit M400)\nM77 ; Stop print job timer\nM300 P200 ; Beep\n\n; Optionally keep hotend and bed warm\nM104 S0 ; Cool hotend without waiting\nM140 S0 ; Cool bed without waiting\nM0 Done, keep warm?\nM104 S140 ; Set hotend to retraction without waiting\nM140 S45 ; Set bed to removal temp without waiting\n\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n;; End LulzBot TAZ 6 Single Extruder v2.1 end G-code ;;\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n @@ -11,9 +11,9 @@ octoprint_host = pressure_advance = 0 retract_before_travel = 2 retract_layer_change = 1 -retract_length = 4 +retract_length = 2 retract_length_toolchange = 10 -retract_lift = 0.25 +retract_lift = 0 retract_restart_extra = 0 retract_restart_extra_toolchange = 0 retract_speed = 60 @@ -23,5 +23,5 @@ use_firmware_retraction = 0 use_relative_e_distances = 0 use_volumetric_e = 0 vibration_limit = 0 -wipe = 1 +wipe = 0 z_offset = 0 -- cgit v0.9.1