Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | printer: Move X axis after probing | P. J. McDermott | 2017-08-21 | 1 | -0/+1 |
| | | | | | | | Otherwise, the firmware detects that an endstop is triggered and blocks any other moves: echo:endstops hit: X:0.00 | ||||
* | printer: Add custom start/end G-code files | P. J. McDermott | 2017-08-20 | 1 | -0/+96 |
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. |