mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2024-11-29 19:43:57 +00:00
remove square with zero height call
This commit is contained in:
parent
754e555a84
commit
66c64945fd
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