found the right dimenstions for the din rail pb holder

master
Kerem Yollu 3 years ago
parent 9ff29ce7df
commit 1eb5a5b296

@ -20,7 +20,7 @@ module din_rail_mount()
{ {
lenght = 40; lenght = 40;
heigth = 10; heigth = 10;
thikness = 10; thikness = 10.9;
difference() difference()
{ {
@ -33,7 +33,7 @@ module din_rail_mount()
translate([0,(heigth-pbswiss_mounting_size)/2,0]) translate([0,(heigth-pbswiss_mounting_size)/2,0])
{ {
cube(size=([pbswiss_mounting_size+0.4,pbswiss_mounting_size+0.4,pbswiss_mounting_size+0.4]),center=true); cube(size=([pbswiss_mounting_size+0.3,pbswiss_mounting_size+0.2,pbswiss_mounting_size+0.3]),center=true);
rotate([0,90,0]) rotate([0,90,0])
cylinder(d=3.2, h=lenght/2+1); cylinder(d=3.2, h=lenght/2+1);

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save