Browse Source

modification d'un nom de variable

Jackbot 2 years ago
parent
commit
082478f54c
1 changed files with 3 additions and 2 deletions
  1. 3 2
      parametres.scad

+ 3 - 2
parametres.scad

@@ -47,8 +47,9 @@ fixation_ecart_z = fixation_d1 + fixation_diam;
 fixation_delta_y = 5.2;
 fixation_epaisseur = 1.9;
 fixation_long = 71;
-hauteur_fixation = 6*fixation_ecart_z;
-milieu_Z = hauteur_fixation/2;
+fixation_hauteur = 6*fixation_ecart_z;
+//hauteur_fixation = 6*fixation_ecart_z;
+milieu_Z = fixation_hauteur/2;
 
 /**************************************************************
 ****************************MOTEUR*****************************