kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #04040
Re: About the new layer manager
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Dick Hollenbeck <dick@...>
-
Date:
Sat, 23 Jan 2010 14:41:52 -0600
-
In-reply-to:
<4B5AD6F7.7020902@...>
-
Scanners:
none
-
User-agent:
Thunderbird 2.0.0.23 (X11/20090817)
jean-pierre.charras@... wrote:
Dick,
Your last work is *very* good.
The look is nice.
Thanks.
About the comment (in pcbframe.cpp)
" /* some layers are not visible nor editable, don't show them for
now: */ "
In fact they are useful here because we must be able to change the
color and visibility because they can be visible.
Ok, no problem I'm working on this again today. It couldn't be easier
to re-enable them.
Silkscreen and adhesive layers are visible (adhesive layer is rarely used)
Solder mask and solder paste (used for pads) are now visible in *Hight
Color* mode (when they are selected as active layers)
FYI,
Hight is not an English word.
Since some time they are now editable because Pcbnew handle parameters
(global and local) to calculate pads shapes on these layers
So masks can be same, bigger or smaller than pads (they are parameters
at global level, footprint level and pad level.
I planned to remove the old color dialog from preferences because the
new layer manager is better and faster to used,
so having all enabled technical layers in the new layer manager is
important.
I agree, and I also think that as soon as the layer selection logic is
working in the LAYER_WIDGET, that we should get rid of that old
ComboBox. Any problems with this plan?
I have some plans today to do some clean up and restructuring of the
code that I submitted last night.
But the ComboBox is something I would not touch without discussing it
first, and in any case I would leave it to you to delete.
Dick
References