From 1b9a94f3b6c88cae32a8379d49d8cf0ae0d1d539 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sun, 28 Jun 2015 17:19:05 +0200 Subject: [PATCH] =?UTF-8?q?piece=20en=20module=20(pour=20int=C3=A9gration?= =?UTF-8?q?=20dans=20le=20fichier=20de=20dessin=20global=20de=20l'impriman?= =?UTF-8?q?te)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DXF-SCAD-AND-OTHERS/fixation-biellette.scad | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DXF-SCAD-AND-OTHERS/fixation-biellette.scad b/DXF-SCAD-AND-OTHERS/fixation-biellette.scad index ab45c56..daaad88 100644 --- a/DXF-SCAD-AND-OTHERS/fixation-biellette.scad +++ b/DXF-SCAD-AND-OTHERS/fixation-biellette.scad @@ -16,7 +16,8 @@ License GNU-GPL V3 */ $fn=100; - +fixation_biellette(); +module fixation_biellette(){ difference(){ union(){ @@ -44,4 +45,5 @@ difference(){ translate([-11,1,5]) rotate([0,90,0]) cylinder(r=1.5,h=23); } +} } \ No newline at end of file