From 05827785f5a89cf0a697faed7392583cc52df29e Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Tue, 17 Mar 2020 20:03:36 -0700 Subject: [PATCH] Fixed turtle() docs truncation issue. --- shapes2d.scad | 2 +- version.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shapes2d.scad b/shapes2d.scad index be1e7ba..38b22f9 100644 --- a/shapes2d.scad +++ b/shapes2d.scad @@ -406,7 +406,7 @@ function _normal_segment(p1,p2) = // origin, pointed along the positive x axis with a movement distance of 1. By default, `turtle` returns just // the computed turtle path. If you set `full_state` to true then it instead returns the full turtle state. // You can invoke `turtle` again with this full state to continue the turtle path where you left off. -// +// // The turtle state is a list with three entries: the path constructed so far, the current step as a 2-vector, and the current default angle. // // For the list below, `dist` is the current movement distance. diff --git a/version.scad b/version.scad index 651bb2f..2c770ba 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,201]; +BOSL_VERSION = [2,0,202]; // Section: BOSL Library Version Functions