Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gcode: Split G0/G1 command handling to new gcode_move class | Kevin O'Connor | 2020-08-20 | 1 | -2/+2 |
* | gcode: Remove "action_" commands from get_status() calls | Kevin O'Connor | 2020-08-20 | 1 | -4/+4 |
* | gcode_macro: Parse variable_X parameters using ast.literal_eval() | Kevin O'Connor | 2019-06-07 | 1 | -4/+4 |
* | gcode_macro: Add support "x in printer" to templates | Kevin O'Connor | 2019-06-04 | 1 | -0/+7 |
* | test: Add a macros.test test case for testing gcode_macro | Kevin O'Connor | 2019-06-04 | 1 | -0/+115 |