1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-10 16:54:23 +02:00

use relative path

This commit is contained in:
Justin Lin
2022-05-07 12:09:26 +08:00
parent 358aea023a
commit 6106f1fc56
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
*
**/
use <__comm__/__angy_angz.scad>;
use <../__comm__/__angy_angz.scad>;
// slow but workable

View File

@@ -8,7 +8,7 @@
*
**/
use <__comm__/__angy_angz.scad>;
use <../__comm__/__angy_angz.scad>;
// slow but workable
module vrn3_space(size, grid_w, seed, spacing = 1) {