1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 09:44:16 +02:00

use relative path

This commit is contained in:
Justin Lin
2020-04-24 11:18:18 +08:00
parent 6695e793db
commit 2b5e0b59c9

View File

@@ -8,6 +8,6 @@
*
**/
use <_impl/_ptf_rotate_impl.scad>;
use <../_impl/_ptf_rotate_impl.scad>;
function ptf_rotate(point, a, v) = _rotate_p_impl(point, a, v);