mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-05 06:17:32 +02:00
format
This commit is contained in:
@@ -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);
|
||||
}
|
Reference in New Issue
Block a user