remove magic number
This commit is contained in:
parent
dffda2cf0f
commit
6ad4204c10
1 changed files with 2 additions and 1 deletions
|
@ -92,8 +92,9 @@ module gridfinityBaseplate(gridx, gridy, length, dix, diy, sp, sm, sh) {
|
||||||
profile_skeleton();
|
profile_skeleton();
|
||||||
}
|
}
|
||||||
else if (sp == 4) {
|
else if (sp == 4) {
|
||||||
|
l = length-2*r_c2-2*r_c1;
|
||||||
translate([0,0,-off - 0.001])
|
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]) {
|
translate([0,0,-off]) {
|
||||||
|
|
Loading…
Reference in a new issue