1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-21 14:04:53 +02:00
This commit is contained in:
Justin Lin
2019-06-22 14:24:22 +08:00
parent aa12110504
commit a5d2c24ea1

View File

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