Skip to content

Commit

Permalink
add some box related files
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Spraul committed Jun 22, 2011
1 parent e1580e4 commit 815550b
Show file tree
Hide file tree
Showing 8 changed files with 53,050 additions and 16 deletions.
16,790 changes: 16,790 additions & 0 deletions cad/EVA.dxf

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions cad/Makefile
Expand Up @@ -8,12 +8,12 @@ all: milkymist-assemble-howto.pdf protocase_v7_laser.svg
milkymist-assemble-howto.pdf: milkymist-assemble-howto.svg
inkscape -A $@ $<

TMP1 := $(shell mktemp)
TMP := $(shell mktemp)

protocase_v7_laser.svg: protocase_v7_laser.dxf
dia -e $(TMP1) -t svg $<
sed -e 's/stroke-width: 0.02/stroke-width: 10/' $(TMP1) > $@
rm -f $(TMP1)
%.svg: %.dxf
dia -e $(TMP) -t svg $<
sed -e 's/stroke-width: 0.02/stroke-width: 10/' $(TMP) > $@
rm -f $(TMP)

clean:
rm -f milkymist-assemble-howto.pdf
Expand Down

0 comments on commit 815550b

Please sign in to comment.