chiark / gitweb /
sewing-table: RoundCorner rework: fix all callers (now works again!)
[reprap-play.git] / Makefile
1 # reprap-objects Makefile
2 #
3 # Build scripts for various 3D designs
4 # Copyright 2012-2016 Ian Jackson
5 #
6 # This work is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
10 #
11 # This work is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with this work.  If not, see <http://www.gnu.org/licenses/>.
18
19
20 HRR=/home/reprap
21 SLIC3R=$(HRR)/Slic3r/bin/slic3r
22 M4=m4
23 SKEINFORGE=python $(HRR)/reprappro-software.git/skeinforge/skeinforge_application/skeinforge_utilities/skeinforge_craft.py
24
25 CWD := $(shell pwd)
26 PLAY ?= $(CWD)
27
28 CONFIG=$(PLAY)/slic3r-config.ini
29
30 FILAMENTSPOOL_AUTOS = filamentspool filamentspool-lt filamentspool-sm
31 FILAMENTSPOOL_AUTOS += filamentspool-storarm3
32
33 USING_AUTOS ?= $(FILAMENTSPOOL_AUTOS) xeno-drivebay-bracket dungeonquest-cone anke-gps-bracket cable-hole-trunking-cover anglepoise-neck crossbar-computer-led-mount wardrobe-hook knifeblock pandemic-counter pattress-boxes-3-cover bike-lipo-box earring-stand bike-stalk-led-mount sewing-table sewing-table-test maglite-holder
34
35 AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m))
36
37 AUTO_INCS += funcs.scad sealing-box.scad sewing-table.scad
38
39 default:        autoincs scads
40
41 $(shell set -xe; $(PLAY)/commitid.scad.pl >commitid.scad.tmp; cmp commitid.scad.tmp commitid.scad || mv -f commitid.scad.tmp commitid.scad )
42
43 autoincs:       $(AUTO_INCS)
44 scads:          $(addsuffix .auto.scad, $(AUTO_TOPLEVELS))
45 stls:           $(addsuffix .auto.stl, $(AUTO_TOPLEVELS))
46
47 %.auto.scads: %.scad
48         $(MAKE) $(addsuffix .auto.scad, $(shell $(PLAY)/toplevel-find $*))
49 %.auto.stls:
50         $(MAKE) $(addsuffix .auto.stl, $(shell $(PLAY)/toplevel-find $*))
51
52 -include .*.d
53
54 %.stl:          %.scad $(AUTO_INCS)
55                 openscad -d .$@.d.tmp -o $*.tmp.stl $<
56                 @rm -f $@
57                 @sed -e 's/\.tmp\.stl:/.stl:/' <.$@.d.tmp >.$@.d
58                 @rm .$@.d.tmp
59                 mv -f $*.tmp.stl $@
60
61 AUTOBASE=$(shell echo $(1) | perl -pe 's/,\w+\.auto$$//')
62
63 %.gcode:        %.stl $(CONFIG)
64                 $(SLIC3R) --load $(CONFIG) \
65                         --ignore-nonexistent-config \
66                         --load $(call AUTOBASE,$*).slic3r \
67                         --load $*.slic3r \
68                         --output $@.tmp $<
69                 @mv -f $@.tmp $@
70
71 %.gcode-sd:     %.gcode
72                 mount /media/sd
73                 rm -f /media/sd/JOB.* /media/sd/job.*
74                 cp $^ /media/sd/JOB.G
75                 sleep 0.5
76                 umount /media/sd
77
78 %:              %.cpp
79                 cpp -nostdinc -P <$< >$@.tmp && mv -f $@.tmp $@
80
81 funcs.scad:
82
83 #%.gcode:       %.stl
84 #               $(SKEINFORGE) $<
85
86 %.gcode:        manual-gcode-generator %.m-g
87                 $(PLAY)/$^ >$@.tmp && mv -f $@.tmp $@
88
89 dovecliptest.stl: doveclip.scad $(AUTO_INCS)
90
91 KNIFEBLOCK_KNIVES= 0 1 2
92 KNIFEBLOCK_TEMPLATES= bl hl
93 KNIFEBLOCK_TEMPLATE_FILES=\
94         $(foreach k,$(KNIFEBLOCK_KNIVES), \
95         $(foreach t,$(KNIFEBLOCK_TEMPLATES), \
96         knifeblock-knives-t$k$t.dxf))
97
98 knifeblock-knives-templates knifeblock.stl: $(KNIFEBLOCK_TEMPLATE_FILES)
99
100 .PRECIOUS: knifeblock-knives-t%.dxf
101 knifeblock-knives-t%.dxf: knifeblock-knives-filter knifeblock-knives-trace.fig
102                 ./$< $(notdir $*) <$(filter %.fig, $^) >$@.tmp.fig
103                 fig2dev -D -30 -L eps <$@.tmp.fig >$@.tmp.eps
104                 pstoedit -dt -f "dxf: -polyaslines -mm" $@.tmp.eps $@
105
106 PANDEMICCOUNTER_LETTERS=30 31 32 33 34 35
107 PANDEMICCOUNTER_DXFS=$(foreach l,$(PANDEMICCOUNTER_LETTERS), \
108         pandemic-counter-l$l.dxf)
109
110 pandemic-counter-letters: $(PANDEMICCOUNTER_DXFS)
111 pandemic-counter%.stl: $(PANDEMICCOUNTER_DXFS)
112
113 .PRECIOUS: pandemic-counter-l%.eps
114 pandemic-counter-l%.eps: pandemic-counter-letters.fig
115                 fig2dev -D +$(notdir $*) -L eps <$< >$@.tmp
116                 @mv -f $@.tmp $@
117
118 .PRECIOUS: maglite-holder-torch-curve.eps
119 maglite-holder-torch-curve.eps: maglite-holder-torch.fig
120                 fig2dev -D +1:70 -L eps <$< >$@.tmp
121                 @mv -f $@.tmp $@
122
123 maglite-holder-torch-curve.dxf: maglite-holder-torch-curve.eps
124                 pstoedit -dt -flat 0.05 -f "dxf: -polyaslines -mm" $< $@
125
126
127 PANDEMICQUARANTINES_NUMBERS=1 2
128 PANDEMICQUARANTINES_DXFS=$(foreach l,$(PANDEMICQUARANTINES_NUMBERS), \
129         pandemic-quarantine-l$l.dxf)
130
131 pandemic-quarantine-numbers: $(PANDEMICQUARANTINES_DXFS)
132 pandemic-quarantine%.stl: $(PANDEMICQUARANTINES_DXFS)
133
134 .PRECIOUS: pandemic-quarantine-l%.eps
135 pandemic-quarantine-l%.eps: pandemic-quarantine-numbers.fig
136                 fig2dev -D +$(notdir $*) -L eps <$< >$@.tmp
137                 @mv -f $@.tmp $@
138
139 FILAMENTSPOOL_NUMBERS=$(shell seq 300 100 1500)
140 filamentspool-number-n%.eps:    filamentspool-number.eps.pl
141         ./$< $* >$@.tmp && mv -f $@.tmp $@
142
143 FILAMENTSPOOL_DXFS=$(foreach n,$(FILAMENTSPOOL_NUMBERS), \
144         filamentspool-number-n$n.dxf)
145
146 $(addsuffix .auto.stl, $(foreach f,$(FILAMENTSPOOL_AUTOS),$(shell \
147         $(PLAY)/toplevel-find $(PLAY)/$f))): $(FILAMENTSPOOL_DXFS)
148
149 filamentspool-numbers filamentspool.stl: $(FILAMENTSPOOL_DXFS)
150
151 SCREWRECESSTEST_SIZES= 2 3 4 5 6
152 SCREWRECESSTEST_DXFS=$(foreach s,$(SCREWRECESSTEST_SIZES), \
153         screw-recess-test-number-s$s.dxf)
154
155 screw-recess-test-number-s%.fig: screw-recess-test-number.fig.pl
156         ./$< $* >$@.tmp && mv -f $@.tmp $@
157
158 screw-recess-test-number-s%.eps: screw-recess-test-number-s%.fig
159                 fig2dev -L eps <$< >$@.tmp
160                 @mv -f $@.tmp $@
161
162 screw-recess-test-numbers screw-recess-test.stl: $(SCREWRECESSTEST_DXFS)
163
164 question-question.eps: question-question.fig
165                 fig2dev -L eps <$< >$@.tmp
166                 @mv -f $@.tmp $@
167
168 sewing-table%.stl: sewing-table-rear-profile.dxf
169
170 sewing-table-rear-profile.eps: sewing-table-rear-profile.fig
171                 fig2dev -L eps -D +40 <$< >$@.tmp
172                 @mv -f $@.tmp $@
173
174 question-token.stl: question-question.dxf
175
176 lemon-stand.stl: lemon-stand.scad
177
178 .PRECIOUS: $(SCREWRECESSTEST_DXFS) $(SCREWRECESSTEST_DXFS) \
179         $(foreach s,$(SCREWRECESSTEST_SIZES), \
180                 screw-recess-test-number-s$s.fig \
181                 screw-recess-test-number-s$s.eps)
182
183 %.dxf:          %.eps
184                 pstoedit -dt -f "dxf: -polyaslines -mm" $< $@
185
186 %:              %.pl
187                 ./$< >$@.tmp && mv -f $@.tmp $@
188
189 %:              %.m4
190                 $(M4) -P >$@.tmp $< && mv -f $@.tmp $@
191
192 .PRECIOUS: %.auto.scad
193 %.auto.scad: $(PLAY)/toplevel-make Makefile $(PLAY)/toplevel-find
194                 @echo ' write $@'
195                 $< $@ >$@.tmp
196                 @mv -f $@.tmp $@
197
198 .PRECIOUS:      %.stl %.gcode %.eps %.dxf
199
200 clean:
201                 rm -f *~ *.stl *.auto.scad *.gcode .*.d $(AUTO_INCS)