Add 3.175mm milling bit to default tool library as it's extremely common bit size

This commit is contained in:
Tomas Mudrunka
2025-06-07 23:44:45 +02:00
committed by Chris Hennes
parent 772a19e4f2
commit 2c3b56547b
3 changed files with 29 additions and 11 deletions

View File

@@ -412,6 +412,7 @@ SET(Tools_SRCS
SET(Tools_Bit_SRCS
Tools/Bit/30degree_Vbit.fctb
Tools/Bit/3.175mm_Endmill.fctb
Tools/Bit/375-16_Tap.fctb
Tools/Bit/45degree_chamfer.fctb
Tools/Bit/45degree_Vbit.fctb

View File

@@ -0,0 +1,13 @@
{
"version": 2,
"name": "3.175mm Endmill",
"shape": "endmill.fcstd",
"shape-type": "Endmill",
"parameter": {
"CuttingEdgeHeight": "25.0000 mm",
"Diameter": "3.1750 mm",
"Length": "45.0000 mm",
"ShankDiameter": "3.1750 mm"
},
"attribute": {}
}

View File

@@ -2,50 +2,54 @@
"tools": [
{
"nr": 1,
"path": "5mm_Endmill.fctb"
"path": "3.175mm_Endmill.fctb"
},
{
"nr": 2,
"path": "5mm_Drill.fctb"
"path": "5mm_Endmill.fctb"
},
{
"nr": 3,
"path": "6mm_Ball_End.fctb"
"path": "5mm_Drill.fctb"
},
{
"nr": 4,
"path": "6mm_Bullnose.fctb"
"path": "6mm_Ball_End.fctb"
},
{
"nr": 5,
"path": "30degree_Vbit.fctb"
"path": "6mm_Bullnose.fctb"
},
{
"nr": 6,
"path": "45degree_Vbit.fctb"
"path": "30degree_Vbit.fctb"
},
{
"nr": 7,
"path": "60degree_Vbit.fctb"
"path": "45degree_Vbit.fctb"
},
{
"nr": 8,
"path": "90degree_Vbit.fctb"
"path": "60degree_Vbit.fctb"
},
{
"nr": 9,
"path": "45degree_chamfer.fctb"
"path": "90degree_Vbit.fctb"
},
{
"nr": 10,
"path": "slittingsaw.fctb"
"path": "45degree_chamfer.fctb"
},
{
"nr": 11,
"path": "probe.fctb"
"path": "slittingsaw.fctb"
},
{
"nr": 12,
"path": "probe.fctb"
},
{
"nr": 13,
"path": "5mm-thread-cutter.fctb"
}
],