1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-21 14:04:53 +02:00
This commit is contained in:
Justin Lin
2019-09-27 08:51:28 +08:00
parent e3ef5a3de9
commit 103f848a80

View File

@@ -38,5 +38,5 @@ stereographic_extrude(square_size * 2.975)
if(shadow == "YES") { if(shadow == "YES") {
color("red") color("red")
linear_extrude(base_height) linear_extrude(base_height)
stereographic_projection_chars(txt, square_size, font_name, font_size); stereographic_projection_chars(txt, square_size, font_name, font_size);
} }