Commit 62353b7f by Hubert

fixed overlapping drill holes

1 parent 8eb8d752
...@@ -68,7 +68,7 @@ module gx12drill(z) { ...@@ -68,7 +68,7 @@ module gx12drill(z) {
} }
module pipedrill() { module pipedrill() {
translate([1,5,0]) cylinder(d=0.6,h=50, $fn=10); translate([1,6,0]) cylinder(d=0.6,h=50, $fn=10);
} }
module drills(x,y,z) { module drills(x,y,z) {
......
This diff could not be displayed because it is too large.
...@@ -21,7 +21,7 @@ module sidepipe(z) { ...@@ -21,7 +21,7 @@ module sidepipe(z) {
} }
module pipes(z) { module pipes(z) {
translate([1,5,0]) { translate([1,6,0]) {
color("#fff") sidepipe(z); color("#fff") sidepipe(z);
color("#fff") translate([0,0,1.1]) { color("#fff") translate([0,0,1.1]) {
pushInAdapterStraignt(); pushInAdapterStraignt();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!