mirror of
https://codeberg.org/opentrafficmap/its-g5-receiver.git
synced 2026-06-14 18:21:03 +00:00
improve botom part
This commit is contained in:
Binary file not shown.
+8
-6
@@ -149,9 +149,11 @@ module screwhead(){
|
||||
}
|
||||
module screw_for_bottom_case(){
|
||||
translate([-offset_l_r-front_height/2-2+0.5,-hull_extend+5+10,front_height/2]){
|
||||
translate([-0.5,0,0])rotate([0,90,0])cylinder(d=4.2,h=100,$fn=32);
|
||||
translate([9.9-1.8,0,0])rotate([0,90,0])m4_hex_nut();
|
||||
translate([70.4,0,0])rotate([0,90,0])m4_hex_nut();
|
||||
translate([-0.5,0,0])rotate([0,90,0])cylinder(d=5.4,h=100,$fn=32);
|
||||
|
||||
//translate([-0.5,0,0])rotate([0,90,0])cylinder(d=4.2,h=100,$fn=32);
|
||||
//translate([9.9-1.8,0,0])rotate([0,90,0])m4_hex_nut();
|
||||
//translate([70.4,0,0])rotate([0,90,0])m4_hex_nut();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -230,7 +232,7 @@ module wandhalter(){
|
||||
//if(true)color("grey")translate([0,board.y,board.z])import("board.stl");
|
||||
use <wandhalterv2.scad>;
|
||||
|
||||
if(true)render()difference(){
|
||||
if(false)render()difference(){
|
||||
height_cut=front_height;
|
||||
union(){
|
||||
//!difference(){
|
||||
@@ -298,13 +300,13 @@ module m4_hex_nut(clearance = 0.0) {
|
||||
|
||||
|
||||
// bottom halterung
|
||||
if(false){
|
||||
if(true){
|
||||
$fa=1;
|
||||
$fs=1;
|
||||
difference(){
|
||||
|
||||
intersection(){
|
||||
hull_inner(0.5,0.4); //extra diameter
|
||||
hull_inner(0.5,0.2); //extra diameter
|
||||
translate([-100,-hull_extend+5,-100])cube([200,20,200]);
|
||||
}
|
||||
intersection(){
|
||||
|
||||
Reference in New Issue
Block a user