add test scaffolding for height and pegholes

This commit is contained in:
Octopus Octopus 2022-05-25 01:53:41 -05:00
parent a40f804b78
commit 4e513f36bc
1 changed files with 12 additions and 0 deletions

View File

@ -196,3 +196,15 @@ func lengthHoles(input, hole sdf.SDF2) sdf.SDF2 {
base2D = sdf.Difference2D(base2D, holes)
return sdf.Extrude3D(base2D, 1.2)
} */
// i measured 45.6 between holes instead of 47mm, lets try some sizes I guess?
func pegholeTest() sdf.SDF3 {
return nil
}
usb hole is too low, needs to be a bit higher
func usbmountheighttest() sdf.SDF3 {
return nil
}