From b47dcd3d38e0517edf2746e282929fe3843f0dfa Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 20 Aug 2020 14:26:32 +0100 Subject: just submodule, it's easier --- .gitmodules | 3 +++ 3d-print/LEGO.scad | 1 + 3d-print/qrd-holder.scad | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 3d-print/LEGO.scad diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..af12410 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "3d-print/LEGO.scad"] + path = 3d-print/LEGO.scad + url = https://github.com/cfinke/LEGO.scad.git diff --git a/3d-print/LEGO.scad b/3d-print/LEGO.scad new file mode 160000 index 0000000..37dd6aa --- /dev/null +++ b/3d-print/LEGO.scad @@ -0,0 +1 @@ +Subproject commit 37dd6aa5206ac812e1dcdcdaebe4573718fe9890 diff --git a/3d-print/qrd-holder.scad b/3d-print/qrd-holder.scad index c1d44ca..52a4755 100644 --- a/3d-print/qrd-holder.scad +++ b/3d-print/qrd-holder.scad @@ -1,4 +1,4 @@ -use ; +use ; module qrd1114() { -- cgit v1.2.3