소스 검색

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]
 ];