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 |
Scott Lahteine
|
976403d10d
|
Improve max temp / target
|
4 years ago |
Mike La Spina
|
db4d9b7fcf
|
Cooler (for Laser) - M143, M193 (#21255)
|
4 years ago |
Katelyn Schiesser
|
7240c2172b
|
PROBING_HEATERS_OFF sub-option WAIT_FOR_HOTEND (#20835)
|
4 years ago |
Ken Sanislo
|
8d05a823e9
|
Chamber Heater PID (#21156)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
47b872f5d0
|
Fix TEMP_0_TR_ENABLE, rename temp conditions (#21016)
|
4 years ago |
X-Ryl669
|
c631fb79d5
|
Fix AutoReporter implementation (#20959)
|
4 years ago |
Scott Lahteine
|
4b9f2f13b1
|
AutoReport class (Temperature, Cardreader) (#20913)
|
4 years ago |
Scott Lahteine
|
b355f4605e
|
Move singlenozzle temp/fan (#20829)
|
4 years ago |
Marcio Teixeira
|
1e7426e549
|
Silence unused parameter warnings
|
4 years ago |
Marcio T
|
d3d8fd6d9b
|
Fix thermal error protection, reporting (#20655)
|
4 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)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
5 years ago |
Scott Lahteine
|
2396b4e27f
|
heater_ind_t => heater_id_t
|
5 years ago |
Neskik
|
bf6ce68ed1
|
M872 wait for probe temperature (#19344)
|
5 years ago |
Giuliano Zaro
|
5fcfecc56e
|
Make M600 heat up the nozzle. Reset runout on fail. (#19298)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
5 years ago |
Diego von Deschwanden
|
42fbd527f3
|
Fix links to secure sites (#18745)
|
5 years ago |
Jason Smith
|
76b67d55e2
|
Fix some Power Loss Recovery behaviors (#18558)
|
5 years ago |
Scott Lahteine
|
2d33a9fd7c
|
Add REPORT_FAN_CHANGE as an option
|
5 years ago |
Scott Lahteine
|
c43bbcce15
|
Enforce sensor range for temperature target (#18465)
* Mitigate stepper timeout
* Add CHAMBER PWM code
* Structured thermistor tables
* Fix reversed sensor ranges
* Prevent temps outside sensor range
|
5 years ago |
Scott Lahteine
|
70fa4c9323
|
Per-Hotend Default PIDs (#18483)
|
5 years ago |
Scott Lahteine
|
a907e15ae6
|
Allow larger ADC debounce
Reference #17205
|
5 years ago |
Scott Lahteine
|
43a994e0df
|
Fix material preset editing
|
5 years ago |
Scott Lahteine
|
4275466f49
|
Fix issues with no hotend / bed / fan (#18395)
|
5 years ago |
Scott Lahteine
|
424569b4c4
|
Power monitor and display (#17437)
|
5 years ago |
Gurmeet Athwal
|
f3bf343c89
|
Report fan speed on change (#18013)
|
5 years ago |
Italo Soares
|
213d4b890e
|
Hotend Idle Timeout (#16362)
|
5 years ago |
Scott Lahteine
|
37176ed2b9
|
Apply maxtemp patch
|
5 years ago |
Scott Lahteine
|
33217b0dd0
|
Add HOTEND_OVERSHOOT
|
5 years ago |
Scott Lahteine
|
8b3c7dda75
|
Add HAS_FAN and others
|
5 years ago |
Scott Lahteine
|
3d45a4bd23
|
Encapsulate Temperature items
|
5 years ago |
Scott Lahteine
|
6d90d1e1f5
|
Apply TERN to compact code (#17619)
|
5 years ago |
Scott Lahteine
|
15f6f53638
|
Add HAS_HOTEND, etc.
|
5 years ago |
Scott Lahteine
|
0e06aaa2bc
|
Add millis helper macros
|
5 years ago |