// // file: disco_pcb_drawing_and_dimension.txt // // date: Original Rev. 11-Oct-2023 // Current Rev. 12-Oct-2023 // // // // Notes: // // The pcb geometry source file holds the manufacturing // drawing and dimensions information. // // $$template_line_style( @Solid ); // Show 0,0 at bottom left corner. $$path( "DRAWING_1", 0.20, , [ -5.0, -5.0, -23.0, -23.0 ] ); // comment line $$path( "DRAWING_1", 0.20, , [ -5.0, -5.0, -10.0, -7.5 ] ); // arrow $$path( "DRAWING_1", 0.20, , [ -5.0, -5.0, -7.5, -10.0 ] ); // arrow $$text( "DRAWING_1", "X = 0", -40.0, -18.0, 4.0, @BC, 0, 1.00, 0.20, "std", "None", 0.0, 0.0 ); $$text( "DRAWING_1", "Y = 0", -40.0, -25.0, 4.0, @BC, 0, 1.00, 0.20, "std", "None", 0.0, 0.0 ); $$text( "DRAWING_1", "Corner", -40.0, -32.0, 4.0, @BC, 0, 1.00, 0.20, "std", "None", 0.0, 0.0 ); $$path( "DRAWING_1", 0.20, , [ -23.0, -13.5, -23.0, -32.5 ] ); // Brace Line Vert $$path( "DRAWING_1", 0.20, , [ -23.0, -13.5, -25.0, -12.5 ] ); // Brace Line Top $$path( "DRAWING_1", 0.20, , [ -25.0, -33.5, -23.0, -32.5 ] ); // Brace Line Bot // Main Board Overall Horizontal Dimension. $$path( "DRAWING_1", 0.20, , [ 0.0, -6.0, 0.0, -45.0 ] ); // Left witness line $$path( "DRAWING_1", 0.20, , [ 0.0, -40.0, 130.0, -40.0 ] ); // Left dimension line $$path( "DRAWING_1", 0.20, , [ 0.0, -40.0, 7.5, -37.0 ] ); // arrow $$path( "DRAWING_1", 0.20, , [ 0.0, -40.0, 7.5, -43.0 ] ); // arrow $$path( "DRAWING_1", 0.20, , [ 235.0, -6.0, 235.0, -45.0 ] ); // Right witnes line $$path( "DRAWING_1", 0.20, , [ 190.0, -40.0, 235.0, -40.0 ] ); // Right dimension line $$path( "DRAWING_1", 0.20, , [ 227.5, -37.0, 235.0, -40.0 ] ); // arrow $$path( "DRAWING_1", 0.20, , [ 227.5, -43.0, 235.0, -40.0 ] ); // arrow $$text( "DRAWING_1", "235.00 mm", 160.0, -37.0, 4.0, @BC, 0, 1.00, 0.20, "std", "None", 0.0, 0.0 ); $$text( "DRAWING_1", "X Dimension", 160.0, -47.0, 4.0, @BC, 0, 1.00, 0.20, "std", "None", 0.0, 0.0 ); // // Overall Vertical Dimension // $$path( "DRAWING_1", 0.20, , [ 241.0, 235.00, 280.0, 235.0 ] ); // Upper witness line $$path( "DRAWING_1", 0.20, , [ 275.0, 147.50, 275.0, 235.0 ] ); // dimension line $$path( "DRAWING_1", 0.20, , [ 272.0, 227.50, 275.0, 235.0 ] ); // arrow $$path( "DRAWING_1", 0.20, , [ 278.0, 227.50, 275.0, 235.0 ] ); // arrow $$path( "DRAWING_1", 0.20, , [ 241.0, 0.0, 280.0, 0.0 ] ); // Lower witness line $$path( "DRAWING_1", 0.20, , [ 275.0, 87.5, 275.0, 0.0 ] ); // dimension line $$path( "DRAWING_1", 0.20, , [ 272.0, 7.5, 275.0, 0.0 ] ); // arrow $$path( "DRAWING_1", 0.20, , [ 278.0, 7.5, 275.0, 0.0 ] ); // arrow $$text( "DRAWING_1", "235.00 mm", 270.0, 117.5, 4.0, @BC, 90, 1.00, 0.20, "std", "None", 0.0, 0.0 ); $$text( "DRAWING_1", "Y Dimension", 280.0, 117.5, 4.0, @BC, 90, 1.00, 0.20, "std", "None", 0.0, 0.0 ); // // End of the Drawing_1 overall board dimensions. //