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 simplify leaving way too small line segments. #1321

Merged
merged 15 commits into from Sep 17, 2020

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    d7a37e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    979b303 View commit details
    Browse the repository at this point in the history
  2. Prevent wrong segmen 1mu segment generation

    Fix as suggested by @skarasov
    
    CURA-7709
    nallath committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    80b472c View commit details
    Browse the repository at this point in the history
  3. Use height constraint instead of distance

    As per suggestion of Tim
    
    CURA-7709
    nallath committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    e75bbf3 View commit details
    Browse the repository at this point in the history
  4. Simplify the if statement

    nallath committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    b5996eb View commit details
    Browse the repository at this point in the history
  5. Remove copypaste error

    nallath committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    22fafe2 View commit details
    Browse the repository at this point in the history
  6. Space after if

    nallath committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    c9a8acd View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Updated documentation

    nallath committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    c350b38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    600055f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e749149 View commit details
    Browse the repository at this point in the history
  4. Remove unneeded continue

    nallath committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    3fcf1e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    59030d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d24f55d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad750ee View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Some minor typing and performance fixlets.

    Likely already adressed by the compiler, but good to be safe.
    
    part of CURA-7709
    rburema committed Sep 17, 2020
    6 Configuration menu
    Copy the full SHA
    5fe2564 View commit details
    Browse the repository at this point in the history