https://github.com/candera/csv-bom-converter
Converts BOM output from Fusion 360 into a cutlist that CutList Optimizer can read
https://github.com/candera/csv-bom-converter
Last synced: 8 months ago
JSON representation
Converts BOM output from Fusion 360 into a cutlist that CutList Optimizer can read
- Host: GitHub
- URL: https://github.com/candera/csv-bom-converter
- Owner: candera
- Created: 2019-08-31T15:16:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T10:59:27.000Z (almost 7 years ago)
- Last Synced: 2025-10-09T04:46:58.701Z (8 months ago)
- Language: Clojure
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Cutlist Converter
Converts the output of the excellent [[https://github.com/pettijohn/CSV-BOM-Plus][CSV BOM Plus]] plugin for Fusion
360 into a format the equally excellent [[http://www.cutlistoptimizer.com][CutList Optimizer]] can use.
Steps:
- Export BOM from Fusion model
- Run this script =./convert /tmp/bom.csv > /tmp/cutlist-importable.csv=
- Import into CutList Optimizer
- ...
- Profit