1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 14:18:13 +01:00
This commit is contained in:
Justin Lin 2019-09-27 08:42:43 +08:00
parent 5e0bdc068b
commit e3ef5a3de9

View File

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