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

Fix an issue that wrong z value was used if a new layer is started with wipe tower extrusions. #6980

Merged
merged 6 commits into from
Oct 7, 2024

Conversation

SoftFever
Copy link
Owner

@SoftFever SoftFever commented Oct 1, 2024

Description

This update, along with #6934, resolves the remaining issues with the wipe tower.

The GCode class will no longer maintain its own Z height information (m_nominal_z). Instead, it will utilize the Z height from GCodeWriter's m_pos. This approach is less error-prone.

This PR also fixes #6755.
It also enforce "Enable Filament ramming" option

@igiannakas It should fix the wipe tower crashing issue

Screenshots/Recordings/Graphs

Tests

@igiannakas
Copy link
Contributor

You’re a legend!

@SoftFever
Copy link
Owner Author

It seems we still have a few edge cases to address -_-!
#6755

@igiannakas
Copy link
Contributor

super :P

At least this one is fixed - can confirm....

@SoftFever
Copy link
Owner Author

SoftFever commented Oct 6, 2024

All non Bambu machine are working fine, but BBL machine's mmu is broken.

Need some time to revisit the strategy.

@igiannakas
Copy link
Contributor

Yeah that code is ridiculously messy :( fantastic thank you for troubleshooting this 👌🏻

@SoftFever
Copy link
Owner Author

Yeah that code is ridiculously messy :( fantastic thank you for troubleshooting this 👌🏻

Thanks mate.
It should now work, phew

@SoftFever SoftFever merged commit ab55d4e into main Oct 7, 2024
15 checks passed
@SoftFever SoftFever deleted the feature/wipe-tower-z-issue branch October 7, 2024 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

【BUG】Prime Tower dangling appears. a series of bugs.
2 participants