EAGLE Library Plugin FAQ

1. After installation, why do I not see the SamacSys PCB Library toolbar icon?

This means that the eagle.scr file found in the Scripts directory is not getting updated by the installer.

You can manually edit the eagle.scr file as follows.  Please note that an extra line is added within the MENU sections of both BRD: and SCH as highlighted in Red where {Username} needs to be replaced with your Windows username

BRD:
MENU ‘[bin/designlink.svg] Search and order : Run designlink-order.ulp -general;’\
‘[bin/pcb-service.svg] PCB Service : Run pcb-service.ulp;’\
‘[C:/Users/{Username}/Documents/EAGLE/ulps/samacsys.svg] SamacSys : Run samacsys.ulp;’\
;
DISPLAY = ‘Preset_Top’ None 1 17 18 19 20 21 23 25 39 41 51;
DISPLAY = ‘Preset_Bottom’ None 16 17 18 19 20 22 24 26 40 42 52;
DISPLAY = ‘Preset_Standard’ None 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 39 40 41 42 51 52;

SCH:
Grid Default;
Change Width 0.006in;
MENU ‘[bin/designlink.svg] Search and order {\
General : Run designlink-order.ulp -general; |\
Schematic : Run designlink-order.ulp; \
}’\
‘[bin/LTspice.svg] LT Spice simulation {\
Export: RUN ltspice.ulp /E; |\
Export Setup: RUN ltspice.ulp /E /S; |\
Export Group: RUN ltspice.ulp /E /G; |\
Import: RUN ltspice.ulp /I; \
}’ \
‘[C:/Users/{Username}/Documents/EAGLE/ulps/samacsys.svg] SamacSys : Run samacsys.ulp;’\
;