aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Command_Templates.md
Commit message (Collapse)AuthorAgeFilesLines
* query_endstops: Add get_status() method that reports the last query stateKevin O'Connor2020-02-121-0/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Command_templates.md - numbers in gcode_macro name must be at endKevin O'Connor2020-01-071-1/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* gcode: Fix detection of some "extended" g-code commandsKevin O'Connor2020-01-071-3/+3
| | | | | | | Fix typo that resulted in _get_extended_params() being called for all commands. Allow "extended" g-code commands to contain numbers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Updates for gcode_macro naming (#2317)David Smith2020-01-061-1/+8
| | | | | Add note about numbers in macro names. Add note about variable name case restriction. Add set variable example. Signed-off-by: David O Smith <davidosmith@gmail.com>
* heater: Add PrinterHeater get_status() functionSimon Kühling2019-12-131-0/+7
| | | | | | | | Provide a list of available heater and sensor names to gcode macro templates through the printer.heater.available_heaters and printer.heater.available_sensors variables Signed-off-by: Simon Kühling <mail@simonkuehling.de>
* toolhead: Report which axes are homed via get_status()Kevin O'Connor2019-11-241-0/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* toolhead: Report the current extruder from the get_status() methodKevin O'Connor2019-11-241-2/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add documentation for [delayed_gcode]Arksine2019-07-011-0/+61
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* docs: Minor wording change to Command_Templates.mdKevin O'Connor2019-06-041-3/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Fix github pages "liquid" rendering of Command_Templates.mdKevin O'Connor2019-06-041-0/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add an initial Command_Templates.md documentKevin O'Connor2019-06-041-0/+186
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>