This commit is contained in:
2025-11-06 20:54:17 +01:00
parent 1300e7dd8d
commit 00e55d3a8d
37 changed files with 502864 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ scale([1/10, 1/10, 1/10]) union() {
difference() {
cylinder(h=Heigth, r1=radius * 0.37, r2=radius * 0.5, center = false, $fn = 128);
translate([0,0,50])
cylinder(h=Heigth+100, r1=radius * 0.25, r2=radius * 0.48, center = false, $fn = 23);
cylinder(h=Heigth+100, r1=radius * 0.25, r2=radius * 0.48, center = false, $fn = 30);
translate([0, 300, 320]) rotate([-10, 0, 0]) union() {
sphere(100, $fn = 128);
@@ -34,11 +34,11 @@ scale([1/10, 1/10, 1/10]) union() {
cylinder(280, r=100, $fn=128);
}
translate([300, 0, 320]) rotate([0, 10, 0]) union() {
/*translate([300, 0, 320]) rotate([0, 10, 0]) union() {
sphere(100, $fn = 128);
rotate([180,0,0])
cylinder(280, r=100, $fn=128);
}
}*/
translate([0, -300, 320]) rotate([10, 0, 0]) union() {
sphere(100, $fn = 128);
@@ -47,21 +47,17 @@ scale([1/10, 1/10, 1/10]) union() {
}
DIAMETER = 200;
//translate([0,0,45]) pentagram((DIAMETER/2) - 1, 10, 12);
translate([0,0,40]) rotate([180,0,45]) cylinder(70, r1=50, r2=200, $fn=6);
//translate([0,0,40]) rotate([180,0,45]) cylinder(70, r1=50, r2=200, $fn=3);
}
rotate([81, 0, -45])
translate([0, 220, -250])
linear_extrude(84)
import("dog.svg", center=true);
#rotate([81, 0, -48]) translate([0, 220, -250]) linear_extrude(84) import("paw.svg", center=true);
rotate([0, 0, -90]) translate([0, 0, 10]) linear_extrude(100) import("moon.svg", center=true);
}
ARC_ANGLE=120;
stext = ["P", "H", "I", "L"];
stext = ["V", "I", "C", "I"];
chars = len( stext );
color("red")