Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gcode: Rename run_script() to run_script_from_command() | Kevin O'Connor | 2018-06-30 | 1 | -1/+1 |
| | | | | | | | Emphasize that the run_script() method is only valid when run from a g-code command. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | gcode_macro: Add the ability to define custom g-code macros | Kevin O'Connor | 2018-05-25 | 1 | -0/+29 |
Add the ability to add a custom g-code command that in turn executes one or more configured g-code commands. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |