mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-30 00:09:37 +00:00
BOSL2 logo source fix.
This commit is contained in:
parent
6386b6781a
commit
40ed50cfd8
1 changed files with 2 additions and 2 deletions
|
@ -44,9 +44,9 @@ xdistribute(50) {
|
||||||
xdistribute(24) {
|
xdistribute(24) {
|
||||||
screw("M12,70", head="hex", anchor="origin", orient=BACK)
|
screw("M12,70", head="hex", anchor="origin", orient=BACK)
|
||||||
attach(BOT,CENTER)
|
attach(BOT,CENTER)
|
||||||
nut("M12", thickness=10, diameter=20);
|
nut("M12", thickness=10);
|
||||||
screw("M12,70", head="hex", anchor="origin", orient=BACK)
|
screw("M12,70", head="hex", anchor="origin", orient=BACK)
|
||||||
attach(BOT,CENTER)
|
attach(BOT,CENTER)
|
||||||
nut("M12", thickness=10, diameter=20);
|
nut("M12", thickness=10);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue