fix sch2pcb, now used the source schematic

This commit is contained in:
King Kévin 2014-03-27 14:15:27 +01:00
parent 87286e2341
commit b199d9f73c
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ end
desc "convert schematic to pcb layout"
task :sch2pcb do
targets.each do |target|
sh "gsch2pcb #{target[:vsch]} --elements-dir #{File.dirname(__FILE__)}/lib/footprints --skip-m4 --output-name #{target[:name]}"
sh "gsch2pcb #{target[:sch]} --elements-dir #{File.dirname(__FILE__)}/lib/footprints --skip-m4 --output-name #{target[:name]}"
end
end
CLOBBER.include("*.net")