1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-14 02:59:42 +01:00

use string directly

This commit is contained in:
Justin Lin 2021-08-22 17:45:54 +08:00
parent 8cc0eeebc3
commit 433040f363

View File

@ -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.