mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-31 10:11:53 +02:00
added test hook
This commit is contained in:
@@ -48,6 +48,8 @@ module rounded_extrude(size, round_r, angle = 90, twist = 0, convexity = 10) {
|
|||||||
) scale([wx / x, wy / y])
|
) scale([wx / x, wy / y])
|
||||||
children();
|
children();
|
||||||
|
|
||||||
|
test_rounded_extrude_data(i, wx, wy, pre_h, sx, sy);
|
||||||
|
|
||||||
layers(wx * sx, wy * sy, h + pre_h, i + 1)
|
layers(wx * sx, wy * sy, h + pre_h, i + 1)
|
||||||
children();
|
children();
|
||||||
|
|
||||||
@@ -64,4 +66,8 @@ module rounded_extrude(size, round_r, angle = 90, twist = 0, convexity = 10) {
|
|||||||
|
|
||||||
layers(x, y)
|
layers(x, y)
|
||||||
children();
|
children();
|
||||||
|
}
|
||||||
|
|
||||||
|
module test_rounded_extrude_data(i, wx, wy, pre_h, sx, sy) {
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user