Added tool selection for kerf width
This commit is contained in:
17
CutToLength/Tools.json
Normal file
17
CutToLength/Tools.json
Normal 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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user