chiark / gitweb /
earring-stand: wip EclipRPlan
[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
34
35 AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m))
36
37 AUTO_INCS = funcs.scad utils.scad sealing-box.scad
38
39 default:        autoincs scads
40
41 $(shell set -xe; ./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                 cp $^ /media/sd/JOB.G
74                 sleep 0.5
75                 umount /media/sd
76
77 %:              %.cpp
78                 cpp -nostdinc -P <$< >$@.tmp && mv -f $@.tmp $@
79
80 funcs.scad:
81
82 #%.gcode:       %.stl
83 #               $(SKEINFORGE) $<
84
85 %.gcode:        manual-gcode-generator %.m-g
86                 $(PLAY)/$^ >$@.tmp && mv -f $@.tmp $@
87
88 dovecliptest.stl: doveclip.scad $(AUTO_INCS)
89
90 KNIFEBLOCK_KNIVES= 0 1 2
91 KNIFEBLOCK_TEMPLATES= bl hl
92 KNIFEBLOCK_TEMPLATE_FILES=\
93         $(foreach k,$(KNIFEBLOCK_KNIVES), \
94         $(foreach t,$(KNIFEBLOCK_TEMPLATES), \
95         knifeblock-knives-t$k$t.dxf))
96
97 knifeblock-knives-templates knifeblock.stl: $(KNIFEBLOCK_TEMPLATE_FILES)
98
99 .PRECIOUS: knifeblock-knives-t%.dxf
100 knifeblock-knives-t%.dxf: knifeblock-knives-filter knifeblock-knives-trace.fig
101                 ./$< $(notdir $*) <$(filter %.fig, $^) >$@.tmp.fig
102                 fig2dev -D -30 -L eps <$@.tmp.fig >$@.tmp.eps
103                 pstoedit -dt -f "dxf: -polyaslines -mm" $@.tmp.eps $@
104
105 PANDEMICCOUNTER_LETTERS=30 31 32 33 34 35
106 PANDEMICCOUNTER_DXFS=$(foreach l,$(PANDEMICCOUNTER_LETTERS), \
107         pandemic-counter-l$l.dxf)
108
109 pandemic-counter-letters: $(PANDEMICCOUNTER_DXFS)
110 pandemic-counter%.stl: $(PANDEMICCOUNTER_DXFS)
111
112 .PRECIOUS: pandemic-counter-l%.eps
113 pandemic-counter-l%.eps: pandemic-counter-letters.fig
114                 fig2dev -D +$(notdir $*) -L eps <$< >$@.tmp
115                 @mv -f $@.tmp $@
116
117 PANDEMICQUARANTINES_NUMBERS=1 2
118 PANDEMICQUARANTINES_DXFS=$(foreach l,$(PANDEMICQUARANTINES_NUMBERS), \
119         pandemic-quarantine-l$l.dxf)
120
121 pandemic-quarantine-numbers: $(PANDEMICQUARANTINES_DXFS)
122 pandemic-quarantine%.stl: $(PANDEMICQUARANTINES_DXFS)
123
124 .PRECIOUS: pandemic-quarantine-l%.eps
125 pandemic-quarantine-l%.eps: pandemic-quarantine-numbers.fig
126                 fig2dev -D +$(notdir $*) -L eps <$< >$@.tmp
127                 @mv -f $@.tmp $@
128
129 FILAMENTSPOOL_NUMBERS=$(shell seq 300 100 1500)
130 filamentspool-number-n%.eps:    filamentspool-number.eps.pl
131         ./$< $* >$@.tmp && mv -f $@.tmp $@
132
133 FILAMENTSPOOL_DXFS=$(foreach n,$(FILAMENTSPOOL_NUMBERS), \
134         filamentspool-number-n$n.dxf)
135
136 $(addsuffix .auto.stl, $(foreach f,$(FILAMENTSPOOL_AUTOS),$(shell \
137         ./toplevel-find $f))): $(FILAMENTSPOOL_DXFS)
138
139 filamentspool-numbers filamentspool.stl: $(FILAMENTSPOOL_DXFS)
140
141 SCREWRECESSTEST_SIZES= 2 3 4 5 6
142 SCREWRECESSTEST_DXFS=$(foreach s,$(SCREWRECESSTEST_SIZES), \
143         screw-recess-test-number-s$s.dxf)
144
145 screw-recess-test-number-s%.fig: screw-recess-test-number.fig.pl
146         ./$< $* >$@.tmp && mv -f $@.tmp $@
147
148 screw-recess-test-number-s%.eps: screw-recess-test-number-s%.fig
149                 fig2dev -L eps <$< >$@.tmp
150                 @mv -f $@.tmp $@
151
152 screw-recess-test-numbers screw-recess-test.stl: $(SCREWRECESSTEST_DXFS)
153
154 question-question.eps: question-question.fig
155                 fig2dev -L eps <$< >$@.tmp
156                 @mv -f $@.tmp $@
157
158 question-token.stl: question-question.dxf
159
160 lemon-stand.stl: lemon-stand.scad
161
162 .PRECIOUS: $(SCREWRECESSTEST_DXFS) $(SCREWRECESSTEST_DXFS) \
163         $(foreach s,$(SCREWRECESSTEST_SIZES), \
164                 screw-recess-test-number-s$s.fig \
165                 screw-recess-test-number-s$s.eps)
166
167 %.dxf:          %.eps
168                 pstoedit -dt -f "dxf: -polyaslines -mm" $< $@
169
170 %:              %.pl
171                 ./$< >$@.tmp && mv -f $@.tmp $@
172
173 %:              %.m4
174                 $(M4) -P >$@.tmp $< && mv -f $@.tmp $@
175
176 .PRECIOUS: %.auto.scad
177 %.auto.scad: $(PLAY)/toplevel-make Makefile $(PLAY)/toplevel-find
178                 @echo ' write $@'
179                 $< $@ >$@.tmp
180                 @mv -f $@.tmp $@
181
182 .PRECIOUS:      %.stl %.gcode %.eps %.dxf
183
184 clean:
185                 rm -f *~ *.stl *.auto.scad *.gcode .*.d $(AUTO_INCS)