Add missing laser message and set config back to stock machine state
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user