node-stl icon indicating copy to clipboard operation
node-stl copied to clipboard

Is there any way to set the fill

Open it-fm opened this issue 5 years ago • 5 comments

Is there any way to calculate volume based on model fill? just like a slicer does

it-fm avatar Jul 28 '19 03:07 it-fm

Without actually simulating pathing, couldn’t you just multiply the total volume by the fill rate? That is, if using 20% fill, multiply the total volume by 0.2. It won’t be perfect but it should be pretty close.

ForestBeaver avatar Jul 28 '19 05:07 ForestBeaver

I tried this, but the accuracy is not good, especially for large objects.

it-fm avatar Jul 29 '19 00:07 it-fm

While I’m interested in a Node.js tool path package, I don’t think that is in the scope of node-stl. If you decide to start package for this I’d be very interested in assisting with it.

ForestBeaver avatar Jul 29 '19 02:07 ForestBeaver

Sorry I'm a beginner, I have no idea how to start a tool path tool from scratch, I'm currently choosing to use a full slicer with nodejs

it-fm avatar Jul 29 '19 20:07 it-fm

my biggest challenge in using a complete slicer is the binding and performance

it-fm avatar Jul 29 '19 23:07 it-fm