Parcourir la source

fix: diameter of threads

Silas Gruen il y a 9 mois
Parent
commit
62b664c65d
1 fichiers modifiés avec 7 ajouts et 5 suppressions
  1. 7 5
      cell_measure_robot/pneumatics/tconnector.py

+ 7 - 5
cell_measure_robot/pneumatics/tconnector → cell_measure_robot/pneumatics/tconnector.py

@@ -19,16 +19,18 @@ cartridge_small_depth = 5.2 *MM
 cartridge_large_diam = 8.9 *MM
 cartridge_large_depth = 2.7 *MM
 
-# version = "G1_8"
-version = "M7"
+eps = 0.1 * MM
+
+version = "G1_8"
+# version = "M7"
 
 if version == "G1_8":
-    major_diam = 9.6 * MM
+    major_diam = 9.7 * MM  + eps*2
     pitch=0.907 * MM
-    length=10 * MM
+    length=12 * MM
 
 elif version == "M7":
-    major_diam = 7 * MM
+    major_diam = 7 * MM + eps*2
     pitch=1 * MM
     length=8 * MM