mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-04 03:09:45 +00:00
Fixed example for interior_fillet()
This commit is contained in:
parent
9d9225f9f3
commit
fd98ef2eb4
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue