recreating printing holes and pcb space
This commit is contained in:
parent
3ffc65dfaf
commit
26037a2ddf
BIN
3d_Printing/Neuer_Nubbel/UM3_Printing_results.3mf
Normal file
BIN
3d_Printing/Neuer_Nubbel/UM3_Printing_results.3mf
Normal file
Binary file not shown.
|
@ -54,7 +54,11 @@ module downshell(){
|
|||
union(){
|
||||
// Magnet
|
||||
translate([0,0,-3])cylinder(d=5.1,h=2,cernter=true);
|
||||
scale([1,1,0.2])sphere(d=11);
|
||||
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();
|
||||
|
|
Loading…
Reference in a new issue