chiark / gitweb /
sewing-table: Separate out tablet slop, and increase
[reprap-play.git] / Makefile
index dde59df58178c86e955c1e5fee514341233cc1bd..4c6c5bd473ea0837ae0f42ed63bd78c9045e4482 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ USING_AUTOS ?= $(FILAMENTSPOOL_AUTOS) xeno-drivebay-bracket dungeonquest-cone an
 
 AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m))
 
-AUTO_INCS += funcs.scad utils.scad sealing-box.scad sewing-table.scad
+AUTO_INCS += funcs.scad sealing-box.scad sewing-table.scad
 
 default:       autoincs scads
 
@@ -165,7 +165,9 @@ question-question.eps: question-question.fig
                fig2dev -L eps <$< >$@.tmp
                @mv -f $@.tmp $@
 
-sewing-table-rear-profile.eps: sewing-table-rear-profile.fig
+sewing-table%.stl: sewing-table-rear-profile.dxf
+
+sewing-table-%-profile.eps: sewing-table-%-profile.fig
                fig2dev -L eps -D +40 <$< >$@.tmp
                @mv -f $@.tmp $@