Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 472 Bytes

File metadata and controls

22 lines (15 loc) · 472 Bytes

3D Printing

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 --recursive

If you want to update them to their latest versions later down the line you can run

git submodule update --remote --merge --recursive

or

git pull --recurse-submodules