mirror of
https://github.com/DJSundog/NopSCADlib.git
synced 2024-11-13 18:33:51 -05:00
Typo
This commit is contained in:
parent
55fd552c8f
commit
107951aad0
@ -4112,7 +4112,7 @@ Square with one rounded corner.
|
|||||||
---
|
---
|
||||||
<a name="Round"></a>
|
<a name="Round"></a>
|
||||||
## Round
|
## 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.
|
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
|
If `chamfer_base` is `true` for `round_3D()` then the bottom edge is made suitable for 3D printing by chamfering once the
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
// If not, see <https://www.gnu.org/licenses/>.
|
// 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.
|
//! 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
|
//! If `chamfer_base` is `true` for `round_3D()` then the bottom edge is made suitable for 3D printing by chamfering once the
|
||||||
|
Loading…
Reference in New Issue
Block a user