3
1
Back

//mm second_col = width_mm/2; vertical_space = height - v_margin - title_font; saw_out = [h_margin + working_width/4, row_1, 0]; square_out = [third_col, fifth_row, 0]; //right_rib_x = width_mm - thickness*2; // How much horizontal space needed for left-hand and right-hand sub-panels right_panel_width = width_mm - 10 - center_adjust; // build up seven rows; middle one unused row_1 = bottom_row + v_margin + 12; row_1 = bottom_row + v_margin + 12; title_font = 10; // [1:1:84] // Four hole threshold (HP) four_hole_threshold = 10; threeUHeight = 133.35; // overall 3u height panelInnerHeight = 110; //rail clearance = ~11.675mm, top and bottom railHeight = (threeUHeight-panelOuterHeight)/2; mountSurfaceHeight = (panelOuterHeight-panelInnerHeight-railHeight*2)/2; hp=5.08; mountHoleDiameter = 3.2; mountHoleRad =mountHoleDiameter/2; hwCubeWidth = holeWidth-mountHoleDiameter; offsetToMountHoleCenterY=mountSurfaceHeight/2; offsetToMountHoleCenterX=hp;//1hp margin on each.

New Pull Request