1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-14 10:44:48 +02:00

refactor deps

This commit is contained in:
Justin Lin
2020-01-27 16:26:40 +08:00
parent eab6aadc05
commit e76c35e9a1
2 changed files with 15 additions and 16 deletions

View File

@@ -8,6 +8,10 @@
*
**/
use <cross_sections.scad>;
use <sphere_spiral.scad>;
use <polysections.scad>;
module sphere_spiral_extrude(shape_pts, radius, za_step,
z_circles = 1, begin_angle = 0, end_angle = 0, vt_dir = "SPI_DOWN", rt_dir = "CT_CLK",
twist = 0, scale = 1.0, triangles = "SOLID") {

File diff suppressed because one or more lines are too long