diff --git a/lionel/entretoise_potence.png b/lionel/entretoise_potence.png new file mode 100644 index 0000000..a73c035 Binary files /dev/null and b/lionel/entretoise_potence.png differ diff --git a/lionel/entretoise_potence.scad b/lionel/entretoise_potence.scad index b6b4eaa..1d60f3c 100644 --- a/lionel/entretoise_potence.scad +++ b/lionel/entretoise_potence.scad @@ -5,4 +5,12 @@ include difference() { cuboid([28,15,30], rounding=14, edges=[BACK+RIGHT,BACK+LEFT]); translate([0,-3,0]) zcyl(d=5, l=30, rounding=-1); -} \ No newline at end of file +} + +!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); +} + +