Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gcode: Return previous handler from register_command(cmd, None) | Kevin O'Connor | 2020-02-12 | 1 | -2/+2 |
* | homing_override: Pass params to template evaluation | Kevin O'Connor | 2019-06-09 | 1 | -1/+3 |
* | gcode_macro: Add a default parameter to load_template | Kevin O'Connor | 2019-06-07 | 1 | -1/+0 |
* | homing_override: Use gcode_macro style templates on gcode | Kevin O'Connor | 2019-04-04 | 1 | -2/+4 |
* | gcode: Rename run_script() to run_script_from_command() | Kevin O'Connor | 2018-06-30 | 1 | -1/+1 |
* | homing_override: Add axes config parameter | Hans Raaf | 2018-06-11 | 1 | -0/+22 |
* | gcode: Raise an error if a duplicate command is registered | Kevin O'Connor | 2018-05-20 | 1 | -0/+1 |
* | klippy: Introduce load_config_prefix() for modules that take parameters | Kevin O'Connor | 2018-02-03 | 1 | -2/+0 |
* | homing_override: Allow moves prior to homing an axis | Kevin O'Connor | 2018-01-28 | 1 | -2/+15 |
* | homing_override: Add basic support for running custom g-code on G28 | Kevin O'Connor | 2018-01-28 | 1 | -0/+28 |