FT

Are you using EagleUP (4.4) ? Do you use OSHPark for your PCBs (or plan to)? Then this is the MOD for you!

Simply follow the installation steps as normal for installing EagleUP and etc software needed to run it… (Great install info here). Once you are finished and can export and generate a normal PCB… follow the steps below…

Steps: (I recommend making a copy of the “eagleUp_export.ulp” file and renaming… mines is “atom_eagleUp_export.ulp”..)

1) Open the file and do a search for “BoardColors”…

Replace these 3 lines:

string BoardColors[] = { "green" , "red" , "blue" , "black" , "white" , "yellow" , "custom"};
string BoardColorsValue[] = { "0x266844" , "0x98041C" , "0x092356" , "0x141414" , "0xEEEEEE" , "0xE6FA05" ,"0xFF6600"};
string BoardTracesValue[] = { "0x208549" , "0xE2012D" , "0x133775" , "0x202020" , "0xDDDDDD" , "0xFFC205" ,"0xFF0033"};

With:

string BoardColors[] = { "green" , "red" , "blue" , "black" , "white" , "yellow" , "custom", "oshpark"};
string BoardColorsValue[] = { "0x266844" , "0x98041C" , "0x092356" , "0x141414" , "0xEEEEEE" , "0xE6FA05" ,"0xFF6600", "0x291D36"};
string BoardTracesValue[] = { "0x208549" , "0xE2012D" , "0x133775" , "0x202020" , "0xDDDDDD" , "0xFFC205" ,"0xFF0033", "0x2e223b"};

Then simply save it and your done 🙂

I bet you thought it would be a lot of work 😀

By admin

Leave a Reply

Your email address will not be published. Required fields are marked *