Change via shape and size in Eagle

To change the shape and size of a via in Eagle select the via button in the left side bar.

via_sidebar

Then in the toolbar you can select the shape, diameter and drill size.

via_toolbar_settings

Example via sizes:

via_examplles

To make these changes permanent edit the file eagle.scr and put your preferred settings after the line BRD:


BRD:
change diameter auto;
change drill 50mil;
change shape round;

Leave a comment