1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-20 22:21:52 +02:00
This commit is contained in:
Justin Lin 2020-01-28 09:08:48 +08:00
parent 19d20c40a7
commit ce46dd1b12

View File

@ -1,4 +1,4 @@
include <line2d.scad>;
use <line2d.scad>;
module tiled_lines(size, line_width = 1, step) {
sizexy = is_num(size) ? [size, size] : size;