fix toolbit install

This commit is contained in:
sliptonic
2020-11-16 11:22:06 -06:00
parent fff4ed8a5c
commit 9cc83b4d14
12 changed files with 25 additions and 23 deletions

View File

@@ -154,26 +154,28 @@ SET(PathScripts_post_SRCS
)
SET(Tools_Bit_SRCS
Tools/Bit/t1.fctb
Tools/Bit/t2.fctb
Tools/Bit/t3.fctb
Tools/Bit/t4.fctb
Tools/Bit/t5.fctb
Tools/Bit/t6.fctb
Tools/Bit/t7.fctb
Tools/Bit/t8.fctb
Tools/Bit/t9.fctb
Tools/Bit/45degree_chamfer.fctb
Tools/Bit/5mm_Drill.fctb
Tools/Bit/5mm_Endmill.fctb
Tools/Bit/60degree_Vbit.fctb
Tools/Bit/6mm_Ball_End.fctb
Tools/Bit/6mm_Bullnose.fctb
Tools/Bit/slittingsaw.fctb
Tools/Bit/probe.fctb
)
SET(Tools_Library_SRCS
Tools/Library/endmills.fctl
Tools/Library/Default.fctl
)
SET(Tools_Shape_SRCS
Tools/Shape/ballend.fcstd
Tools/Shape/bullnose.fcstd
Tools/Shape/drill.fcstd
Tools/Shape/chamfer.fcstd
Tools/Shape/endmill.fcstd
Tools/Shape/probe.fcstd
Tools/Shape/slittingsaw.fcstd
Tools/Shape/v-bit.fcstd
)

View File

@@ -1,6 +1,6 @@
{
"version": 2,
"name": "Endmill",
"name": "5mm Endmill",
"shape": "endmill.fcstd",
"parameter": {
"CuttingEdgeHeight": "30.0000 mm",
@@ -9,4 +9,4 @@
"ShankDiameter": "3.0000 mm"
},
"attribute": {}
}
}

View File

@@ -1,11 +1,11 @@
{
"version": 2,
"name": "Probe004",
"shape": "probe.FCStd",
"shape": "probe.fcstd",
"parameter": {
"Diameter": "6.0000 mm",
"Length": "50.0000 mm",
"ShaftDiameter": "4.0000 mm"
},
"attribute": {}
}
}

View File

@@ -1,7 +1,7 @@
{
"version": 2,
"name": "Slitting Saw",
"shape": "SlittingSaw.fcstd",
"shape": "slittingsaw.fcstd",
"parameter": {
"BladeThickness": "3.0000 mm",
"BoltHeight": "3.0000 mm",
@@ -11,4 +11,4 @@
"ShankDiameter": "19.0500 mm"
},
"attribute": {}
}
}

View File

@@ -2,27 +2,27 @@
"tools": [
{
"nr": 1,
"path": "5mm Endmill.fctb"
"path": "5mm_Endmill.fctb"
},
{
"nr": 2,
"path": "5mm Drill.fctb"
"path": "5mm_Drill.fctb"
},
{
"nr": 3,
"path": "6mm Ball End.fctb"
"path": "6mm_Ball_End.fctb"
},
{
"nr": 4,
"path": "6 mm Bullnose.fctb"
"path": "6mm_Bullnose.fctb"
},
{
"nr": 5,
"path": "60 degree Vbit.fctb"
"path": "60degree_Vbit.fctb"
},
{
"nr": 6,
"path": "45 degree chamfer.fctb"
"path": "45degree_chamfer.fctb"
},
{
"nr": 7,
@@ -34,4 +34,4 @@
}
],
"version": 1
}
}