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