-
-
Notifications
You must be signed in to change notification settings - Fork 519
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
Wall thickness in addition to perimeters #311
Comments
This would be a very nice addition! Some more info also about other issues this feature would address can be found here: More specifically I already posted my idea of this feature there: It boils down to this: Actually, nobody really cares about the number of perimeters of an object. Instead, one should be able to configure the desired wall thickness. Needed parameters are: On Printer Settings tab:
On Print Settings tab:
The slicer then tries to ensure the |
Proposal:
objective: if you're printing a box with a 1.5 mm wall, you'll get the best result in one click. |
You said it would be done per object. It would work for a box with 1.5mm walls on all sides, but would fail for a box with one wall being a different thickness, right? This would also not work correctly for the cog wheels mentioned in prusa3d#4019 I think this needs to be evaluated per layer/line segment (and that sounds very computationally expensive). Let me try to understand your proposal with an example: Settings
Test casesNote: I omit the overlaps for the extrusions to bond together in my calculations. Case 1
Case 2
Case 3
Case 4
I as you can see, there are two possible solutions for two of the tests cases. I would always prefer the solution with less but thicker perimeters as they are stronger and generally print faster with better surface finish. Also there are two edge cases: bridges and overhangs. For bridges the perimeter width (and spacing) should be the nozzle size to avoid gaps, see #407 For overhangs, the width of the external perimeter should be chosen, so that at least 50% of it is supported by the layer below (to avoid printing the external perimeter in thin air) and it should not exceed the nozzle diameter dramatically, as this would result in the line not being squished onto the layer below. Basically the maximum extrusion width of the extruder can only be reached when there is a layer below to squish the material onto. |
I said "per object / region" only because you can assign a different extruder (and so nozzle) / perimeter width to it. before slicing, it will initialize the perimeter count & width with a formula something like:
and nothing else to do.
407 is about overhangs. |
I think I misunderstood what all this is about. Also I am not able to follow your formulas, as I don't know what My experience is that it is not sufficient to adjust only perimeters to the extrusion width of a different nozzle, but you also need to change infill percentage, as the infill width changes as well and all the infill patterns rescale dramatically with changing extrusion width. |
I added a "wall thickness". It doesn't compute the perimeter number but the perimeters width. |
I guess that would work. However, with Arachne perimeters in prusa slicer 2.5 a lot of perimeter related issues become obsolete... |
Depends on your model, I made some tests and it can be very suboptimal (worse than actual). |
Yeah, the "stepped" nature of the arachne engine is disappointing. Is there a functional reason the steps couldn't be much smaller and more dense? |
Honestly, i'm using the arache version of SuperSlicer and i didn't find anything strange except some little underextrusion (i think it's a bug) solved by using 1.2 as extrusion multiplier. Having no gap-fill is priceless and makes printing MUCH easier avoiding that micro-extrusion done by gapfill I can't wait for the "fixed" arachne version, as most of perimeters related things are not working anymore (like 1 periemeter on top surface). Other than that, i also don't care the perimeters number, I would like to set the wall thickness and stop (like the bottom and top thickness) but it doesn't work. |
Would be possible to add a wall thickness parameter in addition to perimeter number ?
In exaple, when printing with a 0.40 nozzle and extrusion width (0.40), 3 perimeters means 1.20mm.
If you change the nozzle size to a 0.80 or bigger, with extrusion width set to 1.2, 3 perimeters means 3.60mm but in most cases, would be OK to print the same object with just 1 periemter (1.20mm) in much less time
So, if wall thickness is set, it should override the perimeter number, if left to 0, perimeter number should be considered.
This allow the user to change nozzle and extrusion width but keeping the same printed thickness.
The text was updated successfully, but these errors were encountered: