diff --git a/resources/tools/Bit/3mm_Endmill.fctb b/resources/tools/Bit/3mm_Endmill.fctb new file mode 100644 index 0000000..fded2e7 --- /dev/null +++ b/resources/tools/Bit/3mm_Endmill.fctb @@ -0,0 +1,16 @@ +{ + "version": 2, + "name": "Sub1mm_Endmill", + "shape": "endmill.fcstd", + "parameter": { + "Chipload": "0.00 mm", + "CuttingEdgeHeight": "4.00 mm", + "Diameter": "0.81 mm", + "Flutes": "0", + "Length": "35.00 mm", + "Material": "HSS", + "ShankDiameter": "3.00 mm", + "SpindleDirection": "Forward" + }, + "attribute": {} +} \ No newline at end of file diff --git a/resources/tools/Bit/bowlbit.fctb b/resources/tools/Bit/bowlbit.fctb new file mode 100644 index 0000000..80ebef1 --- /dev/null +++ b/resources/tools/Bit/bowlbit.fctb @@ -0,0 +1,13 @@ +{ + "version": 2, + "name": "20mm_bowlbit", + "shape": "bowl.FCStd", + "parameter": { + "CuttingEdgeHeight": "20.00 mm", + "Diameter": "20.00 mm", + "Radius": "5.00 mm", + "ShankDiameter": "6.30 mm", + "TotalLength": "40.00 mm" + }, + "attribute": {} +} \ No newline at end of file diff --git a/resources/tools/Library/Default.fctl b/resources/tools/Library/Default.fctl index 1ee3977..3f35e9c 100644 --- a/resources/tools/Library/Default.fctl +++ b/resources/tools/Library/Default.fctl @@ -35,7 +35,15 @@ { "nr": 9, "path": "5mm-thread-cutter.fctb" + }, + { + "nr": 10, + "path": "3mm_Endmill.fctb" + }, + { + "nr": 11, + "path": "bowlbit.fctb" } ], "version": 1 -} \ No newline at end of file +} diff --git a/resources/tools/Shape/bowl.FCStd b/resources/tools/Shape/bowl.FCStd new file mode 100644 index 0000000..cc69e51 Binary files /dev/null and b/resources/tools/Shape/bowl.FCStd differ