aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Status_Reference.md
Commit message (Collapse)AuthorAgeFilesLines
* endstop_phase: Add support for reporting phase information via get_status()Kevin O'Connor2021-06-031-0/+14
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* z_tilt: expose an 'applied' status to allow macros to skip QGL/Z_TILT_ADJUST ↵Michael Rose2021-06-021-0/+14
| | | | | | | | | | | | | | (#4313) This is useful for macros that'd like to skip QGL if already leveled, e.g.: ``` {% if not printer.quad_gantry_level.applied %} QUAD_GANTRY_LEVEL {% endif %} ``` Signed-off-by: Michael Rose <elementation@gmail.com>
* docs: Fix typo in Status_Reference.mdKevin O'Connor2021-05-281-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Avoid link descriptions that span multiple linesKevin O'Connor2021-05-281-11/+13
| | | | | | | The Jekyll markdown renderer gets confused by links that span multiple lines. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* filament_motion_sensor: add get_status (#4281)Alex Zellner2021-05-111-0/+9
| | | Signed-off-by: Alex Zellner <alexander.zellner@googlemail.com>
* docs: Update Status_Reference.md for better Jekyll renderingKevin O'Connor2021-04-281-19/+23
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move status field reference to new Status_Reference.md fileKevin O'Connor2021-04-281-0/+303
Move the reference of "printer" status fields from Command_Templates.md to a new Status_Reference.md file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>