Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | klippy: Rename try_load_module() to load_object() | Kevin O'Connor | 2020-05-08 | 1 | -1/+1 |
| | | | | | | | | Rename try_load_module() so that it uses consistent naming for "printer objects". Change the function to raise an error by default if the specified module does not exist. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | delayed_gcode: Use new GCodeCommand wrappers | Kevin O'Connor | 2020-05-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | delayed_gcode: Fix definition reference for UPDATE_DELAYED_GCODE (#2465) | David Smith | 2020-02-03 | 1 | -1/+1 |
| | | | Signed-off-by: David Smith <davidosmith@gmail.com> | ||||
* | delayed_gcode: initial implementation | Arksine | 2019-07-01 | 1 | -0/+54 |
Signed-off-by: Eric Callahan <arksine.code@gmail.com> |