Commit Graph

14142 Commits

Author SHA1 Message Date
Vert
9f48314cb4 YHCB2004 pins followup (#21472) 2021-04-29 08:45:17 -05:00
Marcio T
7c275285ea Refactor Hilbert curve. Enhance Touch UI Bed Level Screen. (#21453) 2021-04-29 08:45:17 -05:00
Leoric
4ffb95a736 MKS UI: Monitor state when idle (#21452)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:17 -05:00
Vert
943a8ebdc6 Fix for YHCB2004 (#21450) 2021-04-29 08:45:17 -05:00
Tomas Rimkus
8d73a6c4e2 Avoid watchdog reset in all wired EEPROMs (#21436)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:17 -05:00
Scott Lahteine
e817db62a4 Apply TMC UART to STM32, simplify 2021-04-29 08:45:17 -05:00
Scott Lahteine
85eb179acf Define HW serial ports needed for TMC UART (#21446) 2021-04-29 08:45:17 -05:00
Ramiro Polla
3d70b645b6 Optimize LSF for size, efficiency (#21443) 2021-04-29 08:45:17 -05:00
ldursw
c83b6217f9 Followup to SDIO patch (#21440) 2021-04-29 08:45:17 -05:00
espr14
a97f6c4c74 Endstops always on in G28 (#21441) 2021-04-29 08:45:17 -05:00
espr14
710b1bcb6d Endstops always on after delta homing (#21442) 2021-04-29 08:45:17 -05:00
Martijn Bosgraaf
98a6015d3a Extend M106/M107 for better laser module support (#16082)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:17 -05:00
Bryan Hunwardsen
05b281ad9e SKR E3 Mini V2.0 Fan Bug Fix (#21079)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:17 -05:00
Miguel Risco-Castillo
3c9ffa77f9 Ender 3 V2 Status Line (#21369)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:17 -05:00
ldursw
2a32d14dc4 Fix SDIO buffer alignment (#21396) 2021-04-29 08:45:17 -05:00
kpishere
e087271d48 Misc build fixes (#21413)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:17 -05:00
Ramiro Polla
375404290d Update Anet V1.0 display timing (#21425) 2021-04-29 08:45:17 -05:00
Ramiro Polla
5c8f7c7ea3 Optimize MarlinSettings with template methods (#21426) 2021-04-29 08:45:17 -05:00
Scott Lahteine
c6774812fa More IntelliSense-friendly declarations 2021-04-29 08:45:16 -05:00
Scott Lahteine
af13128430 Group UBL parameters, add comments 2021-04-29 08:45:16 -05:00
Scott Lahteine
6b7a92035c Misc LCD cleanup 2021-04-29 08:45:16 -05:00
Scott Lahteine
3226e12037 Add typedef celsius_t (#21374) 2021-04-29 08:45:16 -05:00
Scott Lahteine
2a011779e9 Max temp/target followup 2021-04-29 08:45:16 -05:00
Scott Lahteine
faa1118ca7 MKS / E3V2 LCD code cleanup 2021-04-29 08:45:16 -05:00
Scott Lahteine
3341e4f88c Add typedef extra_fan_t 2021-04-29 08:45:16 -05:00
Scott Lahteine
976403d10d Improve max temp / target 2021-04-29 08:45:16 -05:00
borland1
ff729744e5 Main / Config Custom Submenus (#18177)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:16 -05:00
Scott Lahteine
d924adef75 Followup to UBL Hilbert 2021-04-29 08:45:16 -05:00
ellensp
dca4c2904e Check NOZZLE_CLEAN_FEATURE settings (#21332)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:16 -05:00
Marcio T
e806c3376a UBL - Hilbert space-filling curve probing sequence (#21387) 2021-04-29 08:45:16 -05:00
Scott Lahteine
c9674cd809 Minor process_subcommands_now followup 2021-04-29 08:45:16 -05:00
mihtjel
259d8f19b3 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-04-29 08:45:16 -05:00
Sola
9a1c4f91fe Fix MKS H43 sensorless homing (#21388) 2021-04-29 08:45:16 -05:00
Zs.Antal
4bdc303f6c Update Hungarian language (#21407) 2021-04-29 08:45:16 -05:00
Marcio T
5b0dc4d325 Mesh Editor for FTDI Eve Touch UI (#21381) 2021-04-29 08:45:16 -05:00
Scott Lahteine
39c30d6fd6 HAL eeprom cleanup 2021-04-29 08:45:16 -05:00
Scott Lahteine
e50af65a1b Fix bool++ warning 2021-04-29 08:45:16 -05:00
Skorpi08
ac4f3c0c7e Nextion TFT touch screen (#21324)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:16 -05:00
Scott Lahteine
107cc1f6a1 Followup to planner cleanup 2021-04-29 08:45:16 -05:00
Scott Lahteine
7cfaa50148 Revert "Fix small wired EEPROM (#21337)"
Reverting commit cc3e878f90 pending further investigation.
2021-04-29 08:45:16 -05:00
Scott Lahteine
dec9b9ad2f Minor E3 V2 dwin cleanup 2021-04-29 08:45:16 -05:00
Scott Lahteine
7973b954b4 E1+ Autotemp and Planner comments 2021-04-29 08:45:16 -05:00
Scott Lahteine
e0711d87a0 Un-pause fans on STOP 2021-04-29 08:45:16 -05:00
Scott Lahteine
3bbcfb0185 Update setup() description 2021-04-29 08:45:16 -05:00
K.3D
a2d2e19f84 KRATOS32 / K.32 board and LCD controllers (#21334) 2021-04-29 08:45:16 -05:00
X-Ryl669
35c32602f4 Teensy USB / serial followup (#21316) 2021-04-29 08:45:16 -05:00
X-Ryl669
f6f5ed166f Fix build with Meatpack only on 2nd port (#21336)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:16 -05:00
Scott Lahteine
b644aca98c Fix small wired EEPROM (#21337)
Co-Authored-By: jafal99 <26922965+jafal99@users.noreply.github.com>
2021-04-29 08:45:16 -05:00
XDA-Bam
e5ab4a7283 Update display timing for SKR Pro (#21346) 2021-04-29 08:45:16 -05:00
InsanityAutomation
f36eb4646b Custom menu items confirm option (#21338)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:16 -05:00
Scott Lahteine
2480c82d76 Add M207/8/9 reporting (#21335) 2021-04-29 08:45:16 -05:00
Scott Lahteine
7fb04b3656 MarlinSerial cleanup 2021-04-29 08:45:16 -05:00
Scott Lahteine
166d4a26f3 Pause SD queue early on M25 (#21317) 2021-04-29 08:45:16 -05:00
Scott Lahteine
b6169a957d Fix MarlinSerial typo 2021-04-29 08:45:16 -05:00
Scott Lahteine
ead6d99069 Clean up, optimize ExtUI/TFT code (#21333) 2021-04-29 08:45:16 -05:00
X-Ryl669
59a9be5f5a Undef unused 2nd serial option(s) (#21331)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:16 -05:00
Evgeny Z
d81838e9fa Lerdge-X I²C EEPROM pins, size (#21322) 2021-04-29 08:45:16 -05:00
ellensp
894688c547 Fix password menu stickiness before first auth (#21295) 2021-04-29 08:45:16 -05:00
Evgeny Z
059e6514ca Lerdge-K TMC 2208/9 UART pins (#21299) 2021-04-29 08:45:16 -05:00
Cal1sto
f332cca4a7 Fix TouchMI stow in G34 (#21291) 2021-04-29 08:45:16 -05:00
X-Ryl669
242ef2b2b4 Fix MeatPack with per-serial-port instances (#21306) 2021-04-29 08:45:16 -05:00
Scott Lahteine
5c0f909949 Tricked-out declaration 2021-04-29 08:45:16 -05:00
Scott Lahteine
b713ca2638 Number serial from 1 to match settings 2021-04-29 08:45:16 -05:00
Scott Lahteine
46246c8db6 Clean up spaces and words 2021-04-29 08:45:15 -05:00
Scott Lahteine
e1cca6d97b Fix serial index types 2021-04-29 08:45:15 -05:00
Victor Mateus Oliveira
0e1a1959de fix meat pack internal buffer for multi serial 2021-04-29 08:45:15 -05:00
Chris
6c70402161 Fix LPC + TMC boot loop (#21298) 2021-04-29 08:45:15 -05:00
X-Ryl669
6652c7c435 Distinguish serial index from mask (#21287) 2021-04-29 08:45:15 -05:00
Victor Oliveira
7f3208ba79 Host Keepalive followup (#21290)
Followup to #21283

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:15 -05:00
ellensp
b680ddc66c CUSTOM_USER_BUTTONS followup (#21284)
Followup to #18389
2021-04-29 08:45:15 -05:00
Victor Oliveira
7a5a6ca53f Fix Host Keepalive serial target (#21283)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:15 -05:00
ellensp
b80ec493ed M303 followup (#21282)
Followup to f2ed18d150
2021-04-29 08:45:15 -05:00
Keith Bennett
d4a6014578 Extend Heater Overshoot Options (#21273)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:15 -05:00
ellensp
6ee61c8380 Update obsolete debug define (#21276) 2021-04-29 08:45:15 -05:00
Mike La Spina
db4d9b7fcf Cooler (for Laser) - M143, M193 (#21255) 2021-04-29 08:45:15 -05:00
Scott Lahteine
95136abc47 Fix DGUS include paths
Followup to #20609
2021-04-29 08:45:15 -05:00
Sola
5b586ea4d8 MKS H43 fixup (#21267)
Co-authored-by: makerbase <4164049@qq.com>
Co-authored-by: MKS-Sean <56996910+MKS-Sean@users.noreply.github.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:15 -05:00
ellensp
05a124930e Fix Creality DWIN - Broken (bool)Serial ? (#21272)
Co-authored-by: ellensp <ellensp@hotmsil.com>
2021-04-29 08:45:15 -05:00
Scott Lahteine
423c4e4636 Pins/tests followup 2021-04-29 08:45:15 -05:00
Keith Bennett
6c6beeee70 Pins/tests followup (#21268)
Missing commit from #21254
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:15 -05:00
Zs.Antal
74457dc989 Update Hungarian language (#21266) 2021-04-29 08:45:15 -05:00
Scott Lahteine
7c37a82821 Tweak tests, consolidate pins target validation (#21254) 2021-04-29 08:45:15 -05:00
Victor Oliveira
5a01cdb81c Fix multi-serial CRC error crash (#21249) 2021-04-29 08:45:15 -05:00
Tanguy Pruvot
6cfd190107 Followup to MP_SCARA/TPARA patches (#21248) 2021-04-29 08:45:15 -05:00
Scott Lahteine
10ec13b2c3 Remove extra G42 2021-04-29 08:45:15 -05:00
Oleksii Zelivianskyi
8a3d0b23cf Correct fan pins for MKS Robin Nano v3 (#21238) 2021-04-29 08:45:15 -05:00
Keith Bennett
c90927cf54 SMUFF => SMuFF (#21243) 2021-04-29 08:45:15 -05:00
Scott Lahteine
f187a5304b Implement G42, after all 2021-04-29 08:45:15 -05:00
Scott Lahteine
ee74cee5d4 Parking Extruder solenoid fix/cleanup 2021-04-29 08:45:15 -05:00
Scott Lahteine
d61e7dd685 TPARA followup 2021-04-29 08:45:15 -05:00
Axel
864d27d460 TPARA - 3DOF robot arm IK (#21005)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:15 -05:00
Scott Lahteine
3c86eb18a5 misc. cleanup 2021-04-29 08:45:15 -05:00
Sola
0e61b4a982 Fix MKS H43 compile (#21240) 2021-04-29 08:45:15 -05:00
Scott Lahteine
92da7659f4 Trust XY after Quiet Probing short sleep (#21237) 2021-04-29 08:45:15 -05:00
Scott Lahteine
be8b547261 Fix some config builds 2021-04-29 08:45:15 -05:00
Scott Lahteine
b71f1e1edd Better mftest order 2021-04-29 08:45:15 -05:00
MoellerDi
f3db2551a6 G-code Digital Buttons (#18389)
Co-Authored-By: android444 <24375898+android444@users.noreply.github.com>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:15 -05:00
Scott Lahteine
7eace53eb7 Fewer warnings 2021-04-29 08:45:15 -05:00
Scott Lahteine
c6e82160e4 POWER_LOSS_ZHOME_POS followup 2021-04-29 08:45:15 -05:00
Nick
c8cd824be2 Safe Z homing for Power Loss Recovery (#16909) 2021-04-29 08:45:15 -05:00