Where's the perimeters before infill option? (S3D)
Posted: Wed Aug 26, 2015 5:55 pm
I have this piece with a detailed bottom layer, and I notice that S3D keeps printing the individual 'bits' before the perimeters. The bits, being as small as they are, don't adhere well and lack the support of the perimeters to keep them in-place causing half the bottom layer to be screwed up. How do I tell S3D to print the perimeters before the Infill? I remember this being an option in Slic3r and Cura, but it's seems it's not an option nor default behavior in S3D.
If I had the source code...
Sort paths by length.
Print longest paths first, going down the list.
So simple to implement, I'm sure. Does the developer need any help? I know .NET like the back of my hand!
Edit:
Well, I've found out that if I print the complex piece by itself, it does print perimeters first. It seems like it doesn't, however, when it's printing out more than one piece. It seems like the program doesn't ...
-Separate the objects in the multi-piece print into unique 'print objects', each 'print object' with their own unique perimeter and infill.
-Print the perimeters of each object before their infill....
...For multi-piece prints. It seems that program treats a multi-piece print as "one big print". I'm guessing that's probably what needs to be implemented. (Well, now that I think about it, it probably does print out multiple pieces correctly if they're added individually via S3D Model's menu, just not if the multi-piece print happens to be in one .STL file.)
If I had the source code...
Sort paths by length.
Print longest paths first, going down the list.
So simple to implement, I'm sure. Does the developer need any help? I know .NET like the back of my hand!
Edit:
Well, I've found out that if I print the complex piece by itself, it does print perimeters first. It seems like it doesn't, however, when it's printing out more than one piece. It seems like the program doesn't ...
-Separate the objects in the multi-piece print into unique 'print objects', each 'print object' with their own unique perimeter and infill.
-Print the perimeters of each object before their infill....
...For multi-piece prints. It seems that program treats a multi-piece print as "one big print". I'm guessing that's probably what needs to be implemented. (Well, now that I think about it, it probably does print out multiple pieces correctly if they're added individually via S3D Model's menu, just not if the multi-piece print happens to be in one .STL file.)