Commit 495b00f2 authored by Scott Sun's avatar Scott Sun

s

parent 13e4be5f
......@@ -1247,9 +1247,9 @@ function analysis(props){
for (var key in t.matrix) {
var val = t.matrix[key]
if(val.type == "laser_drill"){
laser_layers.push(val)
laser_layers.push(key)
} else if(val.type == "blind_drill" || val.type == "bury_drill"){
buried_hole.push(val)
buried_hole.push(key)
}
}
var res = "no"
......
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