Variable tool change purge (#14618)
This commit is contained in:
committed by
Scott Lahteine
parent
cbe4bf2ba8
commit
ce02c6cee2
@ -868,13 +868,16 @@
|
||||
#define MSG_AUTORETRACT _UxGT("AutoRetr.")
|
||||
#endif
|
||||
#ifndef MSG_FILAMENT_SWAP_LENGTH
|
||||
#define MSG_FILAMENT_SWAP_LENGTH _UxGT("Retract Distance")
|
||||
#define MSG_FILAMENT_SWAP_LENGTH _UxGT("Swap Length")
|
||||
#endif
|
||||
#ifndef MSG_FILAMENT_PURGE_LENGTH
|
||||
#define MSG_FILAMENT_PURGE_LENGTH _UxGT("Purge Length")
|
||||
#endif
|
||||
#ifndef MSG_TOOL_CHANGE
|
||||
#define MSG_TOOL_CHANGE _UxGT("Tool Change")
|
||||
#define MSG_TOOL_CHANGE _UxGT("Tool Change")
|
||||
#endif
|
||||
#ifndef MSG_TOOL_CHANGE_ZLIFT
|
||||
#define MSG_TOOL_CHANGE_ZLIFT _UxGT("Z Raise")
|
||||
#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