mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2024-11-29 19:43:57 +00:00
Merge pull request #117 from Ruudjhuu/fix/zero_in_square
remove square with zero height call
This commit is contained in:
commit
e796bfd640
1 changed files with 0 additions and 1 deletions
|
@ -174,7 +174,6 @@ module profile_wall_sub() {
|
||||||
translate([r_base-d_clear,$dh,0])
|
translate([r_base-d_clear,$dh,0])
|
||||||
mirror([1,0,0])
|
mirror([1,0,0])
|
||||||
profile_base();
|
profile_base();
|
||||||
square([d_wall,0]);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue