Entretoise vélo

This commit is contained in:
2026-02-07 16:08:16 +01:00
parent ffc1d029d6
commit 14136696a4
2 changed files with 9 additions and 1 deletions

View File

@@ -5,4 +5,12 @@ include <BOSL2/std.scad>
difference() {
cuboid([28,15,30], rounding=14, edges=[BACK+RIGHT,BACK+LEFT]);
translate([0,-3,0]) zcyl(d=5, l=30, rounding=-1);
}
}
!difference() {
linear_extrude(height=30, center=true, scale=1) import("/home/julien/Sync/3D/lionel/profil_entretoise.svg");
translate([13.5,7.2,0]) zcyl(d=5, l=30, rounding=-1);
translate([14,-10,0]) cuboid([50,25,34], rounding=8);
}