mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-12 05:34:13 +02:00
Fixed attachable() spec for arced_slot()
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user