From d09926285ade26ab8b637729937b6268ba3647d5 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 4 May 2019 09:13:05 +0800 Subject: [PATCH] update comment --- src/path_extrude.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/path_extrude.scad b/src/path_extrude.scad index 77c56d2a..447462f3 100644 --- a/src/path_extrude.scad +++ b/src/path_extrude.scad @@ -13,7 +13,7 @@ include <__private__/__to3d.scad>; include <__private__/__angy_angz.scad>; include <__private__/__m_multiply.scad>; -// Becuase of improving the performance, this module requires m_rotation.scad. +// Becuase of improving the performance, this module requires m_rotation.scad which doesn't require in dotSCAD 1.0. // For backward compatibility, I directly include m_rotation here. include ;