Entretoise vélo

This commit is contained in:
2026-02-07 16:07:16 +01:00
parent b31b140332
commit ffc1d029d6
3 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
$fn=60;
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);
}