X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=3d-printables%2Fdeck-holder-data.scad;h=a032658a72af0d078939e5ba64660cc04826f0f1;hb=e39eeabe7eeb22123fe46282ec4101e72b2fcd5e;hp=cc1eba21bf97d7872d5e2f98cbdd3a182b567c08;hpb=ba794a9f015a6fa4f2a88685dc9412ae81b4513a;p=challenge-bot diff --git a/3d-printables/deck-holder-data.scad b/3d-printables/deck-holder-data.scad index cc1eba2..a032658 100644 --- a/3d-printables/deck-holder-data.scad +++ b/3d-printables/deck-holder-data.scad @@ -46,6 +46,7 @@ sonar_holder_depth = deck_depth - 0.7875; deck_holder_length = sonar_holder_depth * 2 + deck_depth + 15; module deck_holder() { + oshw_height = 0.75; deck_holder_width = sonar_holder_width - deck_depth; deck_holder_height = sonar_holder_depth * 2 + deck_depth; linear_extrude(height = deck_holder_width) { @@ -53,22 +54,6 @@ module deck_holder() { square([deck_holder_length, deck_holder_height]); translate([sonar_holder_depth - 0.15, sonar_holder_depth - 0.15]) { -/* - This file is part of challenge-bot. - - Challenge-bot is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - GNU Affero Emacs is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with challenge-bot. If not, see . -*/ square(deck_depth + 0.3); } translate([deck_holder_height, sonar_holder_depth - 0.3]) { square([deck_holder_length - (deck_holder_height), @@ -87,3 +72,20 @@ module deck_holder() { scale([0.1, 0.1, 1]) linear_extrude(height = 0.5) oshw(); } + +/* + This file is part of challenge-bot. + + Challenge-bot is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + GNU Affero Emacs is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with challenge-bot. If not, see . +*/