mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-06 04:09:47 +00:00
Fixed attachable() spec for arced_slot()
This commit is contained in:
parent
1c06298f10
commit
1ecd2e798d
2 changed files with 2 additions and 2 deletions
|
@ -1325,7 +1325,7 @@ module arced_slot(
|
||||||
sr2 = get_radius(r1=sr2, r=sr, d1=sd2, d=sd, dflt=2);
|
sr2 = get_radius(r1=sr2, r=sr, d1=sd2, d=sd, dflt=2);
|
||||||
fn_minor = first_defined([$fn2, $fn]);
|
fn_minor = first_defined([$fn2, $fn]);
|
||||||
da = ea - sa;
|
da = ea - sa;
|
||||||
attachable(anchor,spin,orient, r1=r+sr1, r2=r+sr2) {
|
attachable(anchor,spin,orient, r1=r+sr1, r2=r+sr2, l=h) {
|
||||||
translate(cp) {
|
translate(cp) {
|
||||||
zrot(sa) {
|
zrot(sa) {
|
||||||
difference() {
|
difference() {
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,270];
|
BOSL_VERSION = [2,0,271];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue