To route my board I am using a .scr with AUTO commands as follow:
auto signal1;
auto signal2;
...
Doing so, I can apply a "manual priority".
My first wish:
if a signal start from C1 1, goes to C2 4 and ends at C3 2,
1-define a SIGNAL nameA@1 C1 1 C2 4;
2-define a SIGNAL nameA@2 C3 2 C2 4;
if I want two separate action:
use AUTO nameA@1;
AUTO nameA@2;
or for a single action:
AUTO nameA.
My second wish:
in the AUTO command add the possibility to specify the layer number
prefered.
PS:
I started a new project, I am tranlating the Eagle3D (Matthias Weißer
copyright) into 3ds MAX script.
The steps are the same as for POV-RAY using the 3d42.ulp modified to
generate a .ms script.
The advantage is the ability to view the board animated using the mouse; I
am using 3dsMax 2009 and a 3DConnexion mouse.
The work needs a lot of optimizations; as soon as possible a will upload a
video in the projects section.
What do you think about ?
amelia