First try

This commit is contained in:
Arndt Heuvel 2024-08-31 19:32:00 +02:00
parent 64c9842b44
commit 469b471fc7
3 changed files with 95424 additions and 0 deletions

95409
CE3S1P_Griff.gcode Normal file

File diff suppressed because it is too large Load diff

15
Griff.scad Normal file
View file

@ -0,0 +1,15 @@
$fn=100;
difference() {
union() {
translate([6,6,0.1])cylinder(h=113,d=13);
minkowski() {
cube([12,12,108]);
rotate([90,0,90]) cylinder(h=0.1,r=2);
rotate([0,90,90]) cylinder(h=0.1,r=2);
cylinder(h=0.1,r=4);
}
}
translate([6,6,-4.1])cylinder(h=2.6,d=22);
translate([6,6,-4.1])cylinder(h=121.3,d=10);
}

BIN
Griff.stl Normal file

Binary file not shown.