diff --git a/Rakefile b/Rakefile index 03f512a..41b5b7c 100644 --- a/Rakefile +++ b/Rakefile @@ -104,12 +104,12 @@ end desc "generate photo realistic picture from layout (top side)" rule ".brd-top.svg" => ".versioned.lht" do |t| - sh "pcb-rnd -x svg --photo-mode --outfile #{t.name} #{t.source} 2> /dev/null" + sh "pcb-rnd -x svg --photo-mode --outfile #{t.name} #{t.source} 1> /dev/null" end desc "generate photo realistic picture from layout (bottom side)" rule ".brd-bottom.svg" => ".versioned.lht" do |t| - sh "pcb-rnd -x svg --photo-mode --flip --outfile #{t.name} #{t.source} 2> /dev/null" + sh "pcb-rnd -x svg --photo-mode --flip --outfile #{t.name} #{t.source} 1> /dev/null" end desc "archive gerbers"