Fixing conficts due to recent changes involving "Farm Mode".
This commit is contained in:
parent
bcc0e83d76
commit
822fbc00cb
@ -97,8 +97,8 @@ int8_t SilentModeMenu = 0;
|
|||||||
int lcd_commands_type=LCD_COMMAND_IDLE;
|
int lcd_commands_type=LCD_COMMAND_IDLE;
|
||||||
int lcd_commands_step=0;
|
int lcd_commands_step=0;
|
||||||
bool isPrintPaused = false;
|
bool isPrintPaused = false;
|
||||||
int oldFanSpeed = 0;
|
uint8_t oldFanSpeed = 0;
|
||||||
bool farm_mode = false;
|
uint8_t farm_mode = 0;
|
||||||
int farm_no = 0;
|
int farm_no = 0;
|
||||||
int farm_timer = 30;
|
int farm_timer = 30;
|
||||||
int farm_status = 0;
|
int farm_status = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user