Fixed example for interior_fillet()

This commit is contained in:
Revar Desmera 2020-01-13 23:54:12 -08:00
parent 9d9225f9f3
commit fd98ef2eb4
2 changed files with 3 additions and 3 deletions

View file

@ -1218,11 +1218,11 @@ module pie_slice(
// union() {
// translate([0,2,-4]) cube([20, 4, 24], 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:
// interior_fillet(l=40, r=10, spin=180);
// interior_fillet(l=40, r=10, spin=-90);
//
// Example: Using with Attachments
// cube(50,center=true) {

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,82];
BOSL_VERSION = [2,0,83];
// Section: BOSL Library Version Functions