Commit Graph

1092 Commits

Author SHA1 Message Date
Fabio Viappiani
e4a67c8496 Fix TERN typo (#21229) 2021-04-29 08:45:15 -05:00
LinFor
6183cd0731 RGB Caselight (#20341) 2021-04-29 08:45:14 -05:00
Arjan Mels
fff95b7173 Fix M876 when called from EP (#21210) 2021-04-29 08:45:14 -05:00
Giuliano Zaro
68e50a725a [SMUFF] Use EXTRUDERS for extended commands (#21212) 2021-04-29 08:45:14 -05:00
X-Ryl669
532dbb8064 Fix and improve G-code queue (#21122)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:14 -05:00
Katelyn Schiesser
b71af6a50f Use 'H' value for UBL G29 z-clearance (#21114) 2021-04-29 08:45:14 -05:00
deirdreobyrne
e6bf89e82b Allow Zero Endstops (e.g., for CNC) (#21120)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:14 -05:00
Ken Sanislo
8d05a823e9 Chamber Heater PID (#21156)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:14 -05:00
Scott Lahteine
dc0247c57e Outdent UBL code 2021-04-29 08:45:14 -05:00
Giuliano Zaro
3883853817 Fix MMU2 compile error (#21065) 2021-04-29 08:45:14 -05:00
X-Ryl669
77f48d2bad Serial refactor. Default 8-bit ECHO to int, not char (#20985)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:13 -05:00
ellensp
1aae6395c6 Fix mini12864 v2.1 + PSU control + NeoPixel backlight (#21021) 2021-04-29 08:45:13 -05:00
Scott Lahteine
582458998f Use serial shorthand 2021-04-29 08:45:13 -05:00
Scott Lahteine
bf631046c0 Fix some serial char, echo
Co-Authored-By: X-Ryl669 <3277165+X-Ryl669@users.noreply.github.com>
2021-04-29 08:45:13 -05:00
Giuliano Zaro
032152c41d Update a UBL comment (#20931) 2021-04-29 08:45:13 -05:00
ellensp
8de850fd07 Fix host_response_handler compile (#20962) 2021-04-29 08:45:13 -05:00
X-Ryl669
9ae204df9c Serial refactor followup (#20932) 2021-04-29 08:45:13 -05:00
qwewer0
b3656c387f Remove extra G29 V newlines (#20955) 2021-04-29 08:45:13 -05:00
X-Ryl669
efa1e56369 Refactor serial class with templates (#20783) 2021-04-29 08:45:12 -05:00
ellensp
8da8e7d17b Meatpack::report_state on serial port init (#20903)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:12 -05:00
ellensp
b10b76e882 MeatPack followup - unused command (#20893) 2021-04-29 08:45:12 -05:00
Scott Lahteine
be058430b4 Remove extra cast 2021-04-29 08:45:12 -05:00
Scott Mudge
7a559e4733 MeatPack followup (#20896) 2021-04-29 08:45:12 -05:00
Giuliano Zaro
2aaff47c9d Clean up MMU2 code (#20794)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:12 -05:00
Gabriele Besta
5acd8f36a4 "Move … code" followup (#20869)
Fix regression from #20832
2021-04-29 08:45:12 -05:00
ellensp
56383d3ca0 MeatPack serial encoding (#20802)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:12 -05:00
Scott Lahteine
0b7de80a6f Move common strings (#20846) 2021-04-29 08:45:12 -05:00
Scott Lahteine
71be210795 Move some MarlinCore and MarlinUI code (#20832) 2021-04-29 08:45:12 -05:00
devin122
f6c4c26937 Fix reporting of TMC_S2VSA/B (#20730) 2021-04-29 08:45:12 -05:00
Scott Lahteine
6162560b69 Internal G29N for G28+G29 (#20800) 2021-04-29 08:45:12 -05:00
zeleps
522c78b5e6 Fix Tramming Wizard behavior (#20796) 2021-04-29 08:45:12 -05:00
Scott Lahteine
efc396bd05 General cleanup, use _BV 2021-04-29 08:45:11 -05:00
Giuliano Zaro
a5d2180bf5 MMU2 as standard serial device (#20771) 2021-04-29 08:45:11 -05:00
Scott Lahteine
eedd9c2bda whitespace 2021-04-29 08:45:11 -05:00
Giuliano Zaro
bee794e598 Fix comments (#20759) 2021-04-29 08:45:11 -05:00
devin122
8eb32cef24 Fix TMC220x short circuit (#20731) 2021-04-29 08:45:11 -05:00
Scott Lahteine
fa6a2f52e2 Fix joystick include 2021-04-29 08:45:11 -05:00
Scott Lahteine
928cd1b8ab Clean up some includes 2021-04-29 08:45:11 -05:00
Mike La Spina
9901b4e9f1 Laser Test Fire (#20452) 2021-04-29 08:45:11 -05:00
Markus
6a60d47b90 Up to 6 Tramming points (#20720) 2021-04-29 08:45:11 -05:00
Java
92eee0386f Preheat before Power Loss Recovery homing (#20697) 2021-04-29 08:45:11 -05:00
zeleps
d324f3b16a Don't apply hotend_offset.z to Z soft endstops (#20675)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:11 -05:00
Scott Lahteine
efe2859227 Solenoid cleanups
Followups to #20473 ahead of #20675
2021-04-29 08:45:11 -05:00
Scott Lahteine
eaeb9d1b20 Document, adjust some homing code 2021-04-29 08:45:10 -05:00
qwewer0
7ef03a761b Assisted Tramming improvements (#20298) 2021-04-29 08:45:10 -05:00
Jason Smith
25152a8cef Fix UBL mesh edit delta moves (#20620)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:10 -05:00
zeleps
3b4c5f982c Fix PARKING_EXTRUDER homing with solenoid (#20473) 2021-04-29 08:45:10 -05:00
Victor Oliveira
2c58d0881b Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:10 -05:00
Victor Oliveira
eda5a884c6 LVGL G-code preview. Legacy MKS WiFi Cura plugin compatibility (#20589) 2021-04-29 08:45:10 -05:00
Jason Smith
2e93923e24 Validate defined probe points (#20572) 2021-04-29 08:45:10 -05:00
Scott Lahteine
9947072d2d Remove CREALITY_TOUCH 2021-04-29 08:45:10 -05:00
Ashammaru
e3d7603d54 Fix SPINDLE_LASER_FREQUENCY (#20509) 2021-04-29 08:45:10 -05:00
Mike La Spina
f9dd484381 Cutter Power in percent format (#20410)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Jason Smith <jason.inet@gmail.com>
Co-authored-by: Luu Lac <45380455+shitcreek@users.noreply.github.com>
2021-04-29 08:45:10 -05:00
Vi B-P
48bf80d190 Apply NO_MOTION_BEFORE_HOMING to joystick motion (#20462)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:10 -05:00
Scott Lahteine
121d4bf52a Add "End Repeat Loops" menu item 2021-04-29 08:45:10 -05:00
ubik2
a510c16838 Add OPTIMIZED_MESH_STORAGE option (for UBL) (#20371)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:10 -05:00
wmariz
60aeed99c6 Refactor 'Level Corners with Probe' (#20460)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:09 -05:00
Jan Krajdl
c529209c8f Support RGBW on PCA9632 (#20455)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:09 -05:00
Serhiy-K
256e94980e STM32F1xx support for TFTGLCD (#20515) 2021-04-29 08:45:09 -05:00
Chris Pepper
f0b7f27029 Fix UBL mesh inset Z position (#20538) 2021-04-29 08:45:09 -05:00
grauerfuchs
02b65de6a2 Fix and optimize MightyBoard (#20493) 2021-04-29 08:45:09 -05:00
Scott Lahteine
bee6b8af8f Use homing_feedrate function 2021-04-29 08:45:09 -05:00
Mike La Spina
e3e9982fec Fix Spindle/Laser Control menu (#20347) 2021-04-29 08:45:08 -05:00
Scott Lahteine
37dd0fd2d6 Fix auto#.g file handling, add NO_SD_AUTOSTART (#20071) 2021-04-29 08:45:08 -05:00
Scott Lahteine
ef35fc60c1 Use 'nearby' for 'near' 2021-04-29 08:45:08 -05:00
Jason Smith
c400c54b86 Suspend Servos for STM32+NeoPixel (#19963) 2021-04-29 08:45:08 -05:00
Tanguy Pruvot
c88a7935d6 Don’t use near keyword as variable name (#20374) 2021-04-29 08:45:08 -05:00
Belin Fieldson
43bbf04764 Loosen E on pause for fila-manipulation (#20346)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:08 -05:00
Jason Smith
10b8737c7d Fix MESH_BED_LEVELING w/o SEGMENT_LEVELED_MOVES (#20363) 2021-04-29 08:45:08 -05:00
Scott Lahteine
74c509d36e General cleanup 2021-04-29 08:45:08 -05:00
Scott Lahteine
deb8df8eff M808 Repeat Markers (#20084) 2021-04-29 08:45:07 -05:00
wmariz
747bde7e64 Level Corners with Probe option (#20241) 2021-04-29 08:45:07 -05:00
pseudex
6cca5a9f92 Allow cold Filament Load/Unload with M302 P1 (#20262)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:07 -05:00
Jason Smith
5e57e60692 Fix UBL manual mesh adjust behavior (#20248) 2021-04-29 08:45:07 -05:00
Kurt Haenen
9c9fd8714e Proper pullup/pulldown configurability (#20242)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:07 -05:00
Victor Oliveira
69b61fef67 Fix Load Filament wait (#20243) 2021-04-29 08:45:07 -05:00
Scott Lahteine
f3805edbd6 Power-Loss cleanup 2021-04-29 08:45:07 -05:00
Kurt Haenen
9ebe050646 Fix backward Filament (Presence) Sensor pulls (#20228)
Co-authored-by: Kurt Haenen <Kurt.Haenen@quintux.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:07 -05:00
Orel
2abde8a068 Fix DAC setDrvPct (#20205) 2021-04-29 08:45:07 -05:00
bosd
29d45b1144 Fix broken #include (#20193) 2021-04-29 08:45:06 -05:00
Giuliano Zaro
bd38e59479 SMUFF (MMU2 clone) support (#19912) 2021-04-29 08:45:06 -05:00
Jason Smith
5f9ccb361a Use MANUAL_PROBE_START_Z for UBL manual probing (#20160) 2021-04-29 08:45:06 -05:00
Thomas Niccolo Reyes
172cc0dd03 Open File Browser on Media Insert (option) (#20151)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:06 -05:00
Jason Smith
7848096acb Fix NAN mesh entries with ABL_BILINEAR_SUBDIVISION (#20143) 2021-04-29 08:45:06 -05:00
Victor Oliveira
180fe914b6 Prevent #div0 error (#20183) 2021-04-29 08:45:06 -05:00
Gonçalo Pereira
030f745b08 Typo in MMU2 serial protocol description (#19949) 2021-04-29 08:45:06 -05:00
ellensp
ac74786c2b Fix compile with PLR, no fan (#20096) 2021-04-29 08:45:06 -05:00
Costas Basdekis
dc144fb910 Distinct runout states (#19965)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:06 -05:00
Jason Smith
ee48fc6544 Fix Arduino DUE compilation (#20058) 2021-04-29 08:45:05 -05:00
Hebezo
170ba87648 Add POWER_OFF_DELAY option (#19987)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:05 -05:00
Scott Lahteine
367e717aeb Add alternative TERN macros 2021-04-29 08:45:05 -05:00
Speaka
ec5b2aab15 Tramming Wizard submenu option (#20000)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:05 -05:00
Alexander Semion
c9c17b8863 Add SPINDLE_SERVO option (#19971) 2021-04-29 08:45:04 -05:00
Scott Lahteine
261e8df837 Cutter power cleanup 2021-04-29 08:45:04 -05:00
Julien Lirochon
d18ab2d206 Fix SpindleLaser::cpwr_to_pct() maths (#19970) 2021-04-29 08:45:04 -05:00
Scott Lahteine
08f2735e86 Cutter enable inline at full power
Co-Authored-By: Luu Lac <45380455+shitcreek@users.noreply.github.com>
2021-04-29 08:45:04 -05:00
thinkyhead
aec215aaf3 Fix bilinear_line_to_destination definition
See #19431
2021-04-29 08:45:04 -05:00
Orel
f5f6170858 Fix DAC-related bugs (#19921)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:04 -05:00
ellensp
c94afc7592 Fix PASSWORD compile w/out LCD (#19888) 2021-04-29 08:45:04 -05:00
Victor Oliveira
35597ae336 More MKS UI cleanup, optimization (#19869)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:04 -05:00