Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | printer: Make end G-code result in extruder at 0 mm | P. J. McDermott | 2017-08-22 | 1 | -2/+2 |
| | |||||
* | print: Move toolhead farther up for cooling and removal | P. J. McDermott | 2017-08-21 | 1 | -2/+2 |
| | | | | This should give a taller usable print area. | ||||
* | printer: Move bed farther forward for print removal | P. J. McDermott | 2017-08-21 | 1 | -1/+1 |
| | |||||
* | printer: Add custom start/end G-code files | P. J. McDermott | 2017-08-20 | 1 | -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. |