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)
Followup to #24253
|
2 years ago |
Scott Lahteine
|
494a2fc80c
|
🚨 Fix some compiler warnings
|
3 years ago |
tombrazier
|
fc1a620b87
|
🚩 MPC update (#24253)
|
3 years ago |
tombrazier
|
21c838cb1b
|
⚗️ Temperature Model Predictive Control (#23751)
|
3 years ago |
ellensp
|
27b1484428
|
🐛 Fix Manual Move cold extrude override (#24045)
Followup to #19606
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
3 years ago |
Scott Lahteine
|
ceb99e89a0
|
🔨 Prevent build attribute define conflicts
|
3 years ago |
Scott Lahteine
|
0e693854d0
|
🚸 Clear "heating/cooling" message on temp reached
|
3 years ago |
tombrazier
|
260b40d145
|
⚡️ Fix noisy ADC - 16x oversampling with 12-bit ADC (#23867)
|
3 years ago |
Scott Lahteine
|
2dcc3ddeed
|
🧑💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU
|
3 years ago |
zerkix
|
70f03ad852
|
🐛 Finish and organize temp sensors (#23519)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
3 years ago |
John Lagonikas
|
2ca1d844d7
|
✨ Temperature variance monitor (#23373)
|
3 years ago |
John Lagonikas
|
2690bb1bc2
|
✨ M81 D / S - Power-off Delay (#23396, #23455)
|
3 years ago |
ellensp
|
7135c3b185
|
🚑️ Fix M105 regression (#23505)
Fixes #23504
|
3 years ago |
Scott Lahteine
|
dadd7516b5
|
🚑️ Fix thermal conditionals, structure
|
3 years ago |
Scott Lahteine
|
5b9f3bd4b1
|
🧑💻 Remove extraneous 'inline' hints
|
3 years ago |
Giuliano Zaro
|
af1d603374
|
✨ Fan tachometer support (#23086, #23180, #23199)
Co-Authored-By: Scott Lahteine <github@thinkyhead.com>
|
3 years ago |
Mike La Spina
|
e0c439fe91
|
⚡️ Controller Fan software PWM (etc.) (#23102)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
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)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
3 years ago |
Katelyn Schiesser
|
d322e495b2
|
✨ More flexible redundant temp sensor (#22085)
|
3 years ago |
Scott Lahteine
|
e75c3b6c54
|
🎨 Macros for optional arguments (#21969)
|
4 years ago |
Scott Lahteine
|
d1502f74ea
|
🎨 Null heating message method
|
4 years ago |
Scott Lahteine
|
7cd0f2a32a
|
🎨 pause => pause_heaters
|
4 years ago |
Scott Lahteine
|
ffcbe68570
|
Move temp errors calling kill() out of ISR (#21832)
|
4 years ago |
Scott Lahteine
|
d174d610bd
|
Temperature cleanup
|
4 years ago |
Victor Oliveira
|
7378afc6d8
|
Prevent watchdog reset in setup() (#21776)
Cause `manage_heaters` to only reset the watchdog and return until `setup()` is completed.
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
ellensp
|
d00f6cbe12
|
Fix Singlenozzle Standby issues (#21759)
Fixes #21758
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
David
|
a1154b226d
|
Fix Thermal Runaway false-alarm in M303, add HeaterWatch::check (#21743)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
ellensp
|
81d7a6b81d
|
Use temp_info_t for temp_redundant (#21715)
Fixes #21712
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
Victor Oliveira
|
1570005683
|
Fix Celsius precision, current temp accessors (#21678)
|
4 years ago |
Scott Lahteine
|
899fcf51e6
|
Add whole-degree accessors, simplify some temperature-related features (#21685)
|
4 years ago |
Scott Lahteine
|
7d5714fedd
|
Let compiler do Temperature inlining
|
4 years ago |
Scott Lahteine
|
4ab19e7882
|
Update temperature types
|
4 years ago |
Scott Lahteine
|
c67e115f61
|
Revert experimental NAN patch
Hold changes from #21575 (24a095c ) for more testing.
|
4 years ago |
Scott Lahteine
|
973f65f80c
|
Use celsius_t for temperature accessors
|
4 years ago |
Scott Lahteine
|
562f3e43bc
|
Add fan percent accessors
|
4 years ago |
Scott Lahteine
|
c66cbf0d69
|
Reduce math library code size by 3.4KB (#21575)
|
4 years ago |
Scott Lahteine
|
42d63258e9
|
tick() => isr() to spotlight interrupt-time
|
4 years ago |
Scott Lahteine
|
a4d5f96e9a
|
Replace 'const float &' with 'const_float_t' (#21505)
|
4 years ago |
Miguel Risco-Castillo
|
3c9ffa77f9
|
Ender 3 V2 Status Line (#21369)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
c6774812fa
|
More IntelliSense-friendly declarations
|
4 years ago |
Scott Lahteine
|
3226e12037
|
Add typedef celsius_t (#21374)
|
4 years ago |
Scott Lahteine
|
3341e4f88c
|
Add typedef extra_fan_t
|
4 years ago |