From eeabcbbcaa2052376e68cc419ce23b80ddce4d97 Mon Sep 17 00:00:00 2001 From: D Delmar Davis Date: Tue, 27 Jun 2023 17:37:55 -0400 Subject: Adjust Sensor Slot --- basePlate2.scad | 2 +- basePlate2.svg | 380 +++++++++++++++++++++++++++++++++++++++++++++++++------- parameters.scad | 4 +- 3 files changed, 339 insertions(+), 47 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);} diff --git a/basePlate2.svg b/basePlate2.svg index 89fb267..683999a 100644 --- a/basePlate2.svg +++ b/basePlate2.svg @@ -1,45 +1,337 @@ - - - - - OpenSCAD Model - + + + +OpenSCAD Model + diff --git a/parameters.scad b/parameters.scad index 6e1633f..da5672d 100644 --- a/parameters.scad +++ b/parameters.scad @@ -8,5 +8,5 @@ standLipWidth=1.5; standLipHeight=3.5; standHeight=2.85; standHoleDepth=5.0; -sensorWidth=92.0; -sensorLength=9.0; \ No newline at end of file +sensorWidth=96.0; +sensorLength=12.0; \ No newline at end of file -- cgit v1.2.3