[PCB_FORUM] Re: User defined layer
- From: Dave Elder <dave.elder@xxxxxxxxxx>
- To: icu-pcb-forum@xxxxxxxxxxxxx
- Date: Thu, 05 Aug 2004 09:36:21 +1300
Hi Mark,
We do something very similar - actually a component courtyard layer
amongst others.
I add this to every design that is opened through the allegro.ilinit
file using the axlTriggerSet command.
i.e. Include the following lines in your ilinit file:
defun( myOpenAllegroTrigger (t_open)
let((layer)
unless(cadddr(axlDMFileParts(axlGetDrawingName())) == "dra"
foreach(pkgGeom, '("GLUESTENCIL", "DISPLAY")
foreach(side, '("TOP", "BOTTOM")
layer = strcat("PACKAGE GEOMETRY/", pkgGeom, "_", side)
unless(axlIsLayer(layer), axlLayerCreateNonConductor(layer))
)
)
)
))
axlTriggerSet('open 'myOpenAllegroTrigger)
Cheers, Dave
Mark Salberg wrote:
Hello all,
We have a new layer in a library part called Gluestencil_Top. Since
there is not a pre-defined layer named Gluestencil_Bottom, it does not
display the bottom after mirror. We must first create a new layer
"Package_Geometry=>Gluestencil_Bottom". Then either update the symbol
(or) add a new part and mirror it to see the new layer.
Is there a way to get this user-defined layer into the Color
Visibility without having to manually add it in every design from here
on out?
Every layer that has a _TOP and _BOTTOM will display the bottom when
mirrored because the layer already exists.
Any suggestions out there?
I tried export / import tech file, but did not work.
Thanks,
Mark
_____________________________________________________________________________
Scanned by IBM Email Security Management Services powered by
MessageLabs. For more information please visit http://www.ers.ibm.com
_____________________________________________________________________________
-----------------------------------------------------------
To subscribe/unsubscribe: Send a message to
icu-pcb-forum-request@xxxxxxxxxxxxx
with a subject of subscribe or unsubscribe
To view the archives of this list please login at
http://www.freelists.org. Our list name is icu-pcb-forum
or go to http://www.freelists.org/archives/icu-pcb-forum/
Problems or Questions:
Send an email to icu-pcb-forum-admins@xxxxxxxxxxxxx
Want to post a job listing ? DON'T DO IT HERE! Better yet, join our
jobs listing forum.
SUBSCRIBE: icu-jobs-forum-subscribe@xxxxxxxxxx
POST: icu-jobs-forum@xxxxxxxxxx
-----------------------------------------------------------
=======================================================================
This email, including any attachments, is only for the intended
addressee. It is subject to copyright, is confidential and may be
the subject of legal or other privilege, none of which is waived or
lost by reason of this transmission.
If the receiver is not the intended addressee, please accept our
apologies, notify us by return, delete all copies and perform no
other act on the email.
Unfortunately, we cannot warrant that the email has not been
altered or corrupted during transmission.
=======================================================================
begin:vcard
fn:Dave Elder
n:Elder;Dave
org:Tait Electronics
adr:;;PO Box 1645;Christchurch;;;New Zealand
email;internet:dave.elder@xxxxxxxxxx
title:PCB Design Manager
tel;work:+64 3 3580327
tel;cell:+64 21 37 37 25
url:http://www.taitworld.com
version:2.1
end:vcard
Other related posts:
[PCB_FORUM] User defined layer [PCB_FORUM] Re: User defined layer [PCB_FORUM] Re: User defined layer [PCB_FORUM] Re: User defined layer [PCB_FORUM] Re: User defined layer [PCB_FORUM] Re: User defined layer [PCB_FORUM] Re: User defined layer [PCB_FORUM] Re: User defined layer [PCB_FORUM] Re: User defined layer [PCB_FORUM] Re: User defined layer [PCB_FORUM] Re: User defined layer [PCB_FORUM] Re: User defined layer [PCB_FORUM] Re: User defined layer [PCB_FORUM] Re: User defined layer [PCB_FORUM] Re: User defined layer