ソースを参照

Change platform config for terminal handle.

cixo 1 年間 前
コミット
a9f9c72fec
1 ファイル変更3 行追加3 行削除
  1. 3 3
      config/platform.scad

+ 3 - 3
config/platform.scad

@@ -1,11 +1,11 @@
 platform_height = 70;
 platform_width = 70;
-platform_depth = 280;
+platform_depth = 250;
 platform_thickness = 3;
 platform_side_thickness = 5;
 platform_support_depth = 15;
 platform_mounting_holes_diameter = 4;
 platform_mounting_holes_positions = [
-    [20, 0],
-    [-20, 0]
+    [platform_depth / 2 - 10, 0],
+    [platform_depth / 2 - 10 - 160, 0]
 ];