Add missing laser message and set config back to stock machine state

This commit is contained in:
InsanityAutomation
2018-10-08 11:30:38 -04:00
parent 688efa881f
commit 6a8ecf3a69
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -21,7 +21,7 @@
*/
//#define X_2208
#define Y_2208
//#define Y_2208
//#define BedAC
@@ -30,7 +30,7 @@
/*
* Enables a filament sensor plugged into the laser pin. Disables the laser
*/
#define FilamentSensor
//#define FilamentSensor
/**
+6
View File
@@ -507,6 +507,12 @@
#ifndef MSG_EXTRA_FAN_SPEED
#define MSG_EXTRA_FAN_SPEED _UxGT("Extra fan speed")
#endif
#ifndef MSG_LASER_ON
#define MSG_LASER_ON _UxGT("Laser On")
#endif
#ifndef MSG_LASER_OFF
#define MSG_LASER_OFF _UxGT("Laser Off")
#endif
#ifndef MSG_FLOW
#define MSG_FLOW _UxGT("Flow")
#endif