diff options
Diffstat (limited to 'basePlate2.scad')
| -rw-r--r-- | basePlate2.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basePlate2.scad b/basePlate2.scad index 83fedee..c0fe6dc 100644 --- a/basePlate2.scad +++ b/basePlate2.scad @@ -19,7 +19,7 @@ module base_plate(){ translate([-69.0,0,0]){cylinder(r=standHoleRadius,h=standHoleDepth,center=true);} translate([-60,0,0]){cube([10,40,standHoleDepth],center=true);} - translate([-30,0,0]){cube([sensorLength,sensorWidth,standHoleDepth],center=true);} + translate([-29,0,0]){cube([sensorLength,sensorWidth,standHoleDepth],center=true);} translate([0,0,0]) { cube([18,28,standHoleDepth],center=true);} translate([0,49,0]) { cube([28,8,standHoleDepth],center=true);} translate([0,-49,0]) { cube([28,8,standHoleDepth],center=true);} |
