Commit 054c0ff5 authored by Scott Sun's avatar Scott Sun

s

parent 80d34291
......@@ -128,6 +128,7 @@ function importJob(props){
function importGerber(props){ // job db step
var job = props.job
var step = props.
GEN.createJob({name:job,db:props.db})
GEN.createStep({job:job,name:props.step})
var gerberInfo = props.data.map(function(item){
......
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