Skip to content

seasick/3mf-color-changer

Repository files navigation

3mf-color-changer

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.

Current features

  • Can load 3MF files
  • Allows changing of color of whole objects
  • Export the 3MF file with changed colors

Development

git clone https://github.com/seasick/3mf-color-changer.git
# git clone git@github.com:seasick/3mf-color-changer.git

cd 3mf-color-changer
npm i
npm run serve