mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-29 09:19:59 +02:00
change param name
This commit is contained in:
@@ -7,7 +7,7 @@ use <ptf/ptf_y_twist.scad>;
|
||||
rows = 10;
|
||||
columns = 10;
|
||||
cell_width = 4;
|
||||
wall_thickness = 1;
|
||||
line_diameter = 1;
|
||||
angle = 90;
|
||||
axis = "X_AXIS"; // [X_AXIS, Y_AXIS]
|
||||
// $fn = 24;
|
||||
@@ -21,5 +21,5 @@ walls = mz_square_walls(cells, rows, columns, cell_width);
|
||||
size = [columns * cell_width, rows * cell_width];
|
||||
for(wall_pts = walls) {
|
||||
transformed = [for(pt = wall_pts) axis == "X_AXIS" ? ptf_x_twist(size, pt, angle) : ptf_y_twist(size, pt, angle)];
|
||||
hull_polyline3d(transformed, wall_thickness);
|
||||
hull_polyline3d(transformed, line_diameter);
|
||||
}
|
Reference in New Issue
Block a user