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>
|
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)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
ellensp
|
5f9aac2027
|
Use temp_info_t for temp_redundant (#21715)
Fixes #21712
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
Victor Oliveira
|
46f272b669
|
Fix Celsius precision, current temp accessors (#21678)
|
4 years ago |
Scott Lahteine
|
c4620bb528
|
Add whole-degree accessors, simplify some temperature-related features (#21685)
|
4 years ago |
Scott Lahteine
|
54ad22a455
|
Let compiler do Temperature inlining
|
4 years ago |
Scott Lahteine
|
72e3d2492f
|
Update temperature types
|
4 years ago |
Scott Lahteine
|
528b9bd872
|
Revert experimental NAN patch
Hold changes from #21575 (24a095c ) for more testing.
|
4 years ago |
Scott Lahteine
|
58cc4b7043
|
Use celsius_t for temperature accessors
|
4 years ago |
Scott Lahteine
|
fd99ea09ec
|
Add fan percent accessors
|
4 years ago |
Scott Lahteine
|
24a095c5c1
|
Reduce math library code size by 3.4KB (#21575)
|
4 years ago |
Scott Lahteine
|
6ab7baa413
|
tick() => isr() to spotlight interrupt-time
|
4 years ago |
Scott Lahteine
|
62f37669dc
|
Replace 'const float &' with 'const_float_t' (#21505)
|
4 years ago |
Miguel Risco-Castillo
|
930752d46e
|
Ender 3 V2 Status Line (#21369)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
2d2291d00e
|
More IntelliSense-friendly declarations
|
4 years ago |
Scott Lahteine
|
e5ff55a1be
|
Add typedef celsius_t (#21374)
|
4 years ago |
Scott Lahteine
|
f7aaa2e1c7
|
Add typedef extra_fan_t
|
4 years ago |
Scott Lahteine
|
cfa6c7d45b
|
Improve max temp / target
|
4 years ago |
Mike La Spina
|
b95e548ddb
|
Cooler (for Laser) - M143, M193 (#21255)
|
4 years ago |
Katelyn Schiesser
|
735c1b6183
|
PROBING_HEATERS_OFF sub-option WAIT_FOR_HOTEND (#20835)
|
4 years ago |
Ken Sanislo
|
a3a10b62f2
|
Chamber Heater PID (#21156)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
b35bfeb1c3
|
Fix TEMP_0_TR_ENABLE, rename temp conditions (#21016)
|
4 years ago |
X-Ryl669
|
07b4cc145b
|
Fix AutoReporter implementation (#20959)
|
4 years ago |
Scott Lahteine
|
9d0e64a725
|
AutoReport class (Temperature, Cardreader) (#20913)
|
4 years ago |
Scott Lahteine
|
3f90ecfd77
|
Move singlenozzle temp/fan (#20829)
|
4 years ago |
Marcio Teixeira
|
6376b683c7
|
Silence unused parameter warnings
|
4 years ago |
Marcio T
|
2d88bcb67e
|
Fix thermal error protection, reporting (#20655)
|
4 years ago |
Jason Smith
|
58eaad703a
|
Fix dummy thermistors for Bed, Chamber, Probe (#20247)
|
4 years ago |
JoAnn Manges
|
40d442fde2
|
Fix MAX31865 on SPI (PT100/1000) support (#20074)
|
4 years ago |
Scott Lahteine
|
59eca253e1
|
Simplified temp sensor conditionals
|
4 years ago |
Scott Lahteine
|
06bf3ccfb7
|
Add alternative TERN macros
|
4 years ago |
Scott Lahteine
|
dcb0f5dc3b
|
Temperature 'autostart' => 'auto_job'
|
4 years ago |
ellensp
|
979876e958
|
Improve temperature runaway, idle timeout (#19339)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
49ca16c3fb
|
heater_ind_t => heater_id_t
|
4 years ago |
Neskik
|
1917ed8741
|
M872 wait for probe temperature (#19344)
|
4 years ago |
Giuliano Zaro
|
828a582f4d
|
Make M600 heat up the nozzle. Reset runout on fail. (#19298)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
Diego von Deschwanden
|
42fbd527f3
|
Fix links to secure sites (#18745)
|
4 years ago |