Remove redundant enum numbering.
This commit is contained in:
parent
b167896c6d
commit
aaa2670ef8
|
|
@ -160,7 +160,7 @@ static bool lcd_selfcheck_pulleys(int axis);
|
||||||
static bool lcd_selfcheck_check_heater(bool _isbed);
|
static bool lcd_selfcheck_check_heater(bool _isbed);
|
||||||
enum class testScreen
|
enum class testScreen
|
||||||
{
|
{
|
||||||
extruderFan = -1,
|
extruderFan,
|
||||||
printFan,
|
printFan,
|
||||||
fansOk,
|
fansOk,
|
||||||
endStops,
|
endStops,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue