mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-16 11:44:50 +02:00
format
This commit is contained in:
@@ -40,7 +40,8 @@ module rounded_extrude(size, round_r, angle = 90, twist = 0, convexity = 10) {
|
|||||||
scale = [sx, sy],
|
scale = [sx, sy],
|
||||||
convexity = convexity,
|
convexity = convexity,
|
||||||
twist = twist_step
|
twist = twist_step
|
||||||
) scale([wx / x, wy / y])
|
)
|
||||||
|
scale([wx / x, wy / y])
|
||||||
children();
|
children();
|
||||||
|
|
||||||
test_rounded_extrude_data(i, wx, wy, pre_h, sx, sy);
|
test_rounded_extrude_data(i, wx, wy, pre_h, sx, sy);
|
||||||
|
Reference in New Issue
Block a user