Skip to content

A web-based tool to experiment with color choices of the 3D printed parts for the Milo CNC.

License

Notifications You must be signed in to change notification settings

elimisback/milo-web-preview

 
 

Repository files navigation

Web-based Milo color tool

I got fed up with Fusion 360s handling of appearances. All I want to do is to experiment with color choices for the printed parts of the Milo.

I'm ordering filament really soon so I wanted something very quick and dirty just to play around. There are loads of improvements to be done just about everywhere.

Developing

It's built using Astro, which you can refer to for guidance.

You need git lfs, since the CAD-file is stored in this repository using it.

asdf install
npm install
npm run dev

Re-exporting the CAD

  1. Open the CAD step file in FreeCAD.
  2. Export the CAD to public/FreeCAD.glb.
  3. Run npm run optimize

Contributing

It's probably rather difficult to contribute to this repository due to:

  • No overall plan or direction.
  • Code is not all to structured to allow for paralell work.

However if you want to help out that's awesome! Feel free to contact me and we'll chat.

License

This repository is under GNU AGPL v3.

The licensing is not super important to me. The main point I'm trying to achieve is that if you copy this repository and the source code, then I want you to continue sharing with the community by making your derivative work open source too.

About

A web-based tool to experiment with color choices of the 3D printed parts for the Milo CNC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.5%
  • Astro 14.9%
  • JavaScript 3.6%