aboutsummaryrefslogtreecommitdiffstats
path: root/eagle/scripts
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2024-07-13 19:24:25 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2024-07-13 19:24:25 -0500
commit6c75082aad720b958ab18d965e7c4bef2e0f97af (patch)
tree8ab22019f74a07132d5ec28d189000677ed672fc /eagle/scripts
parentcceb5e82b0e293372273d1fe5e2c595636c86800 (diff)
parentdbcdefb64ab8eb866f6bffade8275001905489c9 (diff)
Resolve conflicts.
Diffstat (limited to 'eagle/scripts')
-rw-r--r--eagle/scripts/DESCRIPTION3
-rw-r--r--eagle/scripts/eagle.scr72
2 files changed, 75 insertions, 0 deletions
diff --git a/eagle/scripts/DESCRIPTION b/eagle/scripts/DESCRIPTION
new file mode 100644
index 0000000..477b91d
--- /dev/null
+++ b/eagle/scripts/DESCRIPTION
@@ -0,0 +1,3 @@
+<b>User SCR Scripts</b>
+<p>
+This folder contains user SCR Scripts files. \ No newline at end of file
diff --git a/eagle/scripts/eagle.scr b/eagle/scripts/eagle.scr
new file mode 100644
index 0000000..a8c10ee
--- /dev/null
+++ b/eagle/scripts/eagle.scr
@@ -0,0 +1,72 @@
+# Configuration Script
+#
+# This file can be used to configure the editor windows.
+#
+# Uncomment this if you want a set of useful default shortcuts!
+#SCRIPT default-assign.scr;
+#
+
+BRD:
+MENU '[bin/designlink.svg] Search and order : Run designlink-order.ulp -general;'\
+ '[bin/pcb-service.svg] PCB Service : Run pcb-service.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; \
+ }' \
+;
+
+LBR:
+MENU '[bin/designlink.svg] Search and order : Run designlink-order.ulp -general;'\
+ '[bin/LTspice.svg] LT Spice simulation {\
+ Export: RUN ltspice.ulp /E; |\
+ Import: RUN ltspice.ulp /I; \
+ }'\
+ '[bin/pads-pcb.svg] PADS package import : RUN import-pads-powerpcb-v5;' \
+;
+
+DEV:
+Grid Default;
+MENU '[bin/designlink.svg] Search and order : Run designlink-order.ulp -general;' \
+ '[bin/LTspice.svg] LT Spice simulation {\
+ Export: RUN ltspice.ulp /E; |\
+ SpiceOrder : RUN spiceorder.ulp; |\
+ SpiceModel: ATTRIBUTE SPICEMODEL |\
+ Value2: ATTRIBUTE VALUE2 |\
+ Import: RUN ltspice.ulp /I; \
+ }'\
+ '[bin/pads-pcb.svg] PADS package import : RUN import-pads-powerpcb-v5;'\
+;
+
+SYM:
+Grid Default On;
+Change Width 0.010in;
+MENU '[bin/LTspice.svg] LT Spice simulation {\
+ Export: RUN ltspice.ulp /E; |\
+ SpiceOrder : RUN spiceorder.ulp; |\
+ Import: RUN ltspice.ulp /I; \
+ }'\
+;
+
+PAC:
+Grid Default On;
+Change Width 0.005in;
+Change Size 0.050in;
+MENU '[bin/LTspice.svg] LT Spice simulation {\
+ Import: RUN ltspice.ulp /I; \
+ }'\
+ '[bin/pads-pcb.svg] PADS package import : RUN import-pads-powerpcb-v5;' \
+ ;