3
1
Back

From 8f3ce8359ba460976b5ffcbe5a92590e33120bbc Mon Sep 17 00:00:00 2001 Subject: [PATCH] Fix for component clearance, panel thickness from printer realities Fix rail clearance = ~11.675mm, top and bottom offsetToMountHoleCenterX = hp - holeOffset; // 1 for run/stop (sw14 h_wall(h=4, l=slider_spacing*10-1, th=1); v_wall(h=4, l=height-rail_clearance*2-thickness, th=thickness*1.25); v_wall(h=4, l=height-rail_clearance*2, th=right_rib_thickness); //outline of whole PCB? // cube([137.5, 97, 1], center=true); echo("Putting a hole with radius: ", hole_r , " at ", width_mm - thickness*2; left_rib_x = thickness * 1; //right_rib_x = width_mm - h_margin; input_column = h_margin.

New Pull Request