Add "Fan check [On|Off]" menu to tune
User can en/disable the fan check during print. This is very useful in case of false positive fan errors to let the user to decide to finish print with "faulty" fan.
This commit is contained in:
parent
30b60e44d2
commit
8d4176a530
1 changed files with 2 additions and 4 deletions
|
@ -6973,10 +6973,8 @@ static void lcd_tune_menu()
|
|||
|
||||
SETTINGS_CUTTER;
|
||||
|
||||
if(farm_mode)
|
||||
{
|
||||
MENU_ITEM_TOGGLE_P(_T(MSG_FANS_CHECK), fans_check_enabled ? _T(MSG_ON) : _T(MSG_OFF), lcd_set_fan_check);
|
||||
}
|
||||
MENU_ITEM_TOGGLE_P(_T(MSG_FANS_CHECK), fans_check_enabled ? _T(MSG_ON) : _T(MSG_OFF), lcd_set_fan_check);
|
||||
|
||||
|
||||
#ifdef TMC2130
|
||||
if(!farm_mode)
|
||||
|
|
Loading…
Add table
Reference in a new issue