Robots, Bureaucrates, fabregion, Administrateurs d’interface, nepassupprimer, Modérateurs, Administrateurs
97
modifications
| Ligne 117 : | Ligne 117 : | ||
: | : | ||
=== Programme OpenSCAD avec encoche circulaire === | === Programme OpenSCAD avec encoche circulaire === | ||
<pre> | |||
// Paramètres<br>base_length = 100;<br>base_width = 50;<br>base_height = 50; | // Paramètres<br>base_length = 100;<br>base_width = 50;<br>base_height = 50; | ||
| Ligne 129 : | Ligne 131 : | ||
translate([0, 0, base_height - encoche_profondeur])<br> cylinder(h = encoche_profondeur + 0.1, r = encoche_diametre / 2, $fn = 64);<br>}<br> | translate([0, 0, base_height - encoche_profondeur])<br> cylinder(h = encoche_profondeur + 0.1, r = encoche_diametre / 2, $fn = 64);<br>}<br> | ||
<pre> | |||
== Personnalisation & Modification du Code == | == Personnalisation & Modification du Code == | ||
modifications