mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-12 10:16:33 +02:00
Merge pull request #1668 from BelfrySCAD/revarbat_dev
Fixed slider anchors.
This commit is contained in:
@@ -42,7 +42,7 @@ module slider(l=30, w=10, h=10, base=10, wall=5, ang=30, chamfer=2, anchor=BOTTO
|
|||||||
full_width = w + 2*wall;
|
full_width = w + 2*wall;
|
||||||
full_height = h + base;
|
full_height = h + base;
|
||||||
|
|
||||||
attachable(anchor,spin,orient, size=[full_width, l, h+2*base]) {
|
attachable(anchor,spin,orient, size=[l, full_width, full_height], offset=[0,0,-h/2]) {
|
||||||
zrot(90)
|
zrot(90)
|
||||||
down(base+h/2) {
|
down(base+h/2) {
|
||||||
// Base
|
// Base
|
||||||
|
Reference in New Issue
Block a user