Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Adapt to pstoedit 3.71
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
hardware/Makefile
|
@@ -3,7 +3,7 @@ ALL_TARGETS=laser-cut-case.dxf |
|
|
all : $(ALL_TARGETS) |
|
|
|
|
|
%.dxf: %.ps |
|
|
pstoedit -psarg "-r600x600" -mergetext -dt -f "dxf_s:-mm -ctl" $< $@ |
|
|
pstoedit -psarg "-r600x600" -nb -mergetext -dt -f "dxf_s:-mm -ctl" $< $@ |
|
|
|
|
|
%.png : %.ps |
|
|
../scripts/ps2pnm 240 $< | pnmscale 0.25 | pnmtopng > $@ |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.