diff --git a/src/path_extrude.scad b/src/path_extrude.scad index db04d716..ad04bbc0 100644 --- a/src/path_extrude.scad +++ b/src/path_extrude.scad @@ -65,8 +65,6 @@ module path_extrude(shape_pts, path_pts, triangles = "SOLID", twist = 0, scale = m_rotation(ang_vect[0], ang_vect[1]) ]; - echo(rot_matrice); - leng_rot_matrice = len(rot_matrice); leng_rot_matrice_minus_one = leng_rot_matrice - 1; leng_rot_matrice_minus_two= leng_rot_matrice - 2;