This is a web-app, providing color changing for 3D Manufacturing Format (3MF) files. It allows you to modify the colors of objects within a 3MF file.
- Can load 3MF files
- Allows changing of color of whole objects
- Export the 3MF file with changed colors
git clone https://github.com/seasick/3mf-color-changer.git
# git clone [email protected]:seasick/3mf-color-changer.git
cd 3mf-color-changer
npm i
npm run serve