add test scaffolding for height and pegholes
This commit is contained in:
parent
a40f804b78
commit
4e513f36bc
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue