mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2025-04-21 12:27:27 +03:00
cameo/templates/mkmk-simple: edge cuts are now in Edge.Cuts.gm1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user