-
Notifications
You must be signed in to change notification settings - Fork 28
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
Is there any way to set the fill #20
Comments
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. |
I tried this, but the accuracy is not good, especially for large objects. |
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. |
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 |
my biggest challenge in using a complete slicer is the binding and performance |
Is there any way to calculate volume based on model fill? just like a slicer does
The text was updated successfully, but these errors were encountered: