buixuanan / fritzing

Automatically exported from code.google.com/p/fritzing
0 stars 0 forks source link

panelizer rotation problem with custom part? #1931

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when board is part of panelizer? and rotated? and the custom part is on the 
board, gerber export creates a large rectangle covering the whole part.

Original issue reported on code.google.com by irasc...@gmail.com on 2 Apr 2012 at 3:02

Attachments:

GoogleCodeExporter commented 9 years ago
rotation/panelization not necessary. just the plain export to gerber creates 
the rectangle. The svg for the copper layer looks like this:

<g id="copper1">
  <line fill="none" connectorname="1" stroke="#FFCB33" stroke-linejoin="miter" stroke-linecap="square" id="connector0pad" y1="11200" x1="3000" y2="11800" stroke-width="3400" x2="3000"/>
  <line fill="none" connectorname="2" stroke="#FFCB33" stroke-linejoin="miter" stroke-linecap="square" y1="11200" x1="10800" y2="11800" stroke-width="3400" x2="10800"/>
  <line fill="none" connectorname="3" stroke="#FFCB33" stroke-linejoin="miter" stroke-linecap="square" y1="3000" x1="6900" y2="3600" stroke-width="3400" x2="6900"/>
  <rect width="13417.19077568134" x="-185.9538784067164" y="-139.0985324947438" fill="none" height="15262.05450733749" id="connector1pad"/>
  <rect width="1111.111111111111" x="3513.633265167028" y="-9282.822085889568" fill="none" height="7504.737559645572" id="connector2pad"/>
 </g>

The <line> elements draw the 3 pads and the two <rect> elements are completely 
screwy.

Not sure there is any way to spot the problem.

Original comment by irasc...@gmail.com on 3 Jan 2013 at 3:45

GoogleCodeExporter commented 9 years ago
PS. this footprint started out as SOT23.svg which was converted from gEDA. The 
two screwy <rect> elements were added later--it is not clear by what process.

Original comment by irasc...@gmail.com on 3 Jan 2013 at 3:47

GoogleCodeExporter commented 9 years ago
Issue has moved to new issue tracker at github. Please continue the discussion 
at https://github.com/fritzing/fritzing-app/issues

Original comment by andre.knoerig@gmail.com on 23 Sep 2014 at 3:38