X-Ryl669
|
e7c711996b
|
Serial refactor. Default 8-bit ECHO to int, not char (#20985)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
604afd52d1
|
Fix some serial char, echo
Co-Authored-By: X-Ryl669 <3277165+X-Ryl669@users.noreply.github.com>
|
4 years ago |
X-Ryl669
|
3f01b222b2
|
Refactor serial class with templates (#20783)
|
4 years ago |
ellensp
|
c929fb52dd
|
Meatpack::report_state on serial port init (#20903)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
ellensp
|
3921369f98
|
MeatPack serial encoding (#20802)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
d33fe2378c
|
Move common strings (#20846)
|
4 years ago |
Scott Lahteine
|
c0870d417a
|
Move some MarlinCore and MarlinUI code (#20832)
|
4 years ago |
Victor Oliveira
|
90a2b482e6
|
LVGL G-code preview. Legacy MKS WiFi Cura plugin compatibility (#20589)
|
4 years ago |
Scott Lahteine
|
b6a32500c4
|
M808 Repeat Markers (#20084)
|
4 years ago |
Scott Lahteine
|
3ba374a29e
|
Optimize emergency parser check
|
4 years ago |
Scott Lahteine
|
c5e411f492
|
Add parser.is_command(letter, code)
|
4 years ago |
Scott Lahteine
|
ec23e37a4a
|
Clean up comments, USB flash, NULLs
|
4 years ago |
bilsef
|
9baa944460
|
Teensy 4.1 Ethernet support (#19801)
|
4 years ago |
Scott Lahteine
|
eaf6777a66
|
Rename ultralcd => marlinui
|
4 years ago |
Jason Smith
|
90d364fc37
|
Revert at90usb1286 conditional (#19733)
|
4 years ago |
Jason Smith
|
45731bd022
|
Fix at90usb1286 build (#19687)
* Skip check for USBCON during dependency detection
* Ignore incompatible Teensy_ADC library, which requires Teensy >= 3
* Add IS_AT90USB
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
99ba866d8d
|
Optimize G-code / feature dependencies (#18919)
|
4 years ago |
Diego von Deschwanden
|
42fbd527f3
|
Fix links to secure sites (#18745)
|
4 years ago |
Scott Lahteine
|
dc6d8357a6
|
Reduce string duplication
|
4 years ago |
Scott Lahteine
|
ca5a8ea827
|
Add G-code "backspace" support
|
4 years ago |
Scott Lahteine
|
6371782263
|
Add HAS_MULTI_SERIAL conditional
|
5 years ago |
Mark Scammacca
|
7119596170
|
G-code line number for each serial port (for TFTs) (#18165)
|
5 years ago |
Scott Lahteine
|
0578bbbf5d
|
Marlin: Use strcmp_P
|
5 years ago |
Scott Lahteine
|
d853a70556
|
Remove strcpy compile warning
|
5 years ago |
Scott Lahteine
|
bd82b8bc7e
|
Suppress compile warnings
|
5 years ago |
Scott Lahteine
|
6d90d1e1f5
|
Apply TERN to compact code (#17619)
|
5 years ago |
Scott Lahteine
|
48919c54fb
|
Add SRAM command injection (#17459)
|
5 years ago |
Scott Lahteine
|
118bd2f8b2
|
Apply loop shorthand macros (#17159)
|
5 years ago |
Scott Lahteine
|
6bead0c1b0
|
Shorter paths to HAL, ExtUI (#17156)
|
5 years ago |
Scott Lahteine
|
4e3a793f1e
|
Fix broken enqueue_P
|
5 years ago |
Scott Lahteine
|
20f93404a7
|
Add / correct comments
|
5 years ago |
Scott Lahteine
|
e78f607ef3
|
Use a STR_ prefix for non-translated strings
|
5 years ago |
Scott Lahteine
|
5071fe82ab
|
Ensure proper SD print completion (#16967)
|
5 years ago |
Scott Lahteine
|
9040394e8e
|
Fix card_eof error
|
5 years ago |
Scott Lahteine
|
b2328d089a
|
Allow LCD_PIXEL_WIDTH/HEIGHT override
|
5 years ago |
Scott Lahteine
|
29ec868c4b
|
Commit last SD line before fileHasFinished
|
5 years ago |
Scott Lahteine
|
1ab6f910b6
|
Use moves_free in ok_to_send
|
5 years ago |
Scott Lahteine
|
22b974691e
|
Tweak process_line_done for speed
|
5 years ago |
Scott Lahteine
|
19991e269b
|
Show end prompt with Print Event LEDs
|
5 years ago |
Robby Candra
|
1c52d76668
|
Serial redirect for Move Command when stopping (#16906)
|
5 years ago |
Giuliano Zaro
|
42208bc031
|
Fix unknown command on empty lines (#16867)
|
5 years ago |
Robby Candra
|
af84e362cc
|
Remove unused queue.stopped_N (#16850)
|
5 years ago |
Giuliano Zaro
|
0e17d10bf3
|
Fix G-code line parsing (#16840)
|
5 years ago |
Scott Lahteine
|
fa4a6cdb5c
|
Fix out-of-order M0 after SD printing
Fixes #14774
Co-Authored-By: tol2cj <tol2cj@users.noreply.github.com>
|
5 years ago |
Scott Lahteine
|
3bef7a4450
|
Add g-code quoted strings, improve stream code (#16818)
|
5 years ago |
Scott Lahteine
|
0ce83dee95
|
Show print time with PRINTER_EVENT_LEDS
|
5 years ago |
Scott Lahteine
|
bfad23d3e2
|
(c) 2020
|
5 years ago |
Scott Lahteine
|
0e72c315a0
|
Minor string storage optimization
|
5 years ago |
Scott Lahteine
|
5296af94d2
|
Drop obsolete SD special char handling
See #14035
|
5 years ago |
Robby Candra
|
a0a93e35ae
|
Fix serial port redirection (index ≠ port num) (#16687)
|
5 years ago |