CAM ToolShape/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "Są to: : {{FileName|ballend.fcstd}} : {{FileName|bullnose.fcstd}} : {{FileName|chamfer.fcstd}} : {{FileName|drill.fcstd}} : {{FileName|endmill.fcstd}} : {{FileName|endmill.fc...")
No edit summary
Line 25: Line 25:
* On macOS it is usually {{incode|/Applications/FreeCAD/Mod/Path/Tools/Shape}} {{ColoredText||Red|--> has to be revised}}
* On macOS it is usually {{incode|/Applications/FreeCAD/Mod/Path/Tools/Shape}} {{ColoredText||Red|--> has to be revised}}


<div class="mw-translate-fuzzy">
Są to:
Są to:
: {{FileName|ballend.fcstd}}
: {{FileName|ballend.fcstd}}
Line 31: Line 30:
: {{FileName|chamfer.fcstd}}
: {{FileName|chamfer.fcstd}}
: {{FileName|drill.fcstd}}
: {{FileName|drill.fcstd}}
: {{FileName|endmill.fcstd}} : {{FileName|endmill.fcstd}
: {{FileName|endmill.fcstd}} : {{FileName|endmill.fcstd}}
: {{FileName|probe.fcstd}}
: {{FileName|probe.fcstd}}
: {{FileName|slittingsaw.fcstd}}
: {{FileName|slittingsaw.fcstd}}
: {{FileName|thread-mill.fcstd}} : {{FileName|thread-mill.fcstd}
: {{FileName|thread-mill.fcstd}} : {{FileName|thread-mill.fcstd}}
: {{FileName|v-bit.fcstd}}
: {{FileName|v-bit.fcstd}}
Można je znaleźć w podkatalogu {{FileName|/Mod/Path/Tools/Shape/}}, w którym został zainstalowany program FreeCAD.
Można je znaleźć w podkatalogu {{FileName|/Mod/Path/Tools/Shape/}}, w którym został zainstalowany program FreeCAD.
</div>


==Użycie==
==Użycie==

Revision as of 07:40, 1 April 2022

Other languages:

Ta dokumentacja nie jest ukończona. Prosimy o pomoc w tworzeniu dokumentacji.

Strona Model polecenia GUI wyjaśnia jak powinny być dokumentowane polecenia. Przejrzyj stronę Category:UnfinishedDocu, aby zobaczyć więcej niekompletnych stron, takich jak ta. Zobacz stronę Category:Command Reference aby poznać wszystkie komendy.

Zobacz stronę wytycznych Wikidla FreeCAD aby dowiedzieć się, jak edytować strony Wiki, i przejdź do strony Pomóż w rozwoju FreeCAD, aby dowiedzieć się o innych sposobach, w jakie możesz wnieść swój wkład.

Opis

ToolShapes are a core part of the Path Tools system. ToolShapes are the templates from which ToolBits are created. They represent the specific physical shape of a tool. A ToolShape does not completely describe the bit - for that some additional parameters are needed which will be added when an actual bit is parameterized from the template.

Initially ToolShapes are just FreeCAD documents with a single Body created from the Part Design workbench.

Creating new ToolShapes is an advanced topic. The most commonly needed ToolShapes already exist and are provided with the FreeCAD installation at:

  • On Linux it is usually /usr/lib64/FreeCAD/Mod/Path/Tools/Shape
  • On Windows it is usually C:\Program Files\FreeCAD\Mod\Path\Tools\Shape
  • On macOS it is usually /Applications/FreeCAD/Mod/Path/Tools/Shape --> has to be revised

Są to:

ballend.fcstd
bullnose.fcstd
chamfer.fcstd
drill.fcstd
endmill.fcstd : endmill.fcstd
probe.fcstd
slittingsaw.fcstd
thread-mill.fcstd : thread-mill.fcstd
v-bit.fcstd

Można je znaleźć w podkatalogu /Mod/Path/Tools/Shape/, w którym został zainstalowany program FreeCAD.

Użycie

  1. Create a new FreeCAD document.
  2. Open the Part Design workbench.
  3. Create a body and give the body a label you want to show up in the bit selection.
  4. Create a sketch in the XZ plane and draw half the profile of the bit.
    • Put the top center of the bit on the origin (0,0).
  5. For any constraint serving as a parameter for the tool (like overall Length) create a named constraint.
    • The name is the label of the input field.
    • Names are split at CamelCase boundaries into words in the edit dialog.
    • Use a ; in the name to add help text which will show up as the entry fields tool tip.
    • If the tool is used by legacy ops it should at least have one constraint called Diameter.
    • Use construction lines for constraints that are not directly accessible, like Diameter and Angle.
    • Any unnamed constraint will not be editable for a specific tool.
  6. Once the sketch is fully constrained, close the sketch.
  7. Revolve the sketch around the z-axis.
  8. Save the document as a new file in the Shape directory.

Miniaturki narzędzi

Końcówki narzędzi będą miały małą ikonę narzędzia w drzewie, jeśli obraz zostanie zapisany z aktywnymi miniaturami.

Ważne uwagi:

  • Przed zapisaniem dokumentu upewnij się, że w preferencjach programu FreeCAD zaznaczona jest opcja Zapisz miniaturę, a opcja Dodaj logo programu jest nieaktywna.
  • Upewnij się także, że przełączasz się na Widok z przodu i Dopasuj element do ekranu
  • Cokolwiek zobaczysz podczas zapisywania dokumentu, będzie to wizualna reprezentacja szablonu.

Opcje

Template:Path Tools navi/pl