mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-03-14 19:19:47 +01:00
use string directly
This commit is contained in:
parent
8cc0eeebc3
commit
433040f363
@ -1,7 +1,7 @@
|
||||
use <shear.scad>;
|
||||
use <multi_line_text.scad>;
|
||||
|
||||
text = ["順", "暢"];
|
||||
text = "順暢";
|
||||
font = "思源黑體 Heavy";
|
||||
font_size = 14;
|
||||
smoothing = false; // warning: previewing is slow if it's true.
|
||||
|
Loading…
x
Reference in New Issue
Block a user