Hi everybody
Is there a way for polygons to be filled at startup ie auto ratsnest?
Thank you.
Hi everybody
Is there a way for polygons to be filled at startup ie auto ratsnest?
Thank you.
"Michael wrote>
Is there a way for polygons to be filled at startup ie auto ratsnest?
As eagle.scr is run each time a board is opened you can add a line into your
eagle.scr so that it additionally runs a 'ratsnest' command.
Open eagle.scr
Find the BRD: section and at the end of that section add the following new
line
ratsnest;
Save it. Now Polygons will be filled when the board is opened
Warren
"Michael wrote>
Is there a way for polygons to be filled at startup ie auto ratsnest?
As eagle.scr is run each time a board is opened you can add a line into your
eagle.scr so that it additionally runs a 'ratsnest' command.
Open eagle.scr
Find the BRD: section and at the end of that section add the following new
line
ratsnest;
Save it. Now Polygons will be filled when the board is opened
Warren
On 16/11/2010 1:10 πμ, Warren Brayshaw wrote:
"Michael wrote>
>> Is there a way for polygons to be filled at startup ie auto ratsnest?
>>
>
As eagle.scr is run each time a board is opened you can add a line into your
eagle.scr so that it additionally runs a 'ratsnest' command.
Open eagle.scr
Find the BRD: section and at the end of that section add the following new
line
ratsnest;
Save it. Now Polygons will be filled when the board is opened
>
Warren
>
Thanks a lot Warren.
Michael.