Attempt #2 at resolving conflicts with upstream for pull request.
This commit is contained in:
parent
822fbc00cb
commit
f7a18d3a4e
1 changed files with 1 additions and 1 deletions
|
@ -94,10 +94,10 @@ int8_t SDscrool = 0;
|
|||
|
||||
int8_t SilentModeMenu = 0;
|
||||
|
||||
uint8_t oldFanSpeed = 0;
|
||||
int lcd_commands_type=LCD_COMMAND_IDLE;
|
||||
int lcd_commands_step=0;
|
||||
bool isPrintPaused = false;
|
||||
uint8_t oldFanSpeed = 0;
|
||||
uint8_t farm_mode = 0;
|
||||
int farm_no = 0;
|
||||
int farm_timer = 30;
|
||||
|
|
Loading…
Reference in a new issue