Add laser control menu (#12883)

This commit is contained in:
InsanityAutomation
2019-01-21 00:41:47 -05:00
committed by Scott Lahteine
parent 75f2665f2e
commit a1cf49935d
5 changed files with 135 additions and 45 deletions

View File

@ -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