0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-01 20:37:05 +00:00
Commit graph

1675 commits

Author SHA1 Message Date
Scott Lahteine
49771c4a9e 🎨 Flags for homing directions 2021-05-20 00:59:58 -05:00
Scott Lahteine
0dae140080 🐛 Fix DELTA with SENSORLESS_PROBING 2021-05-20 00:59:58 -05:00
Scott Lahteine
458677c63a ♻️ Refactor axis homing/trusted state bits 2021-05-20 00:59:58 -05:00
Scott Lahteine
02f904dbf9 ♻️ Minimize endstop bits 2021-05-20 00:59:58 -05:00
Scott Lahteine
a6e5492b08 ♻️ Refactor axis counts and loops 2021-05-20 00:59:58 -05:00
Scott Lahteine
abbe3f0dc7 🎨 Misc cleanup and fixes 2021-05-20 00:59:58 -05:00
ellensp
1e189506ef
Fix EEPROM_CHITCHAT (#21934)
Fix #21929
2021-05-17 21:16:47 -05:00
Luu Lac
7f774cab90
M154 Position Auto-Report (#18427)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-05-15 15:02:20 -05:00
Jamie
d97c1f1c62 Instant Freeze/Resume Function (#17462)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-05-14 00:14:59 -05:00
vyacheslav-shubin
0d629c80c7
🩹 G60-G61 Save E position (#21810) 2021-05-12 02:17:06 -05:00
Scott Lahteine
0c8a53e507 🎨 Misc. code cleanup 2021-05-11 10:47:50 -05:00
Scott Lahteine
390878e78a 🎨 Additional utility macros 2021-05-11 10:47:50 -05:00
Scott Lahteine
e5dc2c5321
Simplify macro expansion with recursion (#21859) 2021-05-11 08:30:16 -05:00
Scott Lahteine
0264316797 Fix L64xx init for Z4 2021-05-11 03:48:52 -05:00
Scott Lahteine
42a2b5c3ec Move temp errors calling kill() out of ISR (#21832) 2021-05-08 17:34:21 -05:00
Scott Lahteine
b65cdbed91
Signal SD completion later (#21840) 2021-05-08 04:35:35 -05:00
Scott Lahteine
f09fa69e86 Add and apply REPEAT_1 macro 2021-05-08 01:41:40 -05:00
Scott Lahteine
8d9021e806
Move ExtUI subfolders up a level (#21820) 2021-05-06 04:17:59 -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
Victor Oliveira
fb2bfe1cef
Fix bad DELTA probe move (#21781) 2021-05-02 17:05:15 -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
Scott Lahteine
dfcccb63a1 Use temperature accessors 2021-04-24 05:20:55 -05:00
vyacheslav-shubin
f424da498a
ExtUI::onPostprocessSettings (#21683) 2021-04-24 01:16:14 -05:00
Jim Hyslop
0fe30d14a8 Don't display service prompt unless needed (#21654) 2021-04-24 00:09:51 -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
54ad22a455 Let compiler do Temperature inlining 2021-04-23 19:40:46 -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
6bb10b1898
Changes supporting "Prussia3D" MK3 (#21617) 2021-04-20 00:44:19 -05:00
Scott Lahteine
bca4652c5e Leave Hybrid Threshold as-is for now
Reverting 253ee0c407
2021-04-17 02:03:16 -05:00
MangaValk
553487cc8a
Tool sensors (#17239) 2021-04-16 08:02:31 -05:00
Scott Lahteine
253ee0c407
Init pwm_thrs to 0 when HYBRID_THRESHOLD is off (#21623) 2021-04-16 04:04:07 -05:00
Luca Zimmermann
2d1d628340
Always swap with PRIME_FIRST_USED disabled (#21622) 2021-04-16 04:01:50 -05:00
Scott Lahteine
528b9bd872 Revert experimental NAN patch
Hold changes from #21575 (24a095c) for more testing.
2021-04-16 02:43:59 -05:00
fedetony
32dba5e0c7
Realtime Reporting, S000, P000, R000 (#19330) 2021-04-16 01:59:28 -05:00
Scott Lahteine
58cc4b7043 Use celsius_t for temperature accessors 2021-04-15 20:18:20 -05:00
Scott Lahteine
1595fdb54b Use sq 2021-04-13 23:25:25 -05:00
Scott Lahteine
d705a5b45e Fix long acceleration overflow 2021-04-13 23:25:25 -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
Scott Lahteine
3517fbdcbd Blocking move followup 2021-04-12 20:58:43 -05:00
Giuliano Zaro
7f56538602
Chamber Fan mode 3 (#21594) 2021-04-12 20:28:13 -05:00
Scott Lahteine
4044ed8783 Add 'blocking move' comments 2021-04-12 20:15:41 -05:00
espr14
a5d6f6ac98
Fix Resume Print with UBL (#21564)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-12 20:10:21 -05:00
Scott Lahteine
4a1d2d816c Update old-style axis indexes 2021-04-12 19:34:31 -05:00