remove magic number

This commit is contained in:
Ruud Swinkels 2023-02-15 15:49:37 +01:00
parent dffda2cf0f
commit 6ad4204c10
1 changed files with 2 additions and 1 deletions

View File

@ -92,8 +92,9 @@ module gridfinityBaseplate(gridx, gridy, length, dix, diy, sp, sm, sh) {
profile_skeleton();
}
else if (sp == 4) {
l = length-2*r_c2-2*r_c1;
translate([0,0,-off - 0.001])
rounded_square(length-6, off + 0.002, r_fo3);
rounded_square(l, off + 0.002, r_fo3);
}
translate([0,0,-off]) {