Added tool selection for kerf width

This commit is contained in:
aj
2018-06-02 21:28:50 -04:00
parent e5f919a3e8
commit 0cded86d75
6 changed files with 225 additions and 80 deletions

17
CutToLength/Tools.json Normal file
View File

@@ -0,0 +1,17 @@
[
{
"Name": "Shear",
"Kerf": 0.0,
"AllowUserToChange": false
},
{
"Name": "Saw",
"Kerf": 0.125,
"AllowUserToChange": false
},
{
"Name": "Custom",
"Kerf": 0.125,
"AllowUserToChange": true
}
]