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

Commits on Jul 11, 2024

  1. Fix floating point rounding issue

    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
    wawanbreton committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a9574d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d05898a View commit details
    Browse the repository at this point in the history