corrected photo export

This commit is contained in:
King Kévin 2013-10-10 16:26:57 +02:00
parent 327261debe
commit da7a5d68b9
1 changed files with 1 additions and 1 deletions

View File

@ -165,6 +165,6 @@ file "#{target}_layout-top.png" => vpcb do |t|
sh "pcb -x png --dpi 600 --format PNG --photo-mode --outfile #{target}_layout-top.png #{t.prerequisites.join(' ')}"
end
file "#{target}_layout-top.png" => vpcb do |t|
file "#{target}_layout-bottom.png" => vpcb do |t|
sh "pcb -x png --dpi 600 --format PNG --photo-mode --photo-flip-x --outfile #{target}_layout-bottom.png #{t.prerequisites.join(' ')}"
end