Scott Lahteine
|
d1502f74ea
|
🎨 Null heating message method
|
4 years ago |
Scott Lahteine
|
7cd0f2a32a
|
🎨 pause => pause_heaters
|
4 years ago |
Scott Lahteine
|
5afb5e03b0
|
🎨 Additional utility macros
|
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 |
vyacheslav-shubin
|
addc91a409
|
ExtUI event for PID tuning start (#21734)
|
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
|
9f22aaea2f
|
Clean up formatting, wrap macros
|
4 years ago |
Scott Lahteine
|
4ab19e7882
|
Update temperature types
|
4 years ago |
Scott Lahteine
|
562f3e43bc
|
Add fan percent accessors
|
4 years ago |
ellensp
|
8384582116
|
Fix Max Temperature not enforced (#21592)
|
4 years ago |
Giuliano Zaro
|
0f7161785e
|
Chamber Fan mode 3 (#21594)
|
4 years ago |
Scott Lahteine
|
42d63258e9
|
tick() => isr() to spotlight interrupt-time
|
4 years ago |
Mike La Spina
|
fea4835941
|
Followup to Laser Flow Meter (#21498)
|
4 years ago |
Scott Lahteine
|
a4d5f96e9a
|
Replace 'const float &' with 'const_float_t' (#21505)
|
4 years ago |
Mike La Spina
|
f1986545da
|
Laser Coolant Flow Meter / Safety Shutdown (#21431)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Martijn Bosgraaf
|
98a6015d3a
|
Extend M106/M107 for better laser module support (#16082)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
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
|
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 |
X-Ryl669
|
6652c7c435
|
Distinguish serial index from mask (#21287)
|
4 years ago |
Mike La Spina
|
db4d9b7fcf
|
Cooler (for Laser) - M143, M193 (#21255)
|
4 years ago |
Scott Lahteine
|
fbb30a2570
|
Serial macros cleanup
|
4 years ago |
Katelyn Schiesser
|
7240c2172b
|
PROBING_HEATERS_OFF sub-option WAIT_FOR_HOTEND (#20835)
|
4 years ago |
Tanguy Pruvot
|
19c38f1a8a
|
Add BOARD_PREINIT (for Longer3D open drain pins) (#21159)
|
4 years ago |
Ken Sanislo
|
8d05a823e9
|
Chamber Heater PID (#21156)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
JoAnn Manges
|
41ab63897f
|
MAX Thermocouples rework (#20447)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
X-Ryl669
|
77f48d2bad
|
Serial refactor. Default 8-bit ECHO to int, not char (#20985)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
MKS-Sean
|
127a4ada93
|
Fix: Unsupported use of %f in printf (#21001)
|
4 years ago |
Scott Lahteine
|
47b872f5d0
|
Fix TEMP_0_TR_ENABLE, rename temp conditions (#21016)
|
4 years ago |
Scott Lahteine
|
582458998f
|
Use serial shorthand
|
4 years ago |
X-Ryl669
|
c631fb79d5
|
Fix AutoReporter implementation (#20959)
|
4 years ago |
X-Ryl669
|
9ae204df9c
|
Serial refactor followup (#20932)
|
4 years ago |
Scott Lahteine
|
4b9f2f13b1
|
AutoReport class (Temperature, Cardreader) (#20913)
|
4 years ago |
X-Ryl669
|
efa1e56369
|
Refactor serial class with templates (#20783)
|
4 years ago |
Scott Lahteine
|
efaff24145
|
Apply SEC_TO_MS and other fixes
|
4 years ago |
Scott Lahteine
|
71be210795
|
Move some MarlinCore and MarlinUI code (#20832)
|
4 years ago |
Scott Lahteine
|
b355f4605e
|
Move singlenozzle temp/fan (#20829)
|
4 years ago |
Scott Lahteine
|
726e2e9bc0
|
Move WRITE_FAN
|
4 years ago |
Giuliano Zaro
|
c64a5a4b8f
|
Temperature report followup (#20687)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
FanDjango
|
e3cd293f4e
|
Adjustable precision in M105 temperature report (#20602)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Marcio T
|
d3d8fd6d9b
|
Fix thermal error protection, reporting (#20655)
|
4 years ago |
Jason Smith
|
14b7eb1c5a
|
Fix CHAMBER_FAN_MODE 0 build (#20621)
|
4 years ago |
Victor Oliveira
|
2c58d0881b
|
Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |