16140 Commits (811b3d0f08e7552f644ba4e9d27f870ab221bd7a)
 

Author SHA1 Message Date
Victor Oliveira 811b3d0f08 Include ui_common for MARLIN_LOGO_FULL_SIZE (#20963) 4 years ago
ellensp 8de850fd07 Fix host_response_handler compile (#20962) 4 years ago
X-Ryl669 1e5995335c LVGL UI G-code console (#20755) 4 years ago
Tanguy Pruvot 4153b6a30b Refresh screen on M22 (detach) (#20958) 4 years ago
X-Ryl669 c631fb79d5 Fix AutoReporter implementation (#20959) 4 years ago
X-Ryl669 9ae204df9c Serial refactor followup (#20932) 4 years ago
zeleps e7658ec5f5 Init serial ports first (#20944) 4 years ago
qwewer0 b3656c387f Remove extra G29 V newlines (#20955) 4 years ago
ConstantijnCrijnen 164199614c Language selection auto-save option (#20915) 4 years ago
ellensp 219f92c4ca KILL, BEEPER pins for LCD_FOR_MELZI (#20924) 4 years ago
ellensp 0e37370b0c Fix G28_STR (#20925) 4 years ago
rafaljot 845b99feb7 MPX_ARM_MINI board (Mingda MD-16) (#20711) 4 years ago
Scott Lahteine 4b9f2f13b1 AutoReport class (Temperature, Cardreader) (#20913) 4 years ago
X-Ryl669 b44de74b91 Optimize serial output code for size (#20911) 4 years ago
George Fu 59d16eb189 FYSETC Cheetah 2.0 (#20897) 4 years ago
ellensp c7004d100c Fix undefined G28_STR (#20912) 4 years ago
ellensp 07a3ed1d7e Fix LED_CONTROL_MENU compile (#20914) 4 years ago
Scott Lahteine cc545a73a1 Serial refactor followup 4 years ago
X-Ryl669 efa1e56369 Refactor serial class with templates (#20783) 4 years ago
ellensp 8da8e7d17b Meatpack::report_state on serial port init (#20903)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
ellensp b10b76e882 MeatPack followup - unused command (#20893) 4 years ago
Scott Lahteine be058430b4 Remove extra cast 4 years ago
Scott Mudge 7a559e4733 MeatPack followup (#20896) 4 years ago
ellensp 5fb8818ae5 ZONESTAR_LCD warning for RAMPS / ReARM (#20702) 4 years ago
ConstantijnCrijnen cdefc19129 Configure / disable PRINTCOUNTER save interval (#20856)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Scott Lahteine 918894fd84 Custom G26 FR followup 4 years ago
Scott Lahteine 1bc65be70f Custom G26 FR followup 4 years ago
ScrewThisBanana b9d19291fe Adding custom move feedrate for G26 Travel moves, Original #20729 (#20879)
* Adding custom move feedrate for G26

This commit adds an additional configuration parameter that can be used to specify the movement speed during the G26 validation pattern command during moves without extrusion.

Closes MarlinFirmware/Marlin#20615
4 years ago
Giuliano Zaro 2aaff47c9d Clean up MMU2 code (#20794)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Rockman18 a582d1dc2f Init KILL, SUICIDE, PSU earlier (#20810) 4 years ago
Gabriele Besta 5acd8f36a4 "Move … code" followup (#20869)
Fix regression from #20832
4 years ago
Scott Lahteine efaff24145 Apply SEC_TO_MS and other fixes 4 years ago
Scott Lahteine b059c9e5c0 Reformat abortSDPrinting 4 years ago
Alexander D. Kanevskiy 82122fe9cd Fix sign warning (#20872) 4 years ago
qwewer0 3beb6a9df3 Cosmetic changes (2) (#20876) 4 years ago
ellensp a576ab83e9 "Move … code" followup (#20868)
Fix regression from #20832
4 years ago
Kairali 70ee5e94fd "Move … code" followup (#20874)
Fix regression from #20832
4 years ago
Tanguy Pruvot 69da8719cf Graphical TFT fixes, cleanup (#20861)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
qwewer0 4ce87eeb91 🧻 Cosmetic changes (#20859) 4 years ago
Scott Lahteine 24a801b660 🛠Fix deps script version regex 4 years ago
Scott Lahteine 786bba39ff Fix Ender 3 V2 DWIN manual move (#20837) 4 years ago
Jason Smith bed027f41f Fix LiquidCrystal CI failures (#20873)
Fix incorrect dependency syntax for LPC.
Disambiguate LiquidCrystal library names.
4 years ago
Roxy-3D 17a4ef6730 Revert "Adding custom move feedrate for G26 (#20729)" (#20870)
This reverts commit 14567f3459.
4 years ago
ellensp 56383d3ca0 MeatPack serial encoding (#20802)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Tanguy Pruvot 60c9a9e654 lcd_put_wchar_max for COLOR_UI (#20838)
Co-Authored-By: Victor Oliveira <github@victormo.com.br>
4 years ago
ScrewThisBanana 5398bfab36 Adding custom move feedrate for G26 (#20729)
* Adding custom move feedrate for G26

This commit adds an additional configuration parameter that can be used to specify the movement speed during the G26 validation pattern command during moves without extrusion.

Closes MarlinFirmware/Marlin#20615

* Fixing missing default 'G26_XY_FEEDRATE_MOVE' value

This commit adds a default 'G26_XY_FEEDRATE_MOVE' value (max movement speed / 1.5) in the G26.cpp - same behaviour as the default 'G26_XY_FEEDRATE' value

* Adding comment describing functionality in G26.cpp

* Renaming 'G26_XY_FEEDRATE_MOVE' to 'G26_XY_FEEDRATE_TRAVEL'

Configuration parameter renamed for better readability and consistency

MarlinFirmware/Marlin#20615

* Setting 'G26_XY_FEEDRATE_TRAVEL' to a safer value, aligned comments

Changed default value for 'G26_XY_FEEDRATE_TRAVEL' from 150 mm/s to 100 mm/s for safety purposes, comment alignment

MarlinFirmware/Marlin#20615
4 years ago
Scott Lahteine a8a6040b78 🛠 Replace lib_deps for custom_marlin.FEATURE (#20858) 4 years ago
Giuliano Zaro 22db4c0448 "Move … code" followup (#20852)
Fix regression from #20832
4 years ago
Scott Lahteine 7bbf958e5c Add labels, condition for BTT GTR M5 pins (#20772)
Co-Authored-By: NAPCAL <47440988+NAPCAL@users.noreply.github.com>
4 years ago
Scott Lahteine 0b7de80a6f Move common strings (#20846) 4 years ago