Browse Source

Merge pull request #1726 from MRprusa3d/PFW-827

(preliminary) fix @ preHeatError III
PavelSindler 5 năm trước cách đây
mục cha
commit
59b04aaac7
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      Firmware/temperature.cpp

+ 2 - 0
Firmware/temperature.cpp

@@ -1129,6 +1129,8 @@ void temp_runaway_check(int _heater_id, float _target_temperature, float _curren
           if (_isbed)
           {
                __hysteresis = TEMP_RUNAWAY_BED_HYSTERESIS;
+               if(_target_temperature>105.0)
+                    __hysteresis = TEMP_RUNAWAY_BED_HYSTERESIS * 3.0;
                __timeout = TEMP_RUNAWAY_BED_TIMEOUT;
           }
 #endif