From 373a119be821fb2121599effb1e2f8bbdb80d15e Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Sat, 29 Feb 2020 15:30:55 -0800 Subject: [PATCH] Example bugfixes. --- rounding.scad | 3 --- scripts/docs_gen.py | 2 +- version.scad | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/rounding.scad b/rounding.scad index 458f456..3457ee0 100644 --- a/rounding.scad +++ b/rounding.scad @@ -876,15 +876,12 @@ function os_profile(points, extra,check_valid, quality, offset_maxstep, offset) // convexity = convexity setting for use with polyhedron. Default: 10 // // Example: Chamfered elliptical prism. If you stretch a chamfered cylinder the chamfer will be uneven. -// $fn=32; // convex_offset_extrude(bottom = os_chamfer(height=-2), top=os_chamfer(height=1), height=7) // xscale(4)circle(r=6); // Example: Elliptical prism with circular roundovers. -// $fn=32; // convex_offset_extrude(bottom=os_circle(r=-2), top=os_circle(r=1), height=7,steps=10) // xscale(4)circle(r=6); // Example: If you give a non-convex input you get a convex hull output -// $fn=32; // right(50) linear_extrude(height=7) star(5,r=22,ir=13); // convex_offset_extrude(bottom = os_chamfer(height=-2), top=os_chamfer(height=1), height=7) // star(5,r=22,ir=13) diff --git a/scripts/docs_gen.py b/scripts/docs_gen.py index fe9a61a..3a25d84 100755 --- a/scripts/docs_gen.py +++ b/scripts/docs_gen.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python3.7 from __future__ import print_function diff --git a/version.scad b/version.scad index f9a59b1..973c797 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,137]; +BOSL_VERSION = [2,0,138]; // Section: BOSL Library Version Functions