1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-28 00:40:39 +02:00
This commit is contained in:
Justin Lin
2020-02-12 20:01:22 +08:00
parent 0486b85f2a
commit b1b5efe022
2 changed files with 6 additions and 4 deletions

View File

@@ -9,6 +9,8 @@ wall_thickness = 1;
angle = 180;
// $fn = 24;
function tf_twist(size, p, ) =
function y_twist(walls, angle, rows, columns, block_width) =
let(
x_offset = columns * block_width / 2,