mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-21 14:04:53 +02:00
relative path
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
use <util/set/hashset.scad>;
|
use <../util/set/hashset.scad>;
|
||||||
use <util/set/hashset_has.scad>;
|
use <../util/set/hashset_has.scad>;
|
||||||
use <util/set/hashset_add.scad>;
|
use <../util/set/hashset_add.scad>;
|
||||||
use <util/set/hashset_del.scad>;
|
use <../util/set/hashset_del.scad>;
|
||||||
use <util/set/hashset_elems.scad>;
|
use <../util/set/hashset_elems.scad>;
|
||||||
|
|
||||||
module sf_solidify_tri(points1, points2, triangles) {
|
module sf_solidify_tri(points1, points2, triangles) {
|
||||||
// triangles : clockwise
|
// triangles : clockwise
|
||||||
|
Reference in New Issue
Block a user