[Kicad-developers] GAL layers

2013-11-01 Thread Lorenzo Marcantonio
OK, I'm trying to follow the road to isolate GAL layers and pcbnew layers. Let's see if it can work: - pcbnew still uses LAYER_NUM (for layers) and PCB_VISIBLE (for other stuff) - GAL *doesn't* use LAYER_NUM, because a) it wouldn't work anyway with eeschema in future and b) it extends the

Re: [Kicad-developers] GAL layers

2013-11-01 Thread Maciej Sumiński
On 11/01/2013 01:48 PM, Lorenzo Marcantonio wrote: OK, I'm trying to follow the road to isolate GAL layers and pcbnew layers. Let's see if it can work: - pcbnew still uses LAYER_NUM (for layers) and PCB_VISIBLE (for other stuff) - GAL *doesn't* use LAYER_NUM, because a) it wouldn't work

Re: [Kicad-developers] GAL layers

2013-11-01 Thread Lorenzo Marcantonio
On Fri, Nov 01, 2013 at 03:28:03PM +0100, Maciej Sumiński wrote: Seems quite interesting. As far I understand - you have already introduced the changes? If yes - may I have a look at them? I was also considering using classes for storing layers information (name, visiblity, rendering order,