Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/haydnhuntley/kumu-3d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f4e447a..fe3c184 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,9 @@ include $(wildcard *.deps)
all: lowerFrame.stl \
upperFrame.stl \
+ upperFrame9mm.stl \
carriage.stl \
+ carriageOutside.stl \
glassHolder.stl \
azsmzPlate.stl \
smoothieboardPlate.stl \
@@ -19,7 +21,12 @@ all: lowerFrame.stl \
copperPipeBearingHolder.stl \
copperPipeSpoolHolder.stl \
powerSupplyHolders.stl \
- e3dWedge.stl
+ e3dWedge.stl \
+ beltLocks9mm.stl
+
+lowerFrame.stl: vertex.scad
+upperFrame.stl: vertex.scad
+upperFrame9.stl: vertex.scad
.PHONY: clean