Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve Dual Servo Toolchange Z Creep #27381

Conversation

InsanityAutomation
Copy link
Contributor

Issue was reported where Dual Servo multi-material prints had a stretch in Z height that accumulated and grew over the prints. In testing we found that the tool change routine was not applying the Z correction as with single servo. Prior to the change, over 100 tool change cycles a CMOS laser measurement changed from 2.164 starting, to 2.464 final for a .3mm total z rise when the first move after the tool change contained a Z position (z hop from the slicer) where travel moves without this z hop (XY Only) were correct. Changing this allowed the planner to correctly map the offset z height on nozzle change and prevented the creep.

Also reduced tool change Z move speed to 1/2 max velocity for the axis. Max feedrate is rarely the desired, especially for a non-configurable speed.

@thinkyhead thinkyhead merged commit b99a26d into MarlinFirmware:bugfix-2.1.x Sep 10, 2024
63 checks passed
@InsanityAutomation InsanityAutomation deleted the ResolveDualServoToolchangeZCreep branch September 19, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants