89 Commits (178735b9585753104e3bbd244bcee46e271f6d2e)

Author SHA1 Message Date
Giuliano Zaro 42208bc031
Fix unknown command on empty lines (#16867) 4 years ago
Robby Candra af84e362cc
Remove unused queue.stopped_N (#16850) 4 years ago
Giuliano Zaro 0e17d10bf3
Fix G-code line parsing (#16840) 4 years ago
Scott Lahteine fa4a6cdb5c Fix out-of-order M0 after SD printing 4 years ago
Scott Lahteine 3bef7a4450
Add g-code quoted strings, improve stream code (#16818) 4 years ago
Scott Lahteine 0ce83dee95 Show print time with PRINTER_EVENT_LEDS 4 years ago
Scott Lahteine bfad23d3e2 (c) 2020 4 years ago
Scott Lahteine 0e72c315a0 Minor string storage optimization 4 years ago
Scott Lahteine 5296af94d2 Drop obsolete SD special char handling 4 years ago
Robby Candra a0a93e35ae Fix serial port redirection (index ≠ port num) (#16687) 5 years ago
Scott Lahteine 79c2f05e7d Fix M112 with Emergency Parser 5 years ago
Dirk O. Kaar d0e1166cce Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418) 5 years ago
Scott Lahteine c590e8ac05
Improve Power-loss Recovery (#15135) 5 years ago
Scott Lahteine a2e412c0ce Rename command buffer var 5 years ago
Chris Pepper f499cecf0d Marlin Binary Protocol Mark II (#14817) 5 years ago
Marcio Teixeira cbe4bf2ba8 Fix process_injected_command undefined behavior (#14602) 5 years ago
Marcio Teixeira e6cf7860e8 Improve ExtUI, fix compiler errors, warnings (#14441) 5 years ago
Scott Lahteine 93cd66ac11 Tweaky change from (C) to (c) 5 years ago
Scott Lahteine cf762d2c73 Fix enqueueing bug 5 years ago
LinFor 0f6f5132c1 Fix variable conflict in ok_to_send (#14351) 5 years ago
Scott Lahteine 4c872a01f2
G-code queue singleton, front injection (#14236) 5 years ago
Robby Candra 5ca8d51e12 Ability to insert G-code in front of queue (#14229) 5 years ago
Scott Lahteine ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944) 5 years ago
Scott Lahteine 92ed9a2bb6 Fix is_M29 5 years ago
Scott Lahteine af92ee9dd6 No PLR include needed in queue.cpp 5 years ago
Scott Lahteine cfdb38eda4
Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311) 5 years ago
Scott Lahteine 2e5a3b01fd Save Power Loss Recovery only on move commands 5 years ago
Chris Pepper 7de6476b3d
Fix binary protocol error 5 years ago
Scott Lahteine 2c10222e87 card.transfer_port => transfer_port_index 5 years ago
Chris Pepper 4ab433d391 Fix binary protocol with one serial port (#13270) 5 years ago
Scott Lahteine e15354e387
Simplify serial port redirect (#13234) 5 years ago
Scott Lahteine 0feeef2604 Update copyright in headers 5 years ago
Scott Lahteine 1bd9a63049 Add HAS_EXTRA_ENDSTOPS macro 5 years ago
Scott Lahteine c03bac9ad4
Update queue.cpp 5 years ago
Scott Lahteine a49f0205ea
Update queue.cpp 5 years ago
jeffstaley 2f176d6fb8 Flush RX buffer on G-code line errors to prevent hang (#13018) 5 years ago
Scott Lahteine 4fa1c52688 Tweak serial output code 5 years ago
jeffstaley 3f91233f6d
M29 logic was reversed 6 years ago
jeffstaley 0e0cc13650 Fix M29 for Pronterface SD card upload (#13010) 6 years ago
teemuatlut 50b2fbd031 Trinamic: Split stealthChop, improve driver monitoring, etc. (#12582) 6 years ago
Scott Lahteine c986239837
A single SERIAL_ECHO macro type (#12557) 6 years ago
Scott Lahteine 66580f32c2
Make CardReader class static (#12451) 6 years ago
Scott Lahteine d97e31db4c
Optimize Power-Loss Recovery (#12440) 6 years ago
revilor b60abc7c37 [2.0.x] Macro G-codes (#9365) 6 years ago
Scott Lahteine 488a17b3f5 Use IS_SD_PRINTING() more 6 years ago
Scott Lahteine cc2bc67440 ENABLED(NEWPANEL) => HAS_LCD_MENU 6 years ago
Chris Pepper 66d44c72c3 Add fast binary file transfer to SD card option (#12249) 6 years ago
Scott Lahteine 3583e2b449
Followup to Menu Refactor (#12275) 6 years ago
Scott Lahteine c6a5c74208 Add parentheses to SD macros 6 years ago
Marcio Teixeira 71e19baf69 Fix kill => disable_all_heaters => print_job_timer.stop (#12146) 6 years ago