mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 12:00:23 +02:00
changed hook
This commit is contained in:
@@ -61,9 +61,9 @@ module rounded_cube(size, corner_r, center = false) {
|
||||
}
|
||||
|
||||
// hook for testing
|
||||
test_rounded_edge_corner_center(corners, center_pts);
|
||||
test_rounded_edge_corner_center(corner_frags, corners, center_pts);
|
||||
}
|
||||
|
||||
module test_rounded_edge_corner_center(corners, center_pts) {
|
||||
module test_rounded_edge_corner_center(corner_frags, corners, center_pts) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user