// // file: sc70_5_no_paste_no_bom // // date: Original 19-Nov-2015 for Hub Module // // // Date: 21-Jan-2017 // // // Geometry for the SC70_5 component NO PASTE NOT IN BOM // -------- -------- ---------- // // // This is a copy of the standard SC70_5 that was made on 21-Jan2017. // The only modifications are that it has: // // - No openings in the Solder Stencil // // - It has the "Not_In_BOM" attribute. // // // Note, that to remove the Solder Stencil Openings that this // version of the SC70_5 has its own pin/pad stack. // // Note, for all other details and comments see the // geometry for the standard SC70_5. // // // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; //---------------------------------------------------------------------------- $$create_pin("sc70_5_pad_no_paste", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'PI$sc70_5_pad_no_paste']); $$point_mode(@vertex); $$polygon( "PAD", , [ -0.20, -0.25, 0.20, -0.25, 0.20, 0.25, -0.20, 0.25 ] ); $$polygon( "SOLDER_MASK", , [ -0.25, -0.30, 0.25, -0.30, 0.25, 0.30, -0.25, 0.30 ] ); // //$$polygon( "PASTE_MASK", , [ -0.20, -0.25, 0.20, -0.25, 0.20, 0.25, -0.20, 0.25 ] ); $$attribute( "TERMINAL_SURFACE_DEFINITION", ""); //---------------------------------------------------------------------------- $$create_component("sc70_5_no_paste_no_bom", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'CO$sc70_5_no_paste_no_bom']); $$point_mode(@vertex); $$attribute( "COMPONENT_LAYOUT_TYPE", "surface"); $$attribute( "COMPONENT_LAYOUT_SURFACE", "both"); $$attribute( "COMPONENT_HEIGHT", "0.95", , @scale , , [0.0, 0.0] ); $$attribute( "COMPONENT_NOT_IN_BOM" ); // // Component Placement Outline for the sc70_5 // $$initial([ -1.30, -1.50 ], , @nosnap ); $$terminal([ -1.30, 1.50 ] ); $$terminal([ 1.30, 1.50 ] ); $$terminal([ 1.30, -1.50 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); // Silkscreen: Horz Bot, Vert Right, Horz Top, Vert Left $$path( "SILKSCREEN", 0.20 , , [ -1.30, -1.60, 1.30, -1.60 ] ); $$path( "SILKSCREEN", 0.20 , , [ 1.30, -1.60, 1.30, 1.60 ] ); $$path( "SILKSCREEN", 0.20 , , [ -1.30, 1.60, 1.30, 1.60 ] ); $$path( "SILKSCREEN", 0.20 , , [ -1.30, 1.60, -1.30, -1.60 ] ); // Pin #1 Marker $$circle( "SILKSCREEN", -1.7, -2.0, 0.5, 0.20 ); $$circle( "SILKSCREEN", -1.7, -2.0, 0.3, 0.20 ); // Reference Designator $$text( "SILKSCREEN", "^$ref", 0.0, 0.0, 1.4, @CC, 0, 0.7, 0.20, "std", "None", 0.0, 0.0 ); // Setup the Local Fiducial Marks // //$$circle( "PAD_1", 0.00, 2.70, 1.0, 0.0); //$$circle( "SOLDER_MASK_1", 0.00, 2.70, 1.3, 0.0); // //$$circle( "PAD_1", 0.00, -2.70, 1.0, 0.0); //$$circle( "SOLDER_MASK_1", 0.00, -2.70, 1.3, 0.0); // Define the pins $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ -0.65, -0.95 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1, sc70_5_pad_no_paste" ); $$attribute( "COMPONENT_PIN_DEFINITION", "2", , @scale , , [ 0.00, -0.95 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "2, sc70_5_pad_no_paste" ); $$attribute( "COMPONENT_PIN_DEFINITION", "3", , @scale , , [ 0.65, -0.95 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "3, sc70_5_pad_no_paste" ); $$attribute( "COMPONENT_PIN_DEFINITION", "4", , @scale , , [ 0.65, 0.95 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "4, sc70_5_pad_no_paste" ); $$attribute( "COMPONENT_PIN_DEFINITION", "5", , @scale , , [ -0.65, 0.95 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "5, sc70_5_pad_no_paste" );