Single Z raise value for all tool-changing / parking (#12090)
* Universal tool-change Z lift * Add TOOLCHANGE_ZRAISE to example configs * Park/unpark changes to example configs * Implement DEBUG_DXC_MODE
This commit is contained in:
committed by
Scott Lahteine
parent
6bdbe3299e
commit
3ec3872730
@ -777,8 +777,11 @@
|
||||
#ifndef MSG_FILAMENT_SWAP_LENGTH
|
||||
#define MSG_FILAMENT_SWAP_LENGTH _UxGT("Retract Distance")
|
||||
#endif
|
||||
#ifndef MSG_SINGLENOZZLE_TOOL_CHANGE
|
||||
#define MSG_SINGLENOZZLE_TOOL_CHANGE _UxGT("Tool Change")
|
||||
#ifndef MSG_TOOL_CHANGE
|
||||
#define MSG_TOOL_CHANGE _UxGT("Tool Change")
|
||||
#endif
|
||||
#ifndef MSG_TOOL_CHANGE_ZLIFT
|
||||
#define MSG_TOOL_CHANGE_ZLIFT _UxGT("Z Raise")
|
||||
#endif
|
||||
#ifndef MSG_SINGLENOZZLE_PRIME_SPD
|
||||
#define MSG_SINGLENOZZLE_PRIME_SPD _UxGT("Prime Speed")
|
||||
|
Reference in New Issue
Block a user