Scott Lahteine
|
5afb5e03b0
|
🎨 Additional utility macros
|
4 years ago |
Scott Lahteine
|
f688c7d20d
|
Simplify macro expansion with recursion (#21859)
|
4 years ago |
Scott Lahteine
|
0167bba371
|
Fix L64xx init for Z4
|
4 years ago |
Scott Lahteine
|
ffcbe68570
|
Move temp errors calling kill() out of ISR (#21832)
|
4 years ago |
Scott Lahteine
|
c5c8ef436c
|
Signal SD completion later (#21840)
|
4 years ago |
Scott Lahteine
|
ad991734c4
|
Add and apply REPEAT_1 macro
|
4 years ago |
Scott Lahteine
|
d3e902af76
|
Move ExtUI subfolders up a level (#21820)
|
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 |
Victor Oliveira
|
a0ea7cbf26
|
Fix bad DELTA probe move (#21781)
|
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 |
Scott Lahteine
|
1830629472
|
Use temperature accessors
|
4 years ago |
vyacheslav-shubin
|
b9715c5a03
|
ExtUI::onPostprocessSettings (#21683)
|
4 years ago |
Jim Hyslop
|
011a344500
|
Don't display service prompt unless needed (#21654)
|
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
|
7d5714fedd
|
Let compiler do Temperature inlining
|
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
|
81ab756759
|
Changes supporting "Prussia3D" MK3 (#21617)
|
4 years ago |
Scott Lahteine
|
9c86eef98b
|
Leave Hybrid Threshold as-is for now
Reverting 253ee0c407
|
4 years ago |
MangaValk
|
2e726c46c8
|
Tool sensors (#17239)
|
4 years ago |
Scott Lahteine
|
61ee5b1d76
|
Init pwm_thrs to 0 when HYBRID_THRESHOLD is off (#21623)
|
4 years ago |
Luca Zimmermann
|
b6ce7a9f74
|
Always swap with PRIME_FIRST_USED disabled (#21622)
|
4 years ago |
Scott Lahteine
|
c67e115f61
|
Revert experimental NAN patch
Hold changes from #21575 (24a095c ) for more testing.
|
4 years ago |
fedetony
|
027a5a872d
|
Realtime Reporting, S000, P000, R000 (#19330)
|
4 years ago |
Scott Lahteine
|
973f65f80c
|
Use celsius_t for temperature accessors
|
4 years ago |
Scott Lahteine
|
4512bcd72c
|
Use sq
|
4 years ago |
Scott Lahteine
|
47dbea9334
|
Fix long acceleration overflow
|
4 years ago |
Scott Lahteine
|
562f3e43bc
|
Add fan percent accessors
|
4 years ago |
ellensp
|
8384582116
|
Fix Max Temperature not enforced (#21592)
|
4 years ago |
Scott Lahteine
|
ac5b39b354
|
Blocking move followup
|
4 years ago |
Giuliano Zaro
|
0f7161785e
|
Chamber Fan mode 3 (#21594)
|
4 years ago |
Scott Lahteine
|
49fba5a82a
|
Add 'blocking move' comments
|
4 years ago |
espr14
|
fb7bdabb70
|
Fix Resume Print with UBL (#21564)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
Scott Lahteine
|
5ab64708c5
|
Update old-style axis indexes
|
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 |
BigTreeTech
|
9a31702a75
|
Fix M114 E / R broken by `LIN_ADVANCE` (#21579)
|
4 years ago |
Ramiro Polla
|
6d9aaf8de5
|
Macros to eliminate 'f + 0.0' (#21568)
|
4 years ago |
Scott Lahteine
|
1bd35072cb
|
Fix axis char printing
|
4 years ago |
Radim Karniš
|
ab2441c088
|
Park Magnetic Switching Toolhead at the very end (#21552)
|
4 years ago |
Scott Lahteine
|
ee21e31a17
|
getHighESpeed => autotemp_task
|
4 years ago |
Scott Lahteine
|
4f174afc1a
|
Remove extraneous 'extern' hints (#21516)
|
4 years ago |
Mike La Spina
|
fea4835941
|
Followup to Laser Flow Meter (#21498)
|
4 years ago |
Marcio T
|
82e6a2ed62
|
G26 Hilbert Curve followup (#21480)
|
4 years ago |
Scott Lahteine
|
a4d5f96e9a
|
Replace 'const float &' with 'const_float_t' (#21505)
|
4 years ago |