mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
remove comma
This commit is contained in:
parent
12ae6f1ff0
commit
5bf6d2a8ed
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ module regular_polyhedron(
|
||||||
anchor=anchor,
|
anchor=anchor,
|
||||||
facedown=facedown,
|
facedown=facedown,
|
||||||
stellate=stellate,
|
stellate=stellate,
|
||||||
longside=longside, h=h, height=height,
|
longside=longside, h=h, height=height
|
||||||
);
|
);
|
||||||
scaled_points = entry[0];
|
scaled_points = entry[0];
|
||||||
translation = entry[1];
|
translation = entry[1];
|
||||||
|
|
Loading…
Reference in a new issue