switch back to 3 for m3 screw
This commit is contained in:
parent
57880ec227
commit
6e9926a471
|
@ -3,9 +3,9 @@ package main
|
||||||
import "github.com/deadsy/sdfx/sdf"
|
import "github.com/deadsy/sdfx/sdf"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
M4_SCREW_HOLE_DIAMETER = 4 //m4 screw
|
M4_SCREW_HOLE_DIAMETER = 4 //m4 screw
|
||||||
M3_SCREW_HOLE_DIAMETER = 3.1 //m3 screw
|
M3_SCREW_HOLE_DIAMETER = 3 //m3 screw
|
||||||
M2_SCREW_HOLE_DIAMETER = 2 //m2 screw
|
M2_SCREW_HOLE_DIAMETER = 2 //m2 screw
|
||||||
)
|
)
|
||||||
|
|
||||||
func M4screwHole() sdf.SDF2 {
|
func M4screwHole() sdf.SDF2 {
|
||||||
|
|
Loading…
Reference in New Issue