mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-08 15:56:42 +02:00
refactor deps
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
*
|
||||
**/
|
||||
|
||||
use <rotate_p.scad>;
|
||||
|
||||
function sphere_spiral(radius, za_step, z_circles = 1, begin_angle = 0, end_angle = 0, vt_dir = "SPI_DOWN", rt_dir = "CT_CLK") =
|
||||
let(
|
||||
a_end = 90 * z_circles - end_angle
|
||||
|
@@ -1,6 +1,5 @@
|
||||
include <unittest.scad>;
|
||||
include <rotate_p.scad>;
|
||||
include <sphere_spiral.scad>;
|
||||
use <unittest.scad>;
|
||||
use <sphere_spiral.scad>;
|
||||
|
||||
module test_sphere_spiral() {
|
||||
echo("==== test_sphere_spiral ====");
|
||||
|
Reference in New Issue
Block a user