[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA: Carping about PCB's Grid units
opps that should be
macro [parm1 parm2 parm3]
Stephen Meier wrote:
Yes that is my understanding.
If you use [macro parm1 parm2 parm3] then parms are expected to be in
0.00001 inch resolution (1/100th of a mil)
If you use (macro parm1 parm2 parm3) then the parms are expected to be
in 0.001 inch resolution (1 mil)
Stuart Brorson wrote:
Umm, I guess that the use of [] instead of () signals the change in
units,
right? Or how does one know which units are in play?
Stuart