1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 20:10:36 +02:00
This commit is contained in:
Justin Lin
2020-01-27 08:25:40 +08:00
parent 6e136008bf
commit 267dcd498f

View File

@@ -8,6 +8,6 @@
*
**/
include <matrix/__comm__/__m_scaling.scad>;
use <matrix/__comm__/__m_scaling.scad>;
function m_scaling(s) = __m_scaling(s);