Selaa lähdekoodia

From test in real live, wall could have more holes.

Cixo 1 vuosi sitten
vanhempi
commit
2a83fc4e09
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      assets/wall.scad

+ 2 - 2
assets/wall.scad

@@ -46,7 +46,7 @@ module wall_mount_screws() {
 }
 
 module wall_holes_on_x() {
-    width_without_screws_margin = wall_width - wall_mounting_screws * 3;
+    width_without_screws_margin = wall_width - wall_mounting_screws * 2;
     width_without_margin = width_without_screws_margin - hole_entrance * 2;
     width = width_without_margin - width_without_margin % wall_holes_space;
 
@@ -59,7 +59,7 @@ module wall_holes_on_x() {
 
 module wall_holes() {
     hole_height = hole_entrance * 2 + hole_holding * 3;
-    height_without_screws_margin = wall_height - wall_mounting_screws * 3;
+    height_without_screws_margin = wall_height - wall_mounting_screws * 2;
     height_without_margin = height_without_screws_margin - hole_height;
     height = height_without_margin - height_without_margin % wall_holes_space;