Scott Lahteine
|
9bb5b10c0c
|
🚚 Relocate and adjust DWIN E3V2 (#22471)
|
2021-07-31 05:32:13 -05:00 |
|
Katelyn Schiesser
|
273ff6fedc
|
🐛 Ensure Software SPI pins for Max Thermocouple (#22389)
|
2021-07-18 20:24:27 -05:00 |
|
Katelyn Schiesser
|
4479b0222b
|
🐛 Followup to TEMP_SENSOR_BOARD (#22343, #22344)
Followup to #22279
|
2021-07-12 23:01:29 -05:00 |
|
Mike La Spina
|
c0ecc6625f
|
🏗️ Allow headless Flow Meter (#22234)
|
2021-07-12 00:22:08 -05:00 |
|
Katelyn Schiesser
|
2f6c8e1176
|
✨ Add TEMP_SENSOR_BOARD (#22279)
|
2021-07-11 20:41:33 -05:00 |
|
Katelyn Schiesser
|
79405ce2af
|
🐛 Fix manage_heaters recursion on servo move (#22313)
Followup to e297748b22
|
2021-07-08 23:48:11 -05:00 |
|
Katelyn Schiesser
|
b2f0913083
|
🐛 Redundant Temp Sensor followup (#22196)
|
2021-07-06 19:36:41 -05:00 |
|
Katelyn Schiesser
|
f944ec3ac6
|
🐛 Redundant Temp Sensor followup (#22173)
|
2021-06-19 13:44:28 -05:00 |
|
ellensp
|
d436c93f37
|
✨ Redundant Part Cooling Fan (#21888)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2021-06-14 18:45:54 -05:00 |
|
InsanityAutomation
|
a3e8bb99e4
|
🎨 ExtUI "user click" and other tweaks (#22122)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-06-13 22:08:46 -05:00 |
|
Katelyn Schiesser
|
629551d9bc
|
✨ More flexible redundant temp sensor (#22085)
|
2021-06-11 15:51:29 -05:00 |
|
Scott Lahteine
|
84fd0eff17
|
🎨 Macros for optional arguments (#21969)
|
2021-05-23 21:33:22 -05:00 |
|
Scott Lahteine
|
ff0318c5bd
|
🎨 pause => pause_heaters
|
2021-05-23 03:04:36 -05:00 |
|
Scott Lahteine
|
d8c4be375c
|
🎨 Null heating message method
|
2021-05-22 17:56:31 -05:00 |
|
Scott Lahteine
|
390878e78a
|
🎨 Additional utility macros
|
2021-05-11 10:47:50 -05:00 |
|
Scott Lahteine
|
42a2b5c3ec
|
Move temp errors calling kill() out of ISR (#21832)
|
2021-05-08 17:34:21 -05:00 |
|
Victor Oliveira
|
dc18769010
|
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>
|
2021-05-02 21:37:54 -05:00 |
|
Scott Lahteine
|
becdac19ea
|
Temperature cleanup
|
2021-05-02 21:32:21 -05:00 |
|
vyacheslav-shubin
|
46eb12da51
|
ExtUI event for PID tuning start (#21734)
|
2021-05-01 20:28:49 -05:00 |
|
ellensp
|
ef9ca61039
|
Fix Singlenozzle Standby issues (#21759)
Fixes #21758
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2021-05-01 03:21:18 -05:00 |
|
David
|
cfdfd16779
|
Fix Thermal Runaway false-alarm in M303, add HeaterWatch::check (#21743)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-04-30 01:51:26 -05:00 |
|
ellensp
|
5f9aac2027
|
Use temp_info_t for temp_redundant (#21715)
Fixes #21712
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2021-04-26 23:36:39 -05:00 |
|
Victor Oliveira
|
46f272b669
|
Fix Celsius precision, current temp accessors (#21678)
|
2021-04-23 20:29:15 -05:00 |
|
Scott Lahteine
|
c4620bb528
|
Add whole-degree accessors, simplify some temperature-related features (#21685)
|
2021-04-23 20:19:23 -05:00 |
|
Scott Lahteine
|
3bddbb1110
|
Clean up formatting, wrap macros
|
2021-04-23 19:21:39 -05:00 |
|
Scott Lahteine
|
72e3d2492f
|
Update temperature types
|
2021-04-23 19:20:11 -05:00 |
|
Scott Lahteine
|
fd99ea09ec
|
Add fan percent accessors
|
2021-04-13 04:00:39 -05:00 |
|
ellensp
|
5fb3ee6101
|
Fix Max Temperature not enforced (#21592)
|
2021-04-12 21:02:55 -05:00 |
|
Giuliano Zaro
|
7f56538602
|
Chamber Fan mode 3 (#21594)
|
2021-04-12 20:28:13 -05:00 |
|
Scott Lahteine
|
6ab7baa413
|
tick() => isr() to spotlight interrupt-time
|
2021-04-10 19:53:43 -05:00 |
|
Mike La Spina
|
235ba92602
|
Followup to Laser Flow Meter (#21498)
|
2021-04-01 19:29:49 -05:00 |
|
Scott Lahteine
|
62f37669dc
|
Replace 'const float &' with 'const_float_t' (#21505)
|
2021-04-01 17:59:57 -05:00 |
|
Mike La Spina
|
ccdbffbf3f
|
Laser Coolant Flow Meter / Safety Shutdown (#21431)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-03-29 01:41:56 -05:00 |
|
Martijn Bosgraaf
|
30e7e2c276
|
Extend M106/M107 for better laser module support (#16082)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-03-24 12:21:11 -05:00 |
|
Miguel Risco-Castillo
|
930752d46e
|
Ender 3 V2 Status Line (#21369)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-03-24 10:12:57 -05:00 |
|
Scott Lahteine
|
e5ff55a1be
|
Add typedef celsius_t (#21374)
|
2021-03-24 04:11:43 -05:00 |
|
Scott Lahteine
|
f7aaa2e1c7
|
Add typedef extra_fan_t
|
2021-03-23 09:39:44 -05:00 |
|
Scott Lahteine
|
cfa6c7d45b
|
Improve max temp / target
|
2021-03-23 09:39:09 -05:00 |
|
X-Ryl669
|
55c31fbe9a
|
Distinguish serial index from mask (#21287)
|
2021-03-09 03:20:37 -06:00 |
|
Mike La Spina
|
b95e548ddb
|
Cooler (for Laser) - M143, M193 (#21255)
|
2021-03-06 14:13:28 -06:00 |
|
Scott Lahteine
|
dd42831cba
|
Serial macros cleanup
|
2021-02-28 20:02:24 -06:00 |
|
Katelyn Schiesser
|
735c1b6183
|
PROBING_HEATERS_OFF sub-option WAIT_FOR_HOTEND (#20835)
|
2021-02-25 08:33:16 -06:00 |
|
Tanguy Pruvot
|
d167af4c38
|
Add BOARD_PREINIT (for Longer3D open drain pins) (#21159)
|
2021-02-25 04:35:18 -06:00 |
|
Ken Sanislo
|
a3a10b62f2
|
Chamber Heater PID (#21156)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-02-24 18:26:51 -06:00 |
|
JoAnn Manges
|
8707ae23e2
|
MAX Thermocouples rework (#20447)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2021-02-08 19:51:57 -06:00 |
|
X-Ryl669
|
e7c711996b
|
Serial refactor. Default 8-bit ECHO to int, not char (#20985)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-02-08 00:37:24 -06:00 |
|
MKS-Sean
|
57e4b82b66
|
Fix: Unsupported use of %f in printf (#21001)
|
2021-02-07 20:36:57 -06:00 |
|
Scott Lahteine
|
b35bfeb1c3
|
Fix TEMP_0_TR_ENABLE, rename temp conditions (#21016)
|
2021-02-07 16:58:06 -06:00 |
|
Scott Lahteine
|
708ea3d0bb
|
Use serial shorthand
|
2021-02-04 23:34:09 -06:00 |
|
X-Ryl669
|
07b4cc145b
|
Fix AutoReporter implementation (#20959)
|
2021-01-31 18:11:50 -06:00 |
|