1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-21 05:52:16 +02:00

update sample

This commit is contained in:
Justin Lin
2020-05-09 16:06:00 +08:00
parent 6e6f64036b
commit 398c3a35d8

View File

@@ -39,8 +39,7 @@ poly = footprints3(
], ],
xy_arc_cmds(5, 180, 12), xy_arc_cmds(5, 180, 12),
[ [
["forward", 10], ["forward", 10]
["roll", -90]
] ]
) )
); );