Jason Smith
|
f4ff6a673f
|
Allow MAX31865 resistance values configuration (#19695)
|
4 年之前 |
Scott Lahteine
|
6f6901180c
|
Chamber vent/fan followup
|
4 年之前 |
ladismrkolj
|
2b845e5a75
|
Add Chamber servo vent, auto fan (#19519)
|
4 年之前 |
Victor Oliveira
|
a7f334387c
|
Keep HAL tasks running during PID Autotune (#19671)
|
4 年之前 |
Victor Oliveira
|
79dc8a2297
|
Define <u8,u8,u8>::softSPI (#19419)
|
4 年之前 |
cosmoderp
|
073b7f1e3a
|
E3 V2 DWIN: Z-Offset, cleanup, versatility (#19384)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 年之前 |
ellensp
|
979876e958
|
Improve temperature runaway, idle timeout (#19339)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 年之前 |
Scott Lahteine
|
49ca16c3fb
|
heater_ind_t => heater_id_t
|
4 年之前 |
Neskik
|
1917ed8741
|
M872 wait for probe temperature (#19344)
|
4 年之前 |
Scott Lahteine
|
a445746a8b
|
Clean up LCD conditionals, DWIN
|
4 年之前 |
thordarsen
|
195d20cef2
|
Fix SINGLENOZZLE fan speed bug (#19152)
|
4 年之前 |
Giuliano Zaro
|
f67ad6fd70
|
Fix auto-power in PID autotune (#19119)
|
4 年之前 |
Scott Lahteine
|
7807b613d5
|
Update some comments
|
4 年之前 |
Giuliano Zaro
|
3426c7fc94
|
Configurable number of M106 fans (#18883)
|
4 年之前 |
Giuliano Zaro
|
f205bff2cc
|
Fix PSU on for PID autotune (#19066)
|
4 年之前 |
Diego von Deschwanden
|
42fbd527f3
|
Fix links to secure sites (#18745)
|
4 年之前 |
Scott Lahteine
|
ef90cb7c97
|
PLR followup
|
4 年之前 |
Jason Smith
|
76b67d55e2
|
Fix some Power Loss Recovery behaviors (#18558)
|
4 年之前 |
Scott Lahteine
|
55e519a06f
|
General cleanup
|
4 年之前 |
Scott Lahteine
|
2d33a9fd7c
|
Add REPORT_FAN_CHANGE as an option
|
4 年之前 |
Scott Lahteine
|
5e0958edbf
|
Fix pid_debug_flag
|
4 年之前 |
Axel
|
c4dd0082a1
|
Option to assist thermocouple debug (#18621)
|
4 年之前 |
ellensp
|
c2e0e61fe8
|
Fix User Temp Sensor (1000), reversed Pt100 / Pt1000 (#18590)
|
4 年之前 |
Scott Lahteine
|
9546847dc1
|
Temp Residency followup
|
4 年之前 |
espr14
|
ea8c3a9388
|
Reduce 'first loop' temperature residency time (#18421)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 年之前 |
J.C. Nelson
|
6f14d2d37f
|
Add Lerdge S,X,K (#18302)
|
4 年之前 |
Scott Lahteine
|
dc6d8357a6
|
Reduce string duplication
|
4 年之前 |
ellensp
|
6df927d3b2
|
Fix thermistors exist-for-reading tests (#18533)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 年之前 |
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
|
4 年之前 |
Scott Lahteine
|
a907e15ae6
|
Allow larger ADC debounce
Reference #17205
|
4 年之前 |
Scott Lahteine
|
43a994e0df
|
Fix material preset editing
|
4 年之前 |
Scott Lahteine
|
4275466f49
|
Fix issues with no hotend / bed / fan (#18395)
|
4 年之前 |
Giuliano Zaro
|
88e4dffe88
|
Fix PID autotune timeout (#18352)
|
4 年之前 |
Scott Lahteine
|
424569b4c4
|
Power monitor and display (#17437)
|
4 年之前 |
Scott Lahteine
|
f4c258dc23
|
Creality Ender 3 v2 (#17719)
|
4 年之前 |
Scott Lahteine
|
7628895ac8
|
Apply misc TERN
|
4 年之前 |
Gurmeet Athwal
|
f3bf343c89
|
Report fan speed on change (#18013)
|
4 年之前 |
Scott Lahteine
|
31eb487da5
|
whitespace
|
4 年之前 |
Mobilinkd LLC
|
60bed3434b
|
Ignore spurious MAX31855K / 6675 thermocouple errors (#18039)
|
4 年之前 |
Jason Smith
|
94063e3a87
|
Fix PID + Thermal Protection combos (#18023)
|
4 年之前 |
Mathias Rasmussen
|
d571a4d389
|
Relax bed cooling safety check (#17877)
|
4 年之前 |
studiodyne
|
36efe75ad1
|
Followup for Tool Migration (#17800)
|
4 年之前 |
studiodyne
|
89b17b5463
|
Followup fixes for singlenozzle, etc. (#17712)
|
4 年之前 |
Scott Lahteine
|
01c646a892
|
Apply more HAS_HOTEND
|
4 年之前 |
Scott Lahteine
|
37176ed2b9
|
Apply maxtemp patch
|
4 年之前 |
Scott Lahteine
|
5507b6073c
|
Fix dummy thermistors
Fixes #17422
Co-Authored-By: Moeschus <moeschus@users.noreply.github.com>
|
4 年之前 |
Scott Lahteine
|
33217b0dd0
|
Add HOTEND_OVERSHOOT
|
4 年之前 |
Scott Lahteine
|
8b3c7dda75
|
Add HAS_FAN and others
|
4 年之前 |
Scott Lahteine
|
3d45a4bd23
|
Encapsulate Temperature items
|
4 年之前 |
Scott Lahteine
|
6d90d1e1f5
|
Apply TERN to compact code (#17619)
|
4 年之前 |