fix regression from LCD_SERIAL migration for CHIRON targets #404
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/chiron-regression"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Fixes a regression from
fd58245bd2
.There is an extension to the G29 implementation that sends a
J25
notification to the external display. This must not use the HardwareSerial implementation anymore.there are also two leftover opening parenthesis in the command scanning loop within the Chiron block that must be removed.
Requirements
Affects
CHIRON
,CHIRON_TMC
,CHIRON_DGUS
andCHIRON_DGUS_TMC
environments.Benefits
The firmware compiles and should work again.
Configurations
--
Related Issues
--