198 Commits (aa283582677fbbcb7ffe5f3183ac0bf5028747c3)

Author SHA1 Message Date
Giuliano Zaro aa28358267 🐛 Fix / refactor shared PID (#24673) 2 years ago
Scott Lahteine bbf2033211 🔧 Config INI, dump options (#24528) 2 years ago
Scott Lahteine e7c262dc30 🩹 Fix lcd_preheat compile 2 years ago
Scott Lahteine e4f85e8fbc ♻️ Encapsulate PID in class (#24389) 2 years ago
tombrazier fc350701b2 💥 More M306 M => M306 H (#24258) 2 years ago
Scott Lahteine 494a2fc80c 🚨 Fix some compiler warnings 2 years ago
tombrazier fc1a620b87 🚩 MPC update (#24253) 2 years ago
tombrazier 21c838cb1b ⚗️ Temperature Model Predictive Control (#23751) 2 years ago
ellensp 27b1484428 🐛 Fix Manual Move cold extrude override (#24045) 2 years ago
Scott Lahteine ceb99e89a0 🔨 Prevent build attribute define conflicts 2 years ago
Scott Lahteine 0e693854d0 🚸 Clear "heating/cooling" message on temp reached 2 years ago
tombrazier 260b40d145 ️ Fix noisy ADC - 16x oversampling with 12-bit ADC (#23867) 2 years ago
Scott Lahteine 2dcc3ddeed 🧑‍💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU 2 years ago
zerkix 70f03ad852 🐛 Finish and organize temp sensors (#23519) 2 years ago
John Lagonikas 2ca1d844d7 Temperature variance monitor (#23373) 2 years ago
John Lagonikas 2690bb1bc2 M81 D / S - Power-off Delay (#23396, #23455) 2 years ago
ellensp 7135c3b185 🚑️ Fix M105 regression (#23505) 2 years ago
Scott Lahteine dadd7516b5 🚑️ Fix thermal conditionals, structure 2 years ago
Scott Lahteine 5b9f3bd4b1 🧑‍💻 Remove extraneous 'inline' hints 2 years ago
Giuliano Zaro af1d603374 Fan tachometer support (#23086, #23180, #23199) 3 years ago
Mike La Spina e0c439fe91 ️ Controller Fan software PWM (etc.) (#23102) 3 years ago
Scott Lahteine d29a9014f2 🎨 Standard 'cooldown' method 3 years ago
Scott Lahteine 3d102a77ca 🎨 Apply F() to kill / sendinfoscreen 3 years ago
Scott Lahteine 6d96c221bd 🎨 Standardize G-code reporting 3 years ago
Scott Lahteine 416234f43a Add TEMP_SENSOR_BOARD (#22279, #22342, #22343, #22344, #22350) 3 years ago
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