Commit Graph

15384 Commits

Author SHA1 Message Date
fd8207dd9a Misc build fixes (#21413)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-24 09:14:11 -05:00
e7596d92c7 Update Anet V1.0 display timing (#21425) 2021-03-24 07:45:43 -05:00
3ced55aa93 Optimize MarlinSettings with template methods (#21426) 2021-03-24 07:32:08 -05:00
2d2291d00e More IntelliSense-friendly declarations 2021-03-24 05:50:47 -05:00
da4b6896f7 Group UBL parameters, add comments 2021-03-24 05:50:47 -05:00
8fca37f373 Misc LCD cleanup 2021-03-24 05:50:47 -05:00
e5ff55a1be Add typedef celsius_t (#21374) 2021-03-24 04:11:43 -05:00
07c24e72ac [cron] Bump distribution date (2021-03-24) 2021-03-24 00:13:49 +00:00
a8ea6e6463 Max temp/target followup 2021-03-23 10:56:10 -05:00
58f0330d3f MKS / E3V2 LCD code cleanup 2021-03-23 10:46:54 -05:00
f7aaa2e1c7 Add typedef extra_fan_t 2021-03-23 09:39:44 -05:00
cfa6c7d45b Improve max temp / target 2021-03-23 09:39:09 -05:00
df1ef496d1 Main / Config Custom Submenus (#18177)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-23 08:21:11 -05:00
e3a12c3c28 Fix bool++ warning 2021-03-23 07:25:13 -05:00
dd92c8e927 Followup to UBL Hilbert 2021-03-23 05:54:41 -05:00
10c14bcc05 Check NOZZLE_CLEAN_FEATURE settings (#21332)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-03-23 01:47:07 -05:00
eee726ec7d UBL - Hilbert space-filling curve probing sequence (#21387) 2021-03-23 01:45:51 -05:00
22fc59ab59 Minor process_subcommands_now followup 2021-03-23 01:03:32 -05:00
50a6ffa952 Fix macros that call macros crashing (#21383)
When macros call macros, the null termination should remain in place until the macro is completed, and only then put back. Otherwise, the macro handler interprets this as setting the macro called to a new value.
2021-03-23 01:00:22 -05:00
2b621eb45d Fix MKS H43 sensorless homing (#21388) 2021-03-23 00:58:52 -05:00
c44ff3eb3d Update Hungarian language (#21407) 2021-03-23 00:57:50 -05:00
3e7d830f57 Mesh Editor for FTDI Eve Touch UI (#21381) 2021-03-23 00:51:03 -05:00
26db51fa9d [cron] Bump distribution date (2021-03-23) 2021-03-23 00:13:33 +00:00
fb9502e0fb [cron] Bump distribution date (2021-03-22) 2021-03-22 00:13:40 +00:00
d0ea2b2867 [cron] Bump distribution date (2021-03-21) 2021-03-21 00:14:12 +00:00
5573d98ecc [cron] Bump distribution date (2021-03-20) 2021-03-20 00:13:15 +00:00
38b44e3fc9 HAL eeprom cleanup 2021-03-19 04:51:41 -05:00
d4ab2024f5 Fix bool++ warning 2021-03-19 04:51:41 -05:00
b51aed8aa5 Nextion TFT touch screen (#21324)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-18 20:51:19 -05:00
1f52112d72 [cron] Bump distribution date (2021-03-19) 2021-03-19 00:13:41 +00:00
ad907a51e2 Followup to planner cleanup 2021-03-18 00:11:25 -05:00
560448afed Revert "Fix small wired EEPROM (#21337)"
Reverting commit cc3e878f90 pending further investigation.
2021-03-17 21:36:30 -05:00
deaefbf1dc Minor E3 V2 dwin cleanup 2021-03-17 20:06:16 -05:00
9823a37362 E1+ Autotemp and Planner comments 2021-03-17 20:06:16 -05:00
15bda88d04 Un-pause fans on STOP 2021-03-17 19:25:05 -05:00
de73b9b934 Update setup() description 2021-03-17 19:25:05 -05:00
2fc854eda0 [cron] Bump distribution date (2021-03-18) 2021-03-18 00:15:21 +00:00
546e56ef3d [cron] Bump distribution date (2021-03-17) 2021-03-17 00:13:28 +00:00
5ffa6f3331 [cron] Bump distribution date (2021-03-16) 2021-03-16 00:13:07 +00:00
1a23ffd776 KRATOS32 / K.32 board and LCD controllers (#21334) 2021-03-15 11:02:40 -05:00
c07f99d5e4 Teensy USB / serial followup (#21316) 2021-03-14 20:23:41 -05:00
ae8be31247 [cron] Bump distribution date (2021-03-15) 2021-03-15 00:13:36 +00:00
d787cd3076 Fix build with Meatpack only on 2nd port (#21336)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-03-14 12:11:11 -05:00
cc3e878f90 Fix small wired EEPROM (#21337)
Co-Authored-By: jafal99 <26922965+jafal99@users.noreply.github.com>
2021-03-14 11:43:20 -05:00
b9b9a3115a Update display timing for SKR Pro (#21346) 2021-03-14 11:42:25 -05:00
36d3b6aa95 [cron] Bump distribution date (2021-03-14) 2021-03-14 00:13:50 +00:00
911cd1a6d3 Custom menu items confirm option (#21338)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-03-13 07:37:49 -06:00
11343bb0ea [cron] Bump distribution date (2021-03-13) 2021-03-13 00:16:55 +00:00
7f1fa0d1ff Add M207/8/9 reporting (#21335) 2021-03-12 09:25:41 -06:00
604c5dedf4 MarlinSerial cleanup 2021-03-12 08:38:52 -06:00