Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gcode: Raise a config error on invalid register_command() | Kevin O'Connor | 2019-02-18 | 1 | -1/+1 |
| | | | | | | | Raise a printer.config_error() on an invalid register_command() call. This error is easier to handle for the vast majority of callers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | manual_probe: Add a helper script for performing manual Z probing | Kevin O'Connor | 2019-02-12 | 1 | -0/+163 |
Add MANUAL_PROBE and Z_ENDSTOP_CALIBRATE commands. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |