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 (some) crash-logs divide-by-zero issues #2173

Merged
merged 3 commits into from
Nov 14, 2024
Merged

Commits on Nov 13, 2024

  1. Avoid division-by-zero; set tip-layers always at least to 1.

    should fix sentry#CURAENGINE-Q2
    rburema committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e83320d View commit details
    Browse the repository at this point in the history
  2. Avoid division-by-zero; make sure max-overhang-speed is divisable.

    should fix sentry#CURAENGINE-4R
    rburema committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6551820 View commit details
    Browse the repository at this point in the history
  3. Avoid division-by-zero; pretend length is 1 if too small.

    should fix sentry#CURAENGINE-G8
    rburema committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    880114d View commit details
    Browse the repository at this point in the history