-
Notifications
You must be signed in to change notification settings - Fork 3
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
support roof is suspended! #11
Comments
The first two pictures seem fine to me. Only the bottom-most interface layer is supported as this layer will support the interface above. |
The issue with the last two is fixed (in the code). Thank you for reporting it. |
Thanks, The last two situations have been resolved well. For the first two, adding an outer contour(wall) is indeed a better option. I will try to follow your advice. |
By the way, I know if |
I don't know. To determine how to support the support roof I just call the Infill class with the same parameters that are later used in FFFGcodeWriter when calculating the support roof. My code does not handle the placement of the roof lines. |
Thank you. This may be an upstream bug. |
Dear ThomasRahm, I may have discovered a glitch. When I set ”
support_roof_pattern
“=Lines
, andSupport Roof Line Directions
=[0,90]
, it will produce the effect of the picture below. Obviously part of the roof is suspended. This model will not print successfully.”
support_roof_pattern
“=Zigzag
is also have this problemSupport Roof Line Directions
=`[90,180] either.My test model and gcode files are in the following zip file.
test_model.zip
The text was updated successfully, but these errors were encountered: