Files

  • Not Found
  • Invalid object requested. SHA must identify a commit or a tree.
Last update 1 year 8 months by MT428
Files_scr
..
eagle.scr
eagle.scr
# 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; # # GENERAL: ASSIGN F2 ADD;; ASSIGN F4 COPY; ASSIGN F5 DELETE; ASSIGN F6 PASTE; ASSIGN F7 MOVE; ASSIGN F8 RIPUP; ASSIGN Alt+N NAME; ASSIGN Alt+V VALUE; #ASSIGN Alt+G 'GRID mm 1 5 LINE ON'; BRD: ASSIGN F3 ROUTE; GRID MM 0.5 LINES ON; GRID Alt INCH 0.05; 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; ASSIGN Alt+B 'DISPLAY -1 16'; ASSIGN Alt+T 'DISPLAY 1 -16'; ASSIGN Alt+X 'DISPLAY 1 16'; ASSIGN Ctrl+D DRC; ASSIGN Ctrl+E ERRORS; SCH: Change XREF ON; ASSIGN F3 NET; Grid Default; GRID inch 0.05 LINES ON; GRID Alt MM 0.635; Change Width 0.006in; MENU '[bin/designlink.svg] Search and order {\ General : Run designlink-order.ulp -general; |\ Schematic : Run designlink-order.ulp; \ }'\ ; LBR: MENU '[bin/designlink.svg] Search and order : Run designlink-order.ulp -general;'\ '[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/pads-pcb.svg] PADS package import : RUN import-pads-powerpcb-v5;'\ ; SYM: Grid Default On; Change Width 0.010in; PAC: Grid Default On; Change Width 0.005in; Change Size 0.050in; MENU '[bin/pads-pcb.svg] PADS package import : RUN import-pads-powerpcb-v5;' \ ;
Report a bug