1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-21 14:04:53 +02:00

update to 3.0

This commit is contained in:
Justin Lin
2021-02-17 11:41:21 +08:00
parent e74eeb4265
commit 8b0d47be00
6 changed files with 6 additions and 6 deletions

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,6 +1,6 @@
# rounded_square
Creates a rounded square or rectangle in the first quadrant. When `center` is `true` the square is centered on the origin.
Creates a rounded square or rectangle in the first quadrant.
## Parameters
@@ -15,7 +15,7 @@ Creates a rounded square or rectangle in the first quadrant. When `center` is `t
rounded_square(size = 50, corner_r = 5);
![rounded_square](images/lib2x-rounded_square-1.JPG)
![rounded_square](images/lib3x-rounded_square-1.JPG)
use <rounded_square.scad>;
@@ -25,7 +25,7 @@ Creates a rounded square or rectangle in the first quadrant. When `center` is `t
center = true
);
![rounded_square](images/lib2x-rounded_square-2.JPG)
![rounded_square](images/lib3x-rounded_square-2.JPG)
use <rounded_square.scad>;
@@ -36,7 +36,7 @@ Creates a rounded square or rectangle in the first quadrant. When `center` is `t
center = true
);
![rounded_square](images/lib2x-rounded_square-3.JPG)
![rounded_square](images/lib3x-rounded_square-3.JPG)