mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-06 12:36:34 +02:00
Fixed example for interior_fillet()
This commit is contained in:
@@ -1218,11 +1218,11 @@ module pie_slice(
|
|||||||
// union() {
|
// union() {
|
||||||
// translate([0,2,-4]) cube([20, 4, 24], anchor=BOTTOM);
|
// translate([0,2,-4]) cube([20, 4, 24], anchor=BOTTOM);
|
||||||
// translate([0,-10,-4]) cube([20, 20, 4], anchor=BOTTOM);
|
// translate([0,-10,-4]) cube([20, 20, 4], anchor=BOTTOM);
|
||||||
// color("green") interior_fillet(l=20, r=10, spin=180);
|
// color("green") interior_fillet(l=20, r=10, spin=180, orient=RIGHT);
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// Example:
|
// Example:
|
||||||
// interior_fillet(l=40, r=10, spin=180);
|
// interior_fillet(l=40, r=10, spin=-90);
|
||||||
//
|
//
|
||||||
// Example: Using with Attachments
|
// Example: Using with Attachments
|
||||||
// cube(50,center=true) {
|
// cube(50,center=true) {
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,82];
|
BOSL_VERSION = [2,0,83];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user