173 Commits (9ddb4de70ac23685b98ce0e2b25f3d24ae87c7b6)

Author SHA1 Message Date
Katelyn Schiesser 5054dc6ea2 🐛 Redundant Temp Sensor followup (#22196) 3 years ago
Scott Lahteine 78c2eb6876 🎨 Check flags without ENABLED 3 years ago
InsanityAutomation d84e2d6e29 🎨 ExtUI "user click" and other tweaks (#22122) 3 years ago
Katelyn Schiesser d322e495b2 More flexible redundant temp sensor (#22085) 3 years ago
Scott Lahteine e75c3b6c54 🎨 Macros for optional arguments (#21969) 3 years ago
Scott Lahteine d1502f74ea 🎨 Null heating message method 3 years ago
Scott Lahteine 7cd0f2a32a 🎨 pause => pause_heaters 3 years ago
Scott Lahteine ffcbe68570 Move temp errors calling kill() out of ISR (#21832) 3 years ago
Scott Lahteine d174d610bd Temperature cleanup 3 years ago
Victor Oliveira 7378afc6d8 Prevent watchdog reset in setup() (#21776) 3 years ago
ellensp d00f6cbe12 Fix Singlenozzle Standby issues (#21759) 3 years ago
David a1154b226d Fix Thermal Runaway false-alarm in M303, add HeaterWatch::check (#21743) 3 years ago
ellensp 81d7a6b81d Use temp_info_t for temp_redundant (#21715) 3 years ago
Victor Oliveira 1570005683 Fix Celsius precision, current temp accessors (#21678) 3 years ago
Scott Lahteine 899fcf51e6 Add whole-degree accessors, simplify some temperature-related features (#21685) 3 years ago
Scott Lahteine 7d5714fedd Let compiler do Temperature inlining 3 years ago
Scott Lahteine 4ab19e7882 Update temperature types 3 years ago
Scott Lahteine c67e115f61 Revert experimental NAN patch 3 years ago
Scott Lahteine 973f65f80c Use celsius_t for temperature accessors 3 years ago
Scott Lahteine 562f3e43bc Add fan percent accessors 3 years ago
Scott Lahteine c66cbf0d69 Reduce math library code size by 3.4KB (#21575) 3 years ago
Scott Lahteine 42d63258e9 tick() => isr() to spotlight interrupt-time 3 years ago
Scott Lahteine a4d5f96e9a Replace 'const float &' with 'const_float_t' (#21505) 3 years ago
Miguel Risco-Castillo 3c9ffa77f9 Ender 3 V2 Status Line (#21369) 3 years ago
Scott Lahteine c6774812fa More IntelliSense-friendly declarations 3 years ago
Scott Lahteine 3226e12037 Add typedef celsius_t (#21374) 3 years ago
Scott Lahteine 3341e4f88c Add typedef extra_fan_t 3 years ago
Scott Lahteine 976403d10d Improve max temp / target 3 years ago
Mike La Spina db4d9b7fcf Cooler (for Laser) - M143, M193 (#21255) 3 years ago
Katelyn Schiesser 7240c2172b PROBING_HEATERS_OFF sub-option WAIT_FOR_HOTEND (#20835) 3 years ago
Ken Sanislo 8d05a823e9 Chamber Heater PID (#21156) 3 years ago
Scott Lahteine 47b872f5d0 Fix TEMP_0_TR_ENABLE, rename temp conditions (#21016) 3 years ago
X-Ryl669 c631fb79d5 Fix AutoReporter implementation (#20959) 3 years ago
Scott Lahteine 4b9f2f13b1 AutoReport class (Temperature, Cardreader) (#20913) 3 years ago
Scott Lahteine b355f4605e Move singlenozzle temp/fan (#20829) 3 years ago
Marcio Teixeira 1e7426e549 Silence unused parameter warnings 3 years ago
Marcio T d3d8fd6d9b Fix thermal error protection, reporting (#20655) 3 years ago
Jason Smith 8cd25f35c2 Fix dummy thermistors for Bed, Chamber, Probe (#20247) 4 years ago
JoAnn Manges 02c3c314fe Fix MAX31865 on SPI (PT100/1000) support (#20074) 4 years ago
Scott Lahteine b2d6b8c567 Simplified temp sensor conditionals 4 years ago
Scott Lahteine 367e717aeb Add alternative TERN macros 4 years ago
Scott Lahteine 5bf82b34c6 Temperature 'autostart' => 'auto_job' 4 years ago
ellensp 4fdfdaf2e6 Improve temperature runaway, idle timeout (#19339) 4 years ago
Scott Lahteine 2396b4e27f heater_ind_t => heater_id_t 4 years ago
Neskik bf6ce68ed1 M872 wait for probe temperature (#19344) 4 years ago
Giuliano Zaro 5fcfecc56e Make M600 heat up the nozzle. Reset runout on fail. (#19298) 4 years ago
ellensp 5f9aac2027
Use temp_info_t for temp_redundant (#21715) 3 years ago
Victor Oliveira 46f272b669
Fix Celsius precision, current temp accessors (#21678) 3 years ago
Scott Lahteine c4620bb528
Add whole-degree accessors, simplify some temperature-related features (#21685) 3 years ago
Scott Lahteine 54ad22a455 Let compiler do Temperature inlining 3 years ago