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

Tree supports are generated in the air #9442

Closed
ArkadyGamza opened this issue Mar 24, 2021 · 1 comment
Closed

Tree supports are generated in the air #9442

ArkadyGamza opened this issue Mar 24, 2021 · 1 comment
Labels
Status: Duplicate Duplicate of another issue. Type: Bug The code does not produce the intended behavior.

Comments

@ArkadyGamza
Copy link

Application Version

Arachne_engine_beta

Platform

MacOS Catalina, Macbook pro 16' 2020

Printer

Creality Ender 3

Reproduction steps

  1. Generate a simple test model with the following OpenSCAD script:
    difference(){
    cube([50,50,150]);

    translate([-5,-5,50])
    cube([50, 100, 50]);
    }

  2. Exported it as STL and imported in Cura Arachne Beta.

  3. Select profile for Ender-3, Generic PLA 0.4mm, Standard Quality - 0.2 mm

  4. Select "Generate Supports"

  5. Select "Support Structure" = "Tree"

  6. Slice

Actual results

Small parts of the support tree hanging in the air starting with layer 473.

Expected results

All tree parts are connected to the root.

CE3_model1.3mf.zip
model1
model1_1

@ArkadyGamza ArkadyGamza added the Type: Bug The code does not produce the intended behavior. label Mar 24, 2021
@fvrmr
Copy link
Contributor

fvrmr commented Mar 25, 2021

Hi @ArkadyGamza thank you for your bug report.
This is a duplicate of #8218 and we have a ticket on our backlog for this issue. I will add to the ticket that it happens on Arachne too.
I will close this issue since it is a duplicate.

@fvrmr fvrmr closed this as completed Mar 25, 2021
@fvrmr fvrmr added the Status: Duplicate Duplicate of another issue. label Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Duplicate Duplicate of another issue. Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

3 participants