fix inconsistant indentation
This commit is contained in:
parent
6669ad1296
commit
e46da241aa
|
@ -123,6 +123,7 @@ module roundedSquare(pos=[10,10],r=2) {
|
||||||
circle(r=r);
|
circle(r=r);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// round shapes
|
// round shapes
|
||||||
// The orientation might change with the implementation of circle...
|
// The orientation might change with the implementation of circle...
|
||||||
module ngon(sides, radius, center=false) {
|
module ngon(sides, radius, center=false) {
|
||||||
|
|
Loading…
Reference in a new issue