bring repo up-to-date

This commit is contained in:
2022-05-21 17:57:38 +02:00
parent cd7de5dc64
commit ff41037806
96 changed files with 224981 additions and 1 deletions
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,30 @@
$fn = 100;
// Head
head_length=57.13;
head_width=26.13;
head_thickness=2.4;
head_radius_corners=(44.65 - 35.6) /2.0;
offset_m12_holes = (10-2-1.6-0.1)-8.5;
module loch() {
cylinder(r=(0.15*25.4/2), h=10, center=true);
cylinder(r1=(0.23*25.4/2), r2=(0.15*25.4/2), h=((0.23-0.15)*25.4/2), center=true);
}
module m12() {
cylinder(d=12.2, h=10, center=true);
}
color("red")
difference() {
minkowski() {
cube([head_length - (2 * head_radius_corners),head_width - (2 * head_radius_corners),head_thickness], center=true);
cylinder(r=head_radius_corners, h=0.1, center=true);
};
translate([-48.15/2,0,0-((0.23-0.15)*25.4/2)]) loch();
translate([48.15/2,0,0-((0.23-0.15)*25.4/2)]) loch();
translate([-20.95/2,offset_m12_holes,0]) m12();
translate([20.95/2,offset_m12_holes,0]) m12();
}
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
Binary file not shown.
@@ -0,0 +1,38 @@
$fn = 100;
// Head
head_length=57.13;
head_width=26.13;
head_thickness=2.4;
head_radius_corners=(44.65 - 35.6) /2.0;
module loch() {
cylinder(r=(0.15*25.4/2), h=10, center=true);
cylinder(r1=(0.23*25.4/2), r2=(0.15*25.4/2), h=((0.23-0.15)*25.4/2), center=true);
}
module switch() {
cube([9.2,13.8,5],center = true);
}
module usb() {
cube([8,3.2,5],center = true);
}
module antenne() {
cylinder(d=6.5, h=10, center=true);
}
color("red")
difference() {
minkowski() {
cube([head_length - (2 * head_radius_corners),head_width - (2 * head_radius_corners),head_thickness], center=true);
cylinder(r=head_radius_corners, h=0.1, center=true);
};
translate([-48.15/2,0,0-((0.23-0.15)*25.4/2)]) loch();
translate([48.15/2,0,0-((0.23-0.15)*25.4/2)]) loch();
translate([-11.4-0.3-(8.3/2),-2.5]) switch();
translate([0,1,0]) usb();
translate([16,0,0]) antenne();
}
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 28 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.4 KiB

File diff suppressed because it is too large Load Diff
Binary file not shown.
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.4 KiB