This commit is contained in:
2025-06-28 15:45:58 +02:00
parent d140f010d0
commit ead70745d1
260 changed files with 1121678 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
$fn = 200;
include <boltsos_0.4.1/BOLTS.scad>
difference() {
difference() {
// Holder
union() {
linear_extrude(height = 16)
import("../svg/center_blocker.svg");
translate([50.5,0,8]) {
rotate([0,90,0]) {
cylinder(7, r=8);
}
}
translate([58.5,0,8]) {
rotate([0,90,0]) {
cylinder(7, r=8);
}
}
}
}
// Hexagonal screw hole
color("green") {
translate ([54,0,8]) {
rotate([0,90,0]) {
DIN931("M5");
}
}
}
}