1
0
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:
Justin Lin
2021-06-20 14:44:36 +08:00
parent 4db960af36
commit 0aea981273

View File

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