Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TAZ 6, SE v2.1, eSUN PLA: Reduce retraction and don't lift or wipe | P. J. McDermott | 2019-02-14 | 1 | -4/+4 |
| | | | | | These settings didn't improve stringing and possibly worsened it. Wiping increased the print time with no benefit in quality. | ||||
* | TAZ 6, SE v2.1 G-code: Move to wiping pad 0.6 s faster | P. J. McDermott | 2019-02-14 | 3 | -4/+4 |
| | |||||
* | TAZ 6, SE v2.1, eSUN PLA: Wipe while retracting | P. J. McDermott | 2019-02-14 | 1 | -2/+2 |
| | |||||
* | TAZ 6, SE v2.1, eSUN PLA; Base: Lift on retract, increase travel speed | P. J. McDermott | 2019-02-14 | 1 | -2/+2 |
| | |||||
* | TAZ 6, SE v2.1, eSUN PLA: Increase retraction length and speed | P. J. McDermott | 2019-02-14 | 1 | -3/+3 |
| | |||||
* | TAZ 6, SE v2.1, eSUN PLA: Decrease retraction and lift | P. J. McDermott | 2019-02-13 | 1 | -3/+3 |
| | |||||
* | TAZ 6, SE v2.1, eSUN PLA: Increase retraction | P. J. McDermott | 2019-02-13 | 1 | -3/+3 |
| | |||||
* | printer: Wiping what? | P. J. McDermott | 2019-02-12 | 3 | -3/+3 |
| | |||||
* | printer: Prime nozzle in a corner, not center | P. J. McDermott | 2019-02-12 | 3 | -5/+5 |
| | | | | | Priming drops filament onto the bed, which should be done outside of the print as much as possible. | ||||
* | printer: Add TAZ 6 SE v2.1 eSUN HIPS config | P. J. McDermott | 2019-02-12 | 1 | -0/+27 |
| | |||||
* | printer: Preprocess G-code and inject into config | P. J. McDermott | 2019-02-12 | 1 | -2/+2 |
| | | | | Automatically done by slic3r-gpp. | ||||
* | printer: Add "eSUN" in TAZ 6 printer/filament name | P. J. McDermott | 2019-02-12 | 1 | -0/+0 |
| | |||||
* | printer: Remind Marlin of bed temp in TAZ 6 start G-code | P. J. McDermott | 2019-02-12 | 1 | -1/+1 |
| | |||||
* | printer: Parameterize temperatures in TAZ 6 G-code files | P. J. McDermott | 2019-02-12 | 2 | -24/+24 |
| | |||||
* | printer: Remove filament from TAZ 6 G-code file names | P. J. McDermott | 2019-02-12 | 2 | -0/+0 |
| | |||||
* | printer: Edit TAZ 6 end G-code | P. J. McDermott | 2019-02-11 | 1 | -2/+2 |
| | | | | Beep and stop the timer after the bed moves forward for print removal. | ||||
* | printer: Add TAZ 6 end G-code | P. J. McDermott | 2019-02-11 | 1 | -0/+44 |
| | | | | With an option to keep the hotend and bed warm for the next print! | ||||
* | printer: Edit TAZ 6 start G-code | P. J. McDermott | 2019-02-11 | 1 | -3/+3 |
| | | | | | | * Allow heating to wiping temperature before retraction completes * Allow heating to first layer temperature before probing completes * Improve centering M400 comment | ||||
* | printer: Edit TAZ 6 start G-code | P. J. McDermott | 2019-02-11 | 1 | -6/+6 |
| | | | | | | | | | * 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..." | ||||
* | printer: Edit TAZ 6 start G-code | P. J. McDermott | 2019-02-11 | 1 | -11/+10 |
| | | | | | | | | * Drop useless M117 commands * Remind Marlin of target temperatures in M109 commands * Add pauses (M400) after movement commands (G1 and G28) and before M117, M104, etc. * Align wiping command comments | ||||
* | printer: Add untested TAZ 6 start G-code | P. J. McDermott | 2019-02-10 | 1 | -0/+129 |
| | |||||
* | printer: Begin LulzBot TAZ 6, Single Extruder v2.1 | P. J. McDermott | 2019-02-10 | 1 | -0/+27 |
| | | | | Also add logi1's window geometry in .Slic3r/slic3r.ini. | ||||
* | printer: Make end G-code result in extruder at 0 mm | P. J. McDermott | 2017-08-22 | 2 | -4/+4 |
| | |||||
* | printer: Move X axis after probing | P. J. McDermott | 2017-08-21 | 2 | -2/+3 |
| | | | | | | | Otherwise, the firmware detects that an endstop is triggered and blocks any other moves: echo:endstops hit: X:0.00 | ||||
* | print: Move toolhead farther up for cooling and removal | P. J. McDermott | 2017-08-21 | 2 | -4/+4 |
| | | | | This should give a taller usable print area. | ||||
* | printer: Move bed farther forward for print removal | P. J. McDermott | 2017-08-21 | 2 | -3/+3 |
| | |||||
* | printer: Add custom start/end G-code files | P. J. McDermott | 2017-08-20 | 2 | -0/+126 |
| | | | | | | | | | | | G-code is easier to read in separate files than in Slic3r configuration. This G-code is based on the LulzBot Mini G-code provided by Aleph Objects. To increase speed, I added commands to set the hotend temperature without waiting and arranged some commands like G28 and G1 to run while the hotend heats up. For better clarity, I also added more comments and blank lines and vertically aligned wiping command arguments. | ||||
* | printer: Rewrite G-code, change bed size, rename preset | P. J. McDermott | 2017-08-20 | 2 | -27/+27 |
| | |||||
* | printer: Use HIPS retraction, wiping, and probing temps | P. J. McDermott | 2017-08-20 | 1 | -2/+2 |
| | |||||
* | printer: Reduce bed size and restore Z offset to 0 | P. J. McDermott | 2017-08-20 | 1 | -3/+3 |
| | |||||
* | printer: Increase retraction speed and Z offset | P. J. McDermott | 2017-08-20 | 1 | -3/+3 |
| | |||||
* | Reduce printer Z offset | P. J. McDermott | 2016-04-10 | 1 | -2/+2 |
| | |||||
* | Adjust printer retraction settings | P. J. McDermott | 2016-04-10 | 1 | -3/+3 |
| | |||||
* | Add start and stop G-Code | P. J. McDermott | 2016-04-10 | 1 | -3/+20 |
| | |||||
* | Rename printer profile | P. J. McDermott | 2016-04-10 | 1 | -0/+0 |
| | |||||
* | Add printer settings | P. J. McDermott | 2016-04-10 | 1 | -0/+10 |