kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #20256
Re: DXF export broken?
I don't see why not. I haven't tried to create a unit test using the
Python framework yet but it certainly wouldn't hurt to give a shot. I'm
probably not going to have time until after the stable release to take a
look at it.
On 9/9/2015 11:58 AM, Nick Østergaard wrote:
> Is it possible to make a unittest with this? Using the python
> framework we have for it?
>
> 2015-09-09 17:52 GMT+02:00 Wayne Stambaugh <stambaughw@xxxxxxxxx>:
>> That fixed the problem. I committed your patch. Thanks for the quick
>> response.
>>
>> Cheers,
>>
>> Wayne
>>
>> On 9/9/2015 10:35 AM, Tomasz Wlostowski wrote:
>>> On 09.09.2015 15:58, Wayne Stambaugh wrote:
>>>> This board is exposing all kinds of issues. First vrml export, now the
>>>> DXF plots are wrong. I know I've plotted dxfs for similar shaped boards
>>>> in the past. I don't know if it's this board in particular or something
>>>> has been changed in the dxf plotter. Could someone with experience with
>>>> the dxf plotter please take look at this? I'm a bit busy to look at it
>>>> myself.
>>>>
>>>
>>> Hi Wayne,
>>>
>>> I'm the one to blame: the bug was caused by a stupid typo during
>>> de-boostization which went unnoticed since it affects only DXF export. I
>>> also fixed handling polygons with holes in DXF. Patch attached.
>>>
>>> Cheers,
>>> Tom
>>>
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help : https://help.launchpad.net/ListHelp
References