remove square with zero height call

This commit is contained in:
Ruud Swinkels 2023-05-27 15:03:15 +02:00
parent 754e555a84
commit 66c64945fd

View file

@ -174,7 +174,6 @@ module profile_wall_sub() {
translate([r_base-d_clear,$dh,0])
mirror([1,0,0])
profile_base();
square([d_wall,0]);
}
}