improve botom part

This commit is contained in:
Peter Pötzi
2026-06-02 09:32:24 +02:00
parent 809dc66819
commit 8c56bf8f74
2 changed files with 8 additions and 6 deletions
BIN
View File
Binary file not shown.
+8 -6
View File
@@ -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(){