Open MarcusAdams opened 4 years ago
Hi, I think I have already submitted a fix for this (https://github.com/Ultimaker/CuraEngine/pull/1156), looks like the same issue.
Hi, I think I have already submitted a fix for this (Ultimaker/CuraEngine#1156), looks like the same issue.
@smartavionics , it doesn't look like the same issue to me, but I suppose you could try your fix on the attached STL and see.
OK, here's the result...
BTW, the above mentioned fix is already in my cura builds which can be found at https://www.dropbox.com/sh/s43vqzmi4d2bqe2/AAADdYdSu9iwcKa0Knqgurm4a?dl=0. They can be installed alongside the UM releases. Please read the README.md file there if you want more info.
BTW, the above mentioned fix is already in my cura builds which can be found at https://www.dropbox.com/sh/s43vqzmi4d2bqe2/AAADdYdSu9iwcKa0Knqgurm4a?dl=0. They can be installed alongside the UM releases. Please read the README.md file there if you want more info.
thx, your buid solved my problem
Still an issue in version 4.5 (unclear if it should have been fixed in this version or not)
The fix that was mentioned is already merged. I'm not 100% sure in what version though, but the latest should have it.
The relevant commit should be in since 4.5. So if it's still an issue in 4.5 that commit didn't fix the problem. Do you have any reproduction steps?
It is still an issue. I will upload a saved file showing it tonight.
On Mon, Oct 12, 2020, 5:53 AM Ghostkeeper notifications@github.com wrote:
The relevant commit https://github.com/Ultimaker/CuraEngine/pull/1156/commits/377ee8f379a986fb81f5226ce9181b175a0492c3 should be in since 4.5. So if it's still an issue in 4.5 that commit didn't fix the problem. Do you have any reproduction steps?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ultimaker/Cura/issues/6728#issuecomment-707101673, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXLX5QO2QUJN34R3ZJGPMTSKL33RANCNFSM4JSXJL5Q .
[ infill_crossing_walls_layer138.zip
See attached at layer 138.
Interesting model! Indeed, this bug or something like it reproduces with that model even in current Master. There are two layers where the infill protrudes through the walls:
The bug seems to only occur with Gradual Infill enabled, so perhaps something weird is still happening there that is not happening with the normal infill area (or something weird is not happening with gradual that is happening with the normal area).
I can get around it usually by tweaking line width up or down by .001mm on a per model basis, but what works for one design doesn't necessarily work for others.
On Tue, Oct 13, 2020, 4:59 AM Ghostkeeper notifications@github.com wrote:
Reopened #6728 https://github.com/Ultimaker/Cura/issues/6728.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Ultimaker/Cura/issues/6728#event-3870893484, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXLX5UGBNG7TB7FAI7Y5ELSKQ6LPANCNFSM4JSXJL5Q .
I get this in 4.8 beta when I enable "infill support" infill support.zip
Upon closer inspection, the issue disappears in some areas in my project with a max res value below 0.3mm. Some areas still have the issue. Max dev was at 0.05
This is now in our backlog. Devs see internal ticket CURA-7845.
Application version 4.4.0
Platform Windows
Printer Prusa MK2
Reproduction steps Load "Filtr 154 v6-oprava.stl" file. Slice with 15% grid or gyroid.
Actual results Infill appears within outer bounds of model but outside of model walls (within cylindrical holes in model).
Expected results Infill should not appear outside of model walls.
Additional information
Filtr 154 v6-oprava.stl.zip curaproject.3mf.zip
Found by Tomáš Mráz.