Remove redundant enum numbering.
This commit is contained in:
parent
b167896c6d
commit
aaa2670ef8
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ static bool lcd_selfcheck_pulleys(int axis);
|
|||
static bool lcd_selfcheck_check_heater(bool _isbed);
|
||||
enum class testScreen
|
||||
{
|
||||
extruderFan = -1,
|
||||
extruderFan,
|
||||
printFan,
|
||||
fansOk,
|
||||
endStops,
|
||||
|
|
Loading…
Reference in a new issue