Commit Graph

279 Commits

Author SHA1 Message Date
5a0166489e 🩹 Fix linker error (transfer_port_index) 2021-12-25 00:46:48 -06:00
3d102a77ca 🎨 Apply F() to kill / sendinfoscreen 2021-12-25 00:45:04 -06:00
360311f232 🎨 Apply F() to status message 2021-12-25 00:20:45 -06:00
433eedd50f 🎨 Apply F() to serial macros 2021-12-25 00:20:45 -06:00
ea3df94213 🎨 Fix L64xx enable, clean up conditionals 2021-10-02 22:31:16 -05:00
e705a7724e 🎨 Consolidate Ender-3 V2 DWIN common code (#22778) 2021-10-02 22:31:15 -05:00
b661795ae5 🎨 Fewer serial macros 2021-10-02 22:31:15 -05:00
6cf2cf7bd4 Ender-3 V2 CrealityUI Enhanced (#21942, #22728, #22733)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-10-02 22:31:15 -05:00
9b0e196ba2 📝 AlephObjects => LulzBot 2021-09-12 19:19:02 -05:00
dc5ae16861 🎨 Misc code and spacing cleanup 2021-09-12 19:17:24 -05:00
c612b56bc1 🐛 Spellcheck comments (#22496)
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
2021-08-18 20:29:56 -05:00
c544711f14 🚚 Relocate and adjust DWIN E3V2 (#22471) 2021-08-18 20:29:56 -05:00
eafd0ed765 🐛 Use delete [] for new [] 2021-08-10 04:07:59 -05:00
dc67705049 Simulator HAL and build targets (#22418) 2021-08-09 00:27:31 -05:00
99f917c022 🐛 Reset workDirDepth in cdroot() (#22441) 2021-08-08 23:51:49 -05:00
15cf97f0d5 🎨 Spellcheck code (#22531) 2021-08-08 21:40:52 -05:00
ee64081696 Enable 'M20 L' with LONG_FILENAME_HOST_SUPPORT (#22271) 2021-07-17 02:32:25 -05:00
8334e92b6f MSC Support for STM32 + SDIO boards -> SKR 2 (#22354) 2021-07-17 02:31:54 -05:00
78c2eb6876 🎨 Check flags without ENABLED 2021-07-17 01:54:27 -05:00
2b4284df81 MULTI_VOLUME for Color UI and MarlinUI (#22004) 2021-06-15 00:12:01 -05:00
c1fca91103 🏗️ Support for up to 6 linear axes (#19112)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-06-15 00:05:03 -05:00
a9fd2769f3 🩹 Fix multi_volume + SDIO onboard compile (#21975) 2021-05-29 15:11:13 -05:00
e75c3b6c54 🎨 Macros for optional arguments (#21969) 2021-05-29 15:09:07 -05:00
ddc82b84e2 📝 Document diveToFile, printListing 2021-05-22 16:18:55 -05:00
9878a5ab58 🐛 Fix Toshiba FlashAir (SDCARD_COMMANDS_SPLIT) (#21944) 2021-05-22 16:18:42 -05:00
c5c8ef436c Signal SD completion later (#21840) 2021-05-15 15:05:53 -05:00
138340ee99 Multi-Volume. Select Media for LVGL (#21344) 2021-04-13 17:34:19 -05:00
24a095c5c1 Reduce math library code size by 3.4KB (#21575) 2021-04-12 16:49:53 -05:00
e3116eed2e write_command changes input 2021-04-05 15:34:51 -05:00
98d6c751d3 Fix CardReader string args 2021-04-04 23:52:11 -05:00
8da8bf7e87 Fix FAT delete of items with long name (#21528) 2021-04-04 18:52:16 -05:00
8b6718c632 misc. pointer formatting 2021-04-04 18:08:13 -05:00
3b73b115ca Apply pointer formatting 2021-03-29 20:36:37 -05:00
2d2291d00e More IntelliSense-friendly declarations 2021-03-24 05:50:47 -05:00
1affbe2100 Clean up, optimize ExtUI/TFT code (#21333) 2021-03-12 06:54:42 -06:00
dbd28eecc9 Number serial from 1 to match settings 2021-03-10 13:45:53 -06:00
fe0b770033 Fix serial index types 2021-03-10 13:45:53 -06:00
55c31fbe9a Distinguish serial index from mask (#21287) 2021-03-09 03:20:37 -06:00
dd42831cba Serial macros cleanup 2021-02-28 20:02:24 -06:00
b276a7fd17 Fix Chiron TFT serial comms (#21152) 2021-02-23 20:13:24 -06:00
e7c711996b Serial refactor. Default 8-bit ECHO to int, not char (#20985)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-02-08 00:37:24 -06:00
708ea3d0bb Use serial shorthand 2021-02-04 23:34:09 -06:00
49564e5310 Nybbles & Bits 2021-02-04 19:38:07 -06:00
604afd52d1 Fix some serial char, echo
Co-Authored-By: X-Ryl669 <3277165+X-Ryl669@users.noreply.github.com>
2021-02-04 19:20:28 -06:00
07b4cc145b Fix AutoReporter implementation (#20959) 2021-01-31 18:11:50 -06:00
27366197f3 Serial refactor followup (#20932) 2021-01-31 17:21:27 -06:00
9d0e64a725 AutoReport class (Temperature, Cardreader) (#20913) 2021-01-28 20:40:20 -06:00
7bbdbcfb6d Serial refactor followup 2021-01-28 02:19:12 -06:00
3f01b222b2 Refactor serial class with templates (#20783) 2021-01-28 02:02:06 -06:00
c929fb52dd Meatpack::report_state on serial port init (#20903)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-01-28 01:47:12 -06:00