-
Notifications
You must be signed in to change notification settings - Fork 2
Part Order Optimization
Ricky Zhang edited this page Jun 8, 2018
·
2 revisions
- Build Cura from my branch. See developer guide in wiki
- Load and slice any STL model into Cura.
- Get the output from /tmp folder:
- /tmp/parts_by_layers.txt, /tmp/parts_order.txt, /tmp/parts_points_pairs.txt
- run part viewer from matplotlib: Ricky@imac:~/repo/github/CuraEngine/utils$ ./run_parts_viewer.sh
I output three text files related to part order optimization. Here are their data format.