mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-30 18:00:01 +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])
|
||||
children();
|
||||
|
||||
test_rounded_extrude_data(i, wx, wy, pre_h, sx, sy);
|
||||
|
||||
layers(wx * sx, wy * sy, h + pre_h, i + 1)
|
||||
children();
|
||||
|
||||
@@ -65,3 +67,7 @@ module rounded_extrude(size, round_r, angle = 90, twist = 0, convexity = 10) {
|
||||
layers(x, y)
|
||||
children();
|
||||
}
|
||||
|
||||
module test_rounded_extrude_data(i, wx, wy, pre_h, sx, sy) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user