[PCB_FORUM] Re: Change grid

  • From: Carolyn.Schaefer@xxxxxxxxxx
  • To: icu-pcb-forum@xxxxxxxxxxxxx
  • Date: Fri, 3 Jun 2005 15:02:28 -0400

Are there any shortcuts for changing grids in Concept?

Regards,

Carolyn

-----Original Message-----
From: icu-pcb-forum-bounce@xxxxxxxxxxxxx
[mailto:icu-pcb-forum-bounce@xxxxxxxxxxxxx]
Sent: Friday, June 03, 2005 1:21 PM
To: icu-pcb-forum@xxxxxxxxxxxxx
Subject: [PCB_FORUM] Re: Change grid


And you can take it a step further by adding the commands to your menu...
makes it really easy to change grids...
Add the following to your menu -I do this towards the end of the file -and
modify it to reflect your grids and the associated scripts... You can also
use the skill axlSetGrid command mentioned in an earlier email in place of
the script...

POPUP "Grids"
BEGIN
MENUITEM "0.1 ",                 "replay grid0_1.scr"
MENUITEM "0.5 ",                 "replay grid0_5.scr"
MENUITEM "1   ",                 "replay grid1.scr"
MENUITEM "2.5 ",                 "replay grid2_5.scr"
MENUITEM "5   ",                 "replay grid5.scr"
MENUITEM "10  ",                 "replay grid10.scr"
MENUITEM "12.5",                 "replay grid12_5.scr"
MENUITEM "25  ",                 "replay grid25.scr"
MENUITEM "50  ",                 "replay grid50.scr"
MENUITEM "100 ",                 "replay grid100.scr"
MENUITEM "500 ",                 "replay grid500.scr"
MENUITEM "1000",                 "replay grid1000.scr"
    END

Lynn Isaacson, C.I.D.+
IPC Certified Advanced Interconnect Designer
Principal PCB Layout Technician
Medtronic Emergency Response Systems
Direct: 425-867-4443   Fax: 425-867-4462 
E-mail: lynn.isaacson@xxxxxxxxxxxxx



-----Original Message-----
From: icu-pcb-forum-bounce@xxxxxxxxxxxxx
[mailto:icu-pcb-forum-bounce@xxxxxxxxxxxxx]On Behalf Of westfeldt
Sent: Thursday, June 02, 2005 5:52 PM
To: icu-pcb-forum@xxxxxxxxxxxxx
Subject: [PCB_FORUM] Re: Change grid


you can also make a script by just turning the scripting on while you change
grids, then save the script.  Then give the script an alias.  I have grid
settings aliased g1,g5,g10,g25,g50,gr1,gr05, etc. Also do that with
tracewidths. 


Patrick Westfeldt, Jr.
720-406-0887

-----Original Message-----
From: icu-pcb-forum-bounce@xxxxxxxxxxxxx
[mailto:icu-pcb-forum-bounce@xxxxxxxxxxxxx] On Behalf Of Eric Hufstedler
Sent: Thursday, June 02, 2005 4:08 PM
To: 'icu-pcb-forum@xxxxxxxxxxxxx'
Subject: [PCB_FORUM] Re: Change grid

Another option is to use the scripting language:

# Allegro script
#       file: N:\PCB\grids5.scr
#       start time: Wed Feb 27 12:07:32 2002
version 14.1

setwindow pcb
trapsize 1104
define grid
setwindow form.grid
FORM grid non_etch non_etch_x_grids 5
FORM grid non_etch non_etch_y_grids 5
#FORM grid all_etch all_etch_x_grids 5 5 5 5 FORM grid all_etch
all_etch_x_grids 5 #FORM grid all_etch all_etch_y_grids 5 5 5 5 FORM grid
all_etch all_etch_y_grids 5 FORM grid done  

#       stop time: Wed Feb 27 12:07:47 2002
-----------------------------------------------------------
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 //www.freelists.org.
Our list name is icu-pcb-forum or go to
//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
-----------------------------------------------------------



-----------------------------------------------------------
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
//www.freelists.org. Our list name is icu-pcb-forum
or go to //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
-----------------------------------------------------------
-----------------------------------------------------------
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
//www.freelists.org. Our list name is icu-pcb-forum
or go to //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
-----------------------------------------------------------

Other related posts: