Add new tools
This commit is contained in:
parent
979d769bfb
commit
d5fd5b8c38
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "1/8th Drill Bit",
|
||||
"shape": "drill.fcstd",
|
||||
"parameter": {
|
||||
"Chipload": "0.000 in",
|
||||
"Diameter": "0.125 in",
|
||||
"Flutes": "0",
|
||||
"Length": "0.750 in",
|
||||
"Material": "HSS",
|
||||
"TipAngle": "135.000 \u00b0"
|
||||
},
|
||||
"attribute": {}
|
||||
}
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Quarter Inch Endmill",
|
||||
"shape": "endmill.fcstd",
|
||||
"parameter": {
|
||||
"Chipload": "0.000 in",
|
||||
"CuttingEdgeHeight": "0.600 \"",
|
||||
"Diameter": "0.250 \"",
|
||||
"Flutes": "0",
|
||||
"Length": "1.500 \"",
|
||||
"Material": "HSS",
|
||||
"ShankDiameter": "0.315 \"",
|
||||
"SpindleDirection": "Forward"
|
||||
},
|
||||
"attribute": {}
|
||||
}
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"tools": [
|
||||
{
|
||||
"nr": 1,
|
||||
"path": "125_Drill.fctb"
|
||||
},
|
||||
{
|
||||
"nr": 2,
|
||||
"path": "25_Endmill.fctb"
|
||||
}
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
Loading…
Reference in New Issue