// file: /home2/designs/boards/BVDC-24/Work/Geometries/default_artwork_order
//
// date: Monday  9-OCT-2007     Initial version.
//
//     Thursday 25-OCT-2007     Art_1 needs the Silkscreen layer turned on
//       Friday 26-OCT-2007     New definition of Gerber_3 Bottom Gnd Plane
//


$$lock_windows(@on);

$$create_stackup("default_artwork_order");

$$page(0.0, 0.0, 0.75, @inches, 0.0, 0.0, [0.0,0.0,'ST$default_artwork_order'] );

$$point_mode(@vertex); 

$$attribute( "ARTWORK_DEFINITION_IDENTIFIER", "", , , , [0, 0]);





//    Board Dimensioned Fabrication Drawing with Silkscreen            Gerber File #1

$$attribute( "ARTWORK_01_LAYER_DEFINITION", "BOARD_OUTLINE, SIGNAL_1, PAD_1, DRAWING_1,  SOLDER_MASK_1, SILKSCREEN_1,  [no_thermal]");





//  The Top Layer in the PCB Stackup   PCB Layer Top                 Gerber File #2

$$attribute( "ARTWORK_02_LAYER_DEFINITION", "SIGNAL_1, PAD_1, [no_thermal]");



//  The Bottom Layer in the Stackup   PCB Layer Bottom   Ground Plane   Gerber File #3

$$attribute( "ARTWORK_03_LAYER_DEFINITION", "SIGNAL_2, PAD_2, [no_thermal]");





//    Silk Screen    Top                                            Gerber Files #4

$$attribute( "ARTWORK_04_LAYER_DEFINITION", "SILKSCREEN_1,  [no_thermal]");





//    Solder Masks   Top then Bottom                                Gerber Files #5 & #6

$$attribute( "ARTWORK_05_LAYER_DEFINITION", "SOLDER_MASK_1,  [no_thermal]");

$$attribute( "ARTWORK_06_LAYER_DEFINITION", "SOLDER_MASK_2,  [no_thermal]");

