mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2024-12-22 18:21:08 +02:00
cameo/templates/mkmk-simple: edge cuts are now in Edge.Cuts.gm1
This commit is contained in:
parent
9994a4c09b
commit
e3cd91bc40
@ -46,7 +46,7 @@ fi
|
||||
|
||||
edges=$NAME.gp
|
||||
[ -r "$edges" ] || edges=
|
||||
for n in PCB_Edges.gbr Edge_Cuts.gbr Edge_Cuts.pho; do
|
||||
for n in PCB_Edges.gbr Edge_Cuts.gbr Edge_Cuts.pho Edge.Cuts.gm1; do
|
||||
if [ -r "../$NAME-$n" ]; then
|
||||
edges=../$NAME-$n
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user