fix manual leveling from Mega P TFT #509
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/mega-p-leveling"
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
Since 1.5.2 the manual leveling feature from the Mega P display is broken.
Steps to reproduce:
Expected behavior:
Actual behavior:
Apparently this is a regression from commit
524d6fbcdf
Multiple consecutive
enqueue_now_P()
calls work fine, while multipleinjectCommands()
overwrite the previous commands instead of queuing them, so the the execution is messed up.Injecting a single, multi-line string instead of 3 single commands works fine again.
Build and run tested on
MEGA_P_DGUS_BLT_10
.Requirements
Anycubic Mega P.
Benefits
Manual leveling feature from the built-in TFT menu works again.
Configurations
--
Related Issues
#519