Re: Slicer behavior for thin walled sections
Posted: Thu May 19, 2016 1:48 pm
Wow, hadn't been by for a while. This issue is still not improved. Ouch. I mostly design or modify the parts I print so it hasn't been a big issue for me.
seems simple enough - algorithm is
a user set var of yes or no ,
if No and if stl extrusion width < Minimum width per nozzle size then no extrusion
if Yes and if stl extrusion width >= min width nozzle then single extrusion.
{//I just wrote the code
}
Maybe a warning message either way, maybe some nice color coding on the preview. maybe some better behaved narrow wall infill.
Simple enough, been done by others/open source, so coding it is not the difficulty. As noted, accuracy arguments are bull, if the stl calls for width >0 and S3D gives width = 0, that ain't accurate either.
If this request is dead, S3D please advise so the asking can end, and we can fire up slic3r for thin walls.
seems simple enough - algorithm is
a user set var of yes or no ,
if No and if stl extrusion width < Minimum width per nozzle size then no extrusion
if Yes and if stl extrusion width >= min width nozzle then single extrusion.
{//I just wrote the code
Maybe a warning message either way, maybe some nice color coding on the preview. maybe some better behaved narrow wall infill.
Simple enough, been done by others/open source, so coding it is not the difficulty. As noted, accuracy arguments are bull, if the stl calls for width >0 and S3D gives width = 0, that ain't accurate either.
If this request is dead, S3D please advise so the asking can end, and we can fire up slic3r for thin walls.