diff --git a/Dwin480272_LandscapeIdex.7z b/Dwin480272_LandscapeIdex.7z index d319872065..b555337d76 100644 Binary files a/Dwin480272_LandscapeIdex.7z and b/Dwin480272_LandscapeIdex.7z differ diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 83435383a4..3573eb55ce 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -320,7 +320,7 @@ * and/or decrease WATCH_TEMP_INCREASE. WATCH_TEMP_INCREASE should not be set * below 2. */ - #define WATCH_TEMP_PERIOD 20 // Seconds + #define WATCH_TEMP_PERIOD 30 // Seconds #define WATCH_TEMP_INCREASE 2 // Degrees Celsius #endif @@ -328,8 +328,13 @@ * Thermal Protection parameters for the bed are just as above for hotends. */ #if ENABLED(THERMAL_PROTECTION_BED) - #define THERMAL_PROTECTION_BED_PERIOD 20 // Seconds - #define THERMAL_PROTECTION_BED_HYSTERESIS 4 // Degrees Celsius + #if ENABLED(MachineTLD6) + #define THERMAL_PROTECTION_BED_PERIOD 60 // Seconds + #define THERMAL_PROTECTION_BED_HYSTERESIS 2 // Degrees Celsius + #else + #define THERMAL_PROTECTION_BED_PERIOD 40 // Seconds + #define THERMAL_PROTECTION_BED_HYSTERESIS 4 // Degrees Celsius + #endif /** * As described above, except for the bed (M140/M190/M303).