diff options
| author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2026-08-19 09:42:20 +0200 |
|---|---|---|
| committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2026-08-19 09:47:18 +0200 |
| commit | 0a0f0747f309128bef423f11ea706d6b8e65492b (patch) | |
| tree | b9b1938524bac55367f7ae38405cd17e053722e0 | |
| parent | 51f4abfeddd5ecbbcbdb648c9594818c731e68e0 (diff) | |
| -rw-r--r-- | designs/free_mono_d1010.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/designs/free_mono_d1010.scad b/designs/free_mono_d1010.scad index 1390883..b35d3aa 100644 --- a/designs/free_mono_d1010.scad +++ b/designs/free_mono_d1010.scad @@ -10,7 +10,7 @@ r = side*sqrt(10+2*sqrt(5))/4; difference() { d20(size); - icosahedron_faces(r=r) { + icosahedron_faces(r=r, sc_face=0.7) { digits(side, 1, "free_mono"); digits(side, 2, "free_mono"); digits(side, 3, "free_mono"); |
