mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-09 08:16:50 +02:00
use sf_thicken
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
use <noise/nz_cell.scad>;
|
use <noise/nz_cell.scad>;
|
||||||
use <golden_spiral.scad>;
|
use <golden_spiral.scad>;
|
||||||
use <function_grapher.scad>;
|
use <surface/sf_thicken.scad>;
|
||||||
use <ptf/ptf_rotate.scad>;
|
use <ptf/ptf_rotate.scad>;
|
||||||
|
|
||||||
size = [150, 150];
|
size = [150, 150];
|
||||||
@@ -36,4 +36,4 @@ noised = [
|
|||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
function_grapher(noised, thickness);
|
sf_thicken(noised, thickness);
|
Reference in New Issue
Block a user