chiark / gitweb /
poster-tube-lid: simple fix for longer screws
[reprap-play.git] / Makefile
index 6a8f232026f31e95679b334f5688701d4e6b5d11..2821dee0be9bb818d8000d9fad532e1f1ece45e8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,9 @@ AUTO_INCS += sealing-box.scad sewing-table.scad nutbox.scad \
             poster-tube-lid-parametric.scad \
             $(QUACKS_SCADS)
 
+AUTO_STLS_INCS += poster-tube-lid,CatchPostDistort-fa3.stl
+AUTO_STLS_INCS += poster-tube-lid,CatchPostDistort-fa20.stl
+
 include reprap-objects.make
 
 dovecliptest.stl: doveclip.scad $(AUTO_INCS)
@@ -136,12 +139,12 @@ quacks-stls: $(addsuffix .auto.stls, $(QUACKSES))
                screw-recess-test-number-s$s.fig \
                screw-recess-test-number-s$s.eps)
 
-poster-tube-lid,CatchAssembly.auto.scad: poster-tube-lid,CatchPostDistort-fa3.stl
-poster-tube-lid-coarse,CatchAssembly.auto.scad: poster-tube-lid,CatchPostDistort-fa20.stl
+poster-tube-lid,CatchAssembly.auto.stl: poster-tube-lid,CatchPostDistort-fa3.stl
+poster-tube-lid-coarse,CatchAssembly.auto.stl: poster-tube-lid,CatchPostDistort-fa20.stl
 
 poster-tube-lid,CatchPostDistort-fa%.stl: \
-       distort-stl poster-tube-lid,CatchPreDistort.auto.stl
-               ./distort-stl <poster-tube-lid,CatchPreDistort.auto.stl \
-                       set-fa $(notdir $*) project-cylinder 100 >$@.tmp
-               mv -f $@.tmp $@
+               distort-stl poster-tube-lid,CatchPreDistort.auto.stl
+       ./distort-stl <poster-tube-lid,CatchPreDistort.auto.stl \
+               set-fa $(notdir $*) project-cylinder 100 >$@.tmp
+       mv -f $@.tmp $@