1
1
Fork 0

Add new tools

This commit is contained in:
Kenwood 2023-06-05 09:54:33 -04:00
parent 979d769bfb
commit d5fd5b8c38
4 changed files with 44 additions and 1 deletions

View File

@ -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": {}
}

View File

@ -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": {}
}

View File

@ -38,4 +38,4 @@
} }
], ],
"version": 1 "version": 1
} }

View File

@ -0,0 +1,13 @@
{
"tools": [
{
"nr": 1,
"path": "125_Drill.fctb"
},
{
"nr": 2,
"path": "25_Endmill.fctb"
}
],
"version": 1
}