Merge branch 'master' of projects.qi-hardware.com:wernermisc

This commit is contained in:
Adam Wang 2012-03-23 18:36:51 +08:00
commit af07d13f2b
3 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ PARAMS = X0=$(X0)mm Y0=$(Y0)mm Z1=$(Z1)mm PIECE_Z=$(PIECE_Z)mm
all: mill.rml
case.gp:
case.gp: case.fpd
fped -g case.fpd || { rm -f $@; exit 1; }
top.gp: case.gp

View File

@ -5,7 +5,7 @@ while [ "$1" ]; do
done
: ${MILL:=125mil}
: ${OVERLAP:=0.3mm}
: ${OVERLAP:=0.5mm}
: ${X0:=0mm}
: ${Y0:=0mm}
: ${Z1:=0mm}

View File

@ -99,8 +99,8 @@ table
{ part, z, top_surface, top_window, top_pcb, top_ridge }
{ "top_surface", 2.5, 1, 0, 0, 0 }
{ "top_window", 1.5, 0, 1, 0, 0 }
{ "top_pcb", 0.5, 0, 0, 1, 0 }
{ "top_ridge", 0, 0, 0, 0, 1 }
// { "top_pcb", 0.5, 0, 0, 1, 0 }
{ "top_ridge", 0.5, 0, 0, 0, 1 }
table
{ pcbw, pcbl, pcbgap }