A collection of 3d printing related files
This repository does rely on submodules for things like YAPP and BOSL2. To get those in your repository run the following command after checking out the repository
git submodule update --init --recursiveIf you want to update them to their latest versions later down the line you can run
git submodule update --remote --merge --recursiveor
git pull --recurse-submodules