From 10be8af6f71f50916636906d2b022c47576372ad Mon Sep 17 00:00:00 2001 From: OddlyTimbot Date: Thu, 28 May 2026 16:33:26 -0400 Subject: [PATCH] exported bit library + 3mmEM + 6.35mm CB --- resources/bits/3mmEM.fctb | 18 ++++++++ resources/bits/6_35mm-Compression.fctb | 18 ++++++++ resources/bits/TTLBitLibrary_May28.fctl | 58 +++++++++++++++++++++++++ 3 files changed, 94 insertions(+) create mode 100644 resources/bits/3mmEM.fctb create mode 100644 resources/bits/6_35mm-Compression.fctb create mode 100644 resources/bits/TTLBitLibrary_May28.fctl diff --git a/resources/bits/3mmEM.fctb b/resources/bits/3mmEM.fctb new file mode 100644 index 0000000..b0e09a7 --- /dev/null +++ b/resources/bits/3mmEM.fctb @@ -0,0 +1,18 @@ +{ + "attribute": {}, + "id": "3.175mm_Endmill", + "name": "3mm Endmill", + "parameter": { + "Chipload": "0.00 mm", + "CuttingEdgeHeight": "21.00 mm", + "Diameter": "3.17 mm", + "Flutes": 2, + "Length": "42.00 mm", + "Material": "HSS", + "ShankDiameter": "3.17 mm", + "SpindleDirection": "Forward" + }, + "shape": "endmill.fcstd", + "shape-type": "Endmill", + "version": 2 +} \ No newline at end of file diff --git a/resources/bits/6_35mm-Compression.fctb b/resources/bits/6_35mm-Compression.fctb new file mode 100644 index 0000000..8657978 --- /dev/null +++ b/resources/bits/6_35mm-Compression.fctb @@ -0,0 +1,18 @@ +{ + "attribute": {}, + "id": "5mm_Endmill", + "name": "6.35mm Compression Bit", + "parameter": { + "Chipload": "0.00 mm", + "CuttingEdgeHeight": "31.75 mm", + "Diameter": "6.35 mm", + "Flutes": 2, + "Length": "63.50 mm", + "Material": "HSS", + "ShankDiameter": "6.35 mm", + "SpindleDirection": "Forward" + }, + "shape": "endmill.fcstd", + "shape-type": "Endmill", + "version": 2 +} \ No newline at end of file diff --git a/resources/bits/TTLBitLibrary_May28.fctl b/resources/bits/TTLBitLibrary_May28.fctl new file mode 100644 index 0000000..41899b0 --- /dev/null +++ b/resources/bits/TTLBitLibrary_May28.fctl @@ -0,0 +1,58 @@ +{ + "label": "Default", + "tools": [ + { + "nr": 1, + "path": "3.175mm_Endmill.fctb" + }, + { + "nr": 2, + "path": "5mm_Endmill.fctb" + }, + { + "nr": 3, + "path": "5mm_Drill.fctb" + }, + { + "nr": 4, + "path": "6mm_Ball_End.fctb" + }, + { + "nr": 5, + "path": "6mm_Bullnose.fctb" + }, + { + "nr": 6, + "path": "30degree_Vbit.fctb" + }, + { + "nr": 7, + "path": "45degree_Vbit.fctb" + }, + { + "nr": 8, + "path": "60degree_Vbit.fctb" + }, + { + "nr": 9, + "path": "90degree_Vbit.fctb" + }, + { + "nr": 10, + "path": "45degree_chamfer.fctb" + }, + { + "nr": 11, + "path": "slittingsaw.fctb" + }, + { + "nr": 12, + "path": "probe.fctb" + }, + { + "nr": 13, + "path": "5mm-thread-cutter.fctb" + } + ], + "version": 1 +} \ No newline at end of file