From f8bfe807a047823273b43a32591e92e3b51a3962 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sun, 29 Sep 2019 10:20:30 +0800 Subject: [PATCH] add t3d --- src/turtle/t3d.scad | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/turtle/t3d.scad b/src/turtle/t3d.scad index 2e19fe8d..18e2f460 100644 --- a/src/turtle/t3d.scad +++ b/src/turtle/t3d.scad @@ -169,8 +169,4 @@ function t3d(t, cmd, point, unit_vectors, leng, angle) = is_undef(t) ? _t3d_create(point, unit_vectors) : is_undef(cmd) ? _t3d_set(t, point, unit_vectors) : is_string(cmd) ? _t3d_cmd(t, cmd, point, unit_vectors, leng, angle) : - _t2d_cmds(t, cmd); - // is_undef(t) ? _t3d_create(point, angle) : - // is_undef(cmd) ? _t2d_set(t, point, angle) : - // is_string(cmd) ? _t2d_cmd(t, cmd, point, angle, leng) : - // _t2d_cmds(t, cmd) ; \ No newline at end of file + _t3d_cmds(t, cmd); \ No newline at end of file