kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #29311
Re: Eagle import - zone filling issues
2017-05-01 0:32 GMT+02:00 Tomasz Wlostowski <tomasz.wlostowski@xxxxxxx>:
> On 30.04.2017 21:02, Lachlan Audas wrote:
>> Here's the link,
>> http://www.cosmosc.com/example/A10-A20-OLINUXINO-MICRO-4GB_Rev_D.brd
>> it's in eagle format, so import under pcbnew.
>> I should of added that viewing the (E)properties and make no changes
>> (but hitting the OK instead of the Cancel button) regenerates the flood
>> fill.
>> while not wrong, it may be worth adding a change bit, to the
>> properties requester, and only regenerates if something has changed.
>> But I suppose that's nit picking ;)
>>
>
> Hi,
>
> Lachlan sent me a complex board in Eagle that has several copper zones,
> each with different clearances, which filled incorrectly or didn't fill
> at all. There were some trivial issues (e.g. inverted filling priority),
> but there is one that needs discussion:
>
Mmm, yes the rank and priority are of opposite value. But that is
already how the eagle plugin handles this. Is there some bad side
effect of these being opposite that needs some other logic to be
handled properly?
> In pcbnew, each zone must have manually assignned clearance (in the
> property window). In Eagle or Altium, if there's no clearance specified,
> the program takes the clearance set in the Design Rules for the net the
> zone belongs to.
>
> I propose to add a similar feature to Kicad, that is:
> - add a checkbox "use custom clearance" in the zone properties window
> - if not checked, take the netclass clearance.
>
> This unfortunately requires a small file format change. Would you agree
> with that?
>
What kind of format change? Just remember that we should be able to
read old kicad board files without changing the design.
> Also, many thanks to Lachlan for spotting this problem!
>
> 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