summaryrefslogtreecommitdiffstats
path: root/.Slic3r/printer/LulzBot Mini, HIPS - end.gcode
Commit message (Collapse)AuthorAgeFilesLines
* printer: Make end G-code result in extruder at 0 mmP. J. McDermott2017-08-221-2/+2
|
* print: Move toolhead farther up for cooling and removalP. J. McDermott2017-08-211-2/+2
| | | | This should give a taller usable print area.
* printer: Move bed farther forward for print removalP. J. McDermott2017-08-211-1/+1
|
* printer: Add custom start/end G-code filesP. J. McDermott2017-08-201-0/+30
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.