Add laser control menu (#12883)
This commit is contained in:
committed by
Scott Lahteine
parent
75f2665f2e
commit
a1cf49935d
@ -169,6 +169,21 @@
|
||||
#ifndef MSG_COOLDOWN
|
||||
#define MSG_COOLDOWN _UxGT("Cooldown")
|
||||
#endif
|
||||
#ifndef MSG_LASER
|
||||
#define MSG_LASER _UxGT("Laser")
|
||||
#endif
|
||||
#ifndef MSG_LASER_OFF
|
||||
#define MSG_LASER_OFF MSG_LASER _UxGT(" Off")
|
||||
#endif
|
||||
#ifndef MSG_LASER_ON
|
||||
#define MSG_LASER_ON MSG_LASER _UxGT(" On")
|
||||
#endif
|
||||
#ifndef MSG_LASER_POWER
|
||||
#define MSG_LASER_POWER MSG_LASER _UxGT(" power")
|
||||
#endif
|
||||
#ifndef MSG_SPINDLE_REVERSE
|
||||
#define MSG_SPINDLE_REVERSE _UxGT("Spindle Reverse")
|
||||
#endif
|
||||
#ifndef MSG_SWITCH_PS_ON
|
||||
#define MSG_SWITCH_PS_ON _UxGT("Switch power on")
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user