Renamed BitTemplate to BitShape for clarity

This commit is contained in:
Markus Lampert
2019-11-01 14:04:34 -07:00
parent fee1ddf73a
commit db1f97b16e
21 changed files with 73 additions and 73 deletions

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"name": "T1",
"template": "src/Mod/Path/Tools/Template/endmill-straight.fcstd",
"template": "src/Mod/Path/Tools/Shape/endmill-straight.fcstd",
"parameter": {
"CuttingEdgeHeight": "30.000 mm",
"Diameter": "1.000 mm",

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"name": "T2",
"template": "src/Mod/Path/Tools/Template/endmill-straight.fcstd",
"template": "src/Mod/Path/Tools/Shape/endmill-straight.fcstd",
"parameter": {
"CuttingEdgeHeight": "30.000 mm",
"Diameter": "2.000 mm",

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"name": "T3",
"template": "src/Mod/Path/Tools/Template/endmill-straight.fcstd",
"template": "src/Mod/Path/Tools/Shape/endmill-straight.fcstd",
"parameter": {
"CuttingEdgeHeight": "30.000 mm",
"Diameter": "3.000 mm",

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"name": "T4",
"template": "src/Mod/Path/Tools/Template/endmill-straight.fcstd",
"template": "src/Mod/Path/Tools/Shape/endmill-straight.fcstd",
"parameter": {
"CuttingEdgeHeight": "30.000 mm",
"Diameter": "4.000 mm",

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"name": "T5",
"template": "src/Mod/Path/Tools/Template/endmill-straight.fcstd",
"template": "src/Mod/Path/Tools/Shape/endmill-straight.fcstd",
"parameter": {
"CuttingEdgeHeight": "30.000 mm",
"Diameter": "5.000 mm",

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"name": "T6",
"template": "src/Mod/Path/Tools/Template/endmill-straight.fcstd",
"template": "src/Mod/Path/Tools/Shape/endmill-straight.fcstd",
"parameter": {
"CuttingEdgeHeight": "30.000 mm",
"Diameter": "6.000 mm",

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"name": "T7",
"template": "src/Mod/Path/Tools/Template/endmill-straight.fcstd",
"template": "src/Mod/Path/Tools/Shape/endmill-straight.fcstd",
"parameter": {
"CuttingEdgeHeight": "30.000 mm",
"Diameter": "7.000 mm",

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"name": "T8",
"template": "src/Mod/Path/Tools/Template/endmill-straight.fcstd",
"template": "src/Mod/Path/Tools/Shape/endmill-straight.fcstd",
"parameter": {
"CuttingEdgeHeight": "30.000 mm",
"Diameter": "8.000 mm",

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"name": "T9",
"template": "src/Mod/Path/Tools/Template/endmill-straight.fcstd",
"template": "src/Mod/Path/Tools/Shape/endmill-straight.fcstd",
"parameter": {
"CuttingEdgeHeight": "30.000 mm",
"Diameter": "9.000 mm",

View File

@@ -43,7 +43,7 @@ The following directory structure is used for supplied (shipped with FreeCAD) to
Tools
+ Bit
+ Library
+ Template
+ Shape
```
Strictly speaking a user is free to store their tools wherever they want and however they want. By default the file
@@ -62,7 +62,7 @@ TechDraw's templates.
1. Save the tool under path/file that makes sense to you
## How to create a new tool bit Template
## How to create a new tool bit Shape
A tool bit template represents the physical shape of a tool. It does not completely desribe the bit - for that some
additional parameters are needed which will be added when an actual bit is parametrized from the template.
@@ -80,7 +80,7 @@ additional parameters are needed which will be added when an actual bit is param
1. Any unnamed constraint will not be editable for a specific tool
1. Once the sketch is fully constrained, close the sketch
1. Rotate the sketch around the z-axis
1. Save the document as a new file in the Template directory
1. Save the document as a new file in the Shape directory
* Before saving the document make sure you have _Save Thumbnail_ selected, and _Add program logo_ deselected in
FreeCAD's preferences.
* Also make sure to switch to _Front View_ and _Fit content to screen_