Commit 4cdb5e56 authored by Scott Sun's avatar Scott Sun

scott

parent 0d4bbd5e
......@@ -671,7 +671,7 @@ function createOutline(props){
})
return flag
})
console.log("----outlines------->:" + _.toString(outlines));
console.log("---- outlines------->:" + _.toString(outlines));
var drill_layer = Object.keys(matrix).filter(function(v){return matrix[v].layer_type=="drill" && matrix[v].context == "board"})
var tmp = "drill_all";
if(GEN.isLayerExists({job:job, layer:tmp})) { GEN.deleteLayer({job:job, layer:tmp})}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment