// // file: mounting_screw_m3_geom.txt // // date: 23-Jan-2025 Original Version // // // // Electrical Mounting Screw Hole M3 // // This is a One Pin Electrical THD Component for the DK design. // // Making the mounting screw hole as a one pin THD Component // allows us to either float the mounting screw or tie it to // the DK board's Ground Planes - all under control of a jumper. // // // Mounting Screw Hole Design: NOTE: This is actually a THD Component // // 3.20 mm Drill hole diameter // 7.20 mm Land Pad // 7.60 mm Solder Mask // 7.60 mm Plane Relief // // --> ring width 2.00 mm // // --> plane isolation Air Gap 2.20 mm from the drill hole // // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; // //---------------------------------------------------------------------------- // $$create_pin("Term_Mounting_Screw_7mm2", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'PI$Term_Mounting_Screw_7mm2']); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", "default"); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [ 3.20, 0.0 ]); $$circle( "PAD", 0.0, 0.0, 7.20, 0.0 ); $$circle( "SIGNAL", 0.0, 0.0, 7.20, 0.0 ); $$circle( "SOLDER_MASK", 0.0, 0.0, 7.60, 0.0 ); $$circle( "POWER", 0.0, 0.0, 7.60, 0.0 ); // //---------------------------------------------------------------------------- // $$create_component("Mounting_Screw_M3"); $$page(0.0, 0.0, 0.00, @mm, 0.0, 0.0, [0.0,0.0,'CO$Mounting_Screw_M3'] ); $$attribute( "COMPONENT_OUTLINE_OVERHANG", "no"); $$attribute( "COMPONENT_LAYOUT_TYPE", "surface"); $$attribute( "COMPONENT_LAYOUT_SURFACE", "both"); $$attribute( "COMPONENT_NOT_IN_BOM"); // // Component Placement Outline for the Rivet_Viw_1mm1 // $$initial([ -2.00, -2.00 ], , @nosnap ); $$terminal([ -2.00, 2.00 ] ); $$terminal([ 2.00, 2.00 ] ); $$terminal([ 2.00, -2.00 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); // // SilkSreen - None // // Reference Designator - None $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1,Term_Mounting_Screw_7mm2"); $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ 0.0, 0.0 ]);