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-10149] make 'Lay Flat By Face' work for groups & merges #942

Merged
merged 4 commits into from
Mar 1, 2024

Commits on Feb 28, 2024

  1. Groups and merged meshes should also 'lay flat by face'.

    Note that when this is the case (group or merged) the object selected for face node isn't the same as the 'overall' selected node in the scene. In that case, the overall object is the parent group or merged node, but the selected object 'for the face' needs to be one with a mesh directly attached to it (so a leaf in that tree).
    
    part of CURA-10149
    rburema committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0f4d438 View commit details
    Browse the repository at this point in the history
  2. Make deeper groups work (with lay flat by face).

    part of CURA-10149
    rburema committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    67adf87 View commit details
    Browse the repository at this point in the history
  3. Fix number of calls (tests).

    done as part of CURA-10149
    rburema committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e1fa5d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Remove debugging code.

    done as part of CURA-10149
    rburema committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    cebf409 View commit details
    Browse the repository at this point in the history