This commit is contained in:
Chris Palmer 2019-07-04 14:48:09 +01:00
parent 55fd552c8f
commit 107951aad0
2 changed files with 2 additions and 2 deletions

View File

@ -4112,7 +4112,7 @@ Square with one rounded corner.
---
<a name="Round"></a>
## Round
Round 2D shapes uisng `offset()`, which is fast and 3D shapes with [`offset_3D()`](#offset), which is very slow.
Round 2D shapes using `offset()`, which is fast and 3D shapes with [`offset_3D()`](#offset), which is very slow.
A single radius can be specified or separate internal and external radii.
If `chamfer_base` is `true` for `round_3D()` then the bottom edge is made suitable for 3D printing by chamfering once the

View File

@ -17,7 +17,7 @@
// If not, see <https://www.gnu.org/licenses/>.
//
//! Round 2D shapes uisng `offset()`, which is fast and 3D shapes with [`offset_3D()`](#offset), which is very slow.
//! Round 2D shapes using `offset()`, which is fast and 3D shapes with [`offset_3D()`](#offset), which is very slow.
//!
//! A single radius can be specified or separate internal and external radii.
//! If `chamfer_base` is `true` for `round_3D()` then the bottom edge is made suitable for 3D printing by chamfering once the