mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-03-21 06:29:46 +01:00
added test hook
This commit is contained in:
parent
0a7bd612ea
commit
cce6dcde4c
@ -60,4 +60,10 @@ module rounded_cube(size, corner_r, center = false) {
|
||||
corner(7);
|
||||
}
|
||||
|
||||
// hook for testing
|
||||
test_rounded_edge_corner_center(edge_d, corners, center_pts);
|
||||
}
|
||||
|
||||
module test_rounded_edge_corner_center(edge_dist, corners, center_pts) {
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user