mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 09:14:29 +02:00
fix missing dep
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
use <experimental/lcm.scad>;
|
use <experimental/lcm.scad>;
|
||||||
use <experimental/sweep.scad>;
|
use <sweep.scad>;
|
||||||
|
|
||||||
module loft(sections, slices = 1) {
|
module loft(sections, slices = 1) {
|
||||||
function inter_pts(p1, p2, n) =
|
function inter_pts(p1, p2, n) =
|
||||||
|
Reference in New Issue
Block a user