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

CURA-12038 Coasting affected by z seam not on vertex #2119

Merged
merged 2 commits into from
Jul 12, 2024

Conversation

wawanbreton
Copy link
Contributor

@wawanbreton wawanbreton commented Jul 11, 2024

The calculated line width is quite important here, because GCodePath objects may be merged (or not) depending on it, and sometimes the value would be rounded to a very close value, but not equal. We now use llrint to make sure we round to the neareset value.

CURA-12038

The calculated line width is quite important here, because GCodePath
objects may be merged (or not) depending on it, and sometimes the value
would be rounded to a very close value, but not equal. We now use llrint
to make sure we round to the neareset value.

CURA-12038
@HellAholic HellAholic merged commit 6488675 into 5.8 Jul 12, 2024
27 checks passed
@HellAholic HellAholic deleted the CURA-12038_coasting_affected_by_Z_seam_not_on_vertex branch July 12, 2024 07:58
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.

3 participants