Eagle make-group2pac ULP makes blank library - how to make work or how to work around?

Thread Starter

Adamelli

Joined Sep 14, 2020
66
I put make-group2pac ULP with the other ULPs: C:\Users\myUsername\Documents\EAGLE\ulps

I did not modify the first two lines as suggested here because I do not care what the file name is called.

Code:
OPEN 'meanwell_dcdc_v8.lbr';
EDIT E$3_ProjectName 8Jan2021.PAC;
GRID MM;
SET WIRE_BEND 2;
Change Drill 1.000000;
Pad 1.778000 Round R180.0  '1@E$3' (98.870000 28.530000);
Change Drill 1.000000;
Pad 1.778000 Round R180.0  '2@E$3' (98.870000 31.070000);
Change Drill 1.000000;
Pad 1.778000 Round R180.0  '11@E$3' (98.870000 53.930000);
Change Drill 1.000000;
Pad 1.778000 Round R180.0  '12@E$3' (98.870000 56.470000);
Change Drill 1.000000;
Pad 1.778000 Round R180.0  '13@E$3' (83.630000 56.470000);
Change Drill 1.000000;
Pad 1.778000 Round R180.0  '14@E$3' (83.630000 53.930000);
Change Drill 1.000000;
Pad 1.778000 Round R180.0  '21@E$3' (83.630000 36.150000);
Change Drill 1.000000;
Pad 1.778000 Round R180.0  '22@E$3' (83.630000 33.610000);
Change Drill 1.000000;
Pad 1.778000 Round R180.0  '23@E$3' (83.630000 31.070000);
Change Drill 1.000000;
Pad 1.778000 Round R180.0  '24@E$3' (83.630000 28.530000);
Layer 21;
Wire 0.127000 (101.760000 58.530000) (80.740000 58.530000);
Layer 21;
Wire 0.127000 (80.740000 58.530000) (80.740000 26.470000);
Layer 21;
Wire 0.127000 (80.740000 26.470000) (101.760000 26.470000);
Layer 21;
Wire 0.127000 (101.760000 26.470000) (101.760000 58.530000);
Layer 25;
CHANGE FONT PROPORTIONAL;
Change Size 1.270000;
Change Ratio 8;
Text R180.0 'Meanwell' (95.060000 39.960000);
Layer 25;
CHANGE FONT PROPORTIONAL;
Change Size 1.270000;
Change Ratio 8;
Text R180.0 '+In' (85.535000 29.800000);
Layer 25;
CHANGE FONT PROPORTIONAL;
Change Size 1.270000;
Change Ratio 8;
Text R180.0 'PWM' (85.535000 34.880000);
Layer 25;
CHANGE FONT PROPORTIONAL;
Change Size 1.270000;
Change Ratio 8;
Text R180.0 '+Out' (85.535000 55.200000);
Layer 25;
CHANGE FONT PROPORTIONAL;
Change Size 1.270000;
Change Ratio 8;
Text R180.0 '-Out' (96.965000 55.200000);
Layer 25;
CHANGE FONT PROPORTIONAL;
Change Size 1.270000;
Change Ratio 8;
Text R180.0 '-In' (96.965000 29.800000);
Layer 20;
Circle 0.152400 (60.000000 60.000000) (70.250000 60.000000);
Layer 20;
Circle 0.152400 (45.000000 74.000000) (47.304884 74.000000);
Layer 20;
Circle 0.152400 (73.000000 46.000000) (75.304884 46.000000);
Layer 20;
Circle 0.254000 (60.000000 60.000000) (120.000000 60.000000);
WIN FIT;
DESCRIPTION 'Package generated by <b>make-group2pac.ulp</b><p>
from: C:/Users/myUsername/Documents/EAGLE/projects/thePartFile/ThisPartName.brd<br>
at: 6/20/2022 9:00 AM';
Since all the holes and such are generated, as a work around, is there a way to directly input or import these into the footprint?
 

Thread Starter

Adamelli

Joined Sep 14, 2020
66
A workaround I found is

1. Save generated footprint stuff (copy/paste) in a notepad file as .scr file
2. File → Execute Script
 
Top