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.
- Hosted at https://www.burgestrand.se/milo-web-preview/
- Built with Astro.
- See Millennium Machines and Milo v1.5.
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
- Open the CAD step file in FreeCAD.
- Export the CAD to
public/FreeCAD.glb
. - Run
npm run optimize
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.
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.