From 1a9b683890336f2d5b0b7fb5c41b726db3a50305 Mon Sep 17 00:00:00 2001 From: Garth Minette Date: Tue, 29 Dec 2020 21:23:02 -0800 Subject: [PATCH] Bottom half example fix. --- tutorials/Mutators.md | 2 +- version.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/Mutators.md b/tutorials/Mutators.md index 1b0df85..3ad3eb1 100644 --- a/tutorials/Mutators.md +++ b/tutorials/Mutators.md @@ -47,7 +47,7 @@ The plane of dissection can be shifted along the axis of any of these operators: ``` ```openscad - bottom_half(y=20) sphere(d=100); + bottom_half(z=20) sphere(d=100); ``` ```openscad diff --git a/version.scad b/version.scad index 1a85679..10ffe9c 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,494]; +BOSL_VERSION = [2,0,495]; // Section: BOSL Library Version Functions