mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 03:50:27 +02:00
refactor deps
This commit is contained in:
@@ -8,6 +8,10 @@
|
|||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
use <archimedean_spiral.scad>;
|
||||||
|
use <cross_sections.scad>;
|
||||||
|
use <polysections.scad>;
|
||||||
|
|
||||||
module archimedean_spiral_extrude(shape_pts, arm_distance, init_angle, point_distance, num_of_points,
|
module archimedean_spiral_extrude(shape_pts, arm_distance, init_angle, point_distance, num_of_points,
|
||||||
rt_dir = "CT_CLK", twist = 0, scale = 1.0, triangles = "SOLID") {
|
rt_dir = "CT_CLK", twist = 0, scale = 1.0, triangles = "SOLID") {
|
||||||
points_angles = archimedean_spiral(
|
points_angles = archimedean_spiral(
|
||||||
|
@@ -8,7 +8,8 @@
|
|||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
|
|
||||||
include <__comm__/__to3d.scad>;
|
use <__comm__/__to3d.scad>;
|
||||||
|
use <rotate_p.scad>;
|
||||||
|
|
||||||
function cross_sections(shape_pts, path_pts, angles, twist = 0, scale = 1.0) =
|
function cross_sections(shape_pts, path_pts, angles, twist = 0, scale = 1.0) =
|
||||||
let(
|
let(
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user