Don't apply M428 if an error occurs
- Also move audio feedback into the command - Added shorthand for `lcd_buzz` availability
This commit is contained in:
parent
d065d37822
commit
d4c74b8f8c
5 changed files with 49 additions and 24 deletions
|
|
@ -162,7 +162,7 @@
|
|||
#define MSG_ERR_MATERIAL_INDEX "M145 S<index> out of range (0-1)"
|
||||
#define MSG_ERR_M421_REQUIRES_XYZ "M421 requires XYZ parameters"
|
||||
#define MSG_ERR_MESH_INDEX_OOB "Mesh XY index is out of bounds"
|
||||
#define MSG_ERR_M428_TOO_FAR "Too far from home or origin position"
|
||||
#define MSG_ERR_M428_TOO_FAR "Too far from reference point"
|
||||
#define MSG_M119_REPORT "Reporting endstop status"
|
||||
#define MSG_ENDSTOP_HIT "TRIGGERED"
|
||||
#define MSG_ENDSTOP_OPEN "open"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue