chiark / gitweb /
air-hockey-puck: wip
[reprap-play.git] / diziet-utils / README.md
1 # 3D printing utility files and build system
2
3 This is a set of files I use for making 3D objects.
4
5 It mostly consists of my own work, but occasionally I include other
6 people's work if that other work has a suitable licence.
7
8 # How to use
9
10 To add to your project:
11
12 ```
13 git subtree add -P diziet-utils https://salsa.debian.org/iwj/3d-utils.git main
14 ```
15
16 To update to a new version:
17
18 ```
19 git subtree pull -P diziet-utils https://salsa.debian.org/iwj/3d-utils.git main
20 ```
21
22 # Licence
23
24 Everything is GPLv3+ (or compatible).