recreating printing holes and pcb space

This commit is contained in:
isa10110 2024-08-08 10:16:27 +02:00
parent 3ffc65dfaf
commit 26037a2ddf
2 changed files with 10 additions and 6 deletions

Binary file not shown.

View file

@ -53,8 +53,12 @@ module downshell(){
}
union(){
// Magnet
translate([0,0,-3])cylinder(d=5.1,h=2,cernter=true);
scale([1,1,0.2])sphere(d=11);
translate([0,0,-3])cylinder(d=5.1,h=2,cernter=true);
union(){
translate([0,0,0])scale([1,1,0.2])sphere(d=13);
cylinder(d=13,h=0.5);
translate([0,0,0.5])scale([1,1,0.25])sphere(d=13);
}
difference(){
union(){
translate([0,0,0.1]){
@ -73,8 +77,8 @@ module downshell(){
module wire(){
union(){
for ( i = [-1:1]){
translate([0,i*1.5,0])cylinder(h = 20, d=1.81, center=true);
for ( i = [-10:10]){
translate([0,(i/10)*1.8,0])cylinder(h = 20, d=1.81, center=true);
}
}
}
@ -82,7 +86,7 @@ module wire(){
// base for magnets
//downshell();
downshell();
// Lighting insert
nibble_for_Dropinnibble();
//nibble_for_Dropinnibble();