1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-08 15:56:42 +02:00

refactor deps

This commit is contained in:
Justin Lin
2020-01-27 16:23:39 +08:00
parent a646846b9a
commit eab6aadc05
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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 ====");