mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 10:14:41 +02:00
use relative path
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
|
|
||||||
use <__comm__/__angy_angz.scad>;
|
use <../__comm__/__angy_angz.scad>;
|
||||||
|
|
||||||
// slow but workable
|
// slow but workable
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
|
|
||||||
use <__comm__/__angy_angz.scad>;
|
use <../__comm__/__angy_angz.scad>;
|
||||||
|
|
||||||
// slow but workable
|
// slow but workable
|
||||||
module vrn3_space(size, grid_w, seed, spacing = 1) {
|
module vrn3_space(size, grid_w, seed, spacing = 1) {
|
||||||
|
Reference in New Issue
Block a user