-
- Downloads
Serial buffer over run work around for v2.0.0 (#9236)
* Work around for serial buffer over run PronterFace sends a lot of M105 commands. During long operations such as UBL's G29 P1, G29 P2, G29 P4 and G26 this can over run the serial buffer. This results (very often) in a M1 (actually a M1M105) ending up in the command queue. Until we figure out a better way to resolve this issue, this will keep the UBL commands from experiencing bogus commands at thier completion.
Showing
- Marlin/src/HAL/HAL_AVR/MarlinSerial.cpp 4 additions, 1 deletionMarlin/src/HAL/HAL_AVR/MarlinSerial.cpp
- Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h 3 additions, 3 deletions...in/src/config/examples/FolgerTech/i3-2020/Configuration.h
- Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h 1 addition, 1 deletion...rc/config/examples/FolgerTech/i3-2020/Configuration_adv.h
- Marlin/src/feature/bedlevel/ubl/ubl.h 3 additions, 3 deletionsMarlin/src/feature/bedlevel/ubl/ubl.h
- Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp 22 additions, 13 deletionsMarlin/src/feature/bedlevel/ubl/ubl_G29.cpp
- Marlin/src/gcode/bedlevel/G26.cpp 21 additions, 8 deletionsMarlin/src/gcode/bedlevel/G26.cpp
- Marlin/src/gcode/queue.cpp 1 addition, 2 deletionsMarlin/src/gcode/queue.cpp
Loading
Please register or sign in to comment