CAM Fixture/en: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu{{#translation:}}}}
{{UnfinishedDocu{{#translation:}}}}

{{Docnav
{{Docnav
|[[Path_DressupTag|Tag Dressup]]
|[[Path_DressupTag|DressupTag]]
|[[Path_Comment|Comment]]
|[[Path_Comment|Comment]]
|[[Path_Workbench|Path]]
|[[Path_Workbench|Path]]
Line 12: Line 13:
{{GuiCommand
{{GuiCommand
|Name=Path Fixture
|Name=Path Fixture
|MenuLocation=Path → Partial Commands → Fixture
|MenuLocation=Path → Supplemental Commands → Fixture
|Workbenches=[[Path_Workbench|Path]]
|Workbenches=[[Path_Workbench|Path]]
|Shortcut={{KEY|P}} {{KEY|F}}
|SeeAlso=
}}
}}


Line 23: Line 22:


Target Work Offset Coordinates typically include: Fixtures G53 to G59. The G-Code is simply the Fixture (G53, G54, etc...). The coordinate offset fixtures represent:
Target Work Offset Coordinates typically include: Fixtures G53 to G59. The G-Code is simply the Fixture (G53, G54, etc...). The coordinate offset fixtures represent:
*G53 → Machine coordinate system.
* G53 → Machine coordinate system.
*G54 → Scratchpad coordinate system.
* G54 → Scratchpad coordinate system.
*G55 to G59.9 → Coordinate fixtures allowing work offsets, relative to Homing switches located on the CNC machine, to be used.
* G55 to G59.9 → Coordinate fixtures allowing work offsets, relative to Homing switches located on the CNC machine, to be used.


The G59 Fixture is used to expand available fixtures. The degree of expansion implemented is CNC machine specific, and this command allows provides for G59.1 to G59.9.
The G59 Fixture is used to expand available fixtures. The degree of expansion implemented is CNC machine specific, and this command allows provides for G59.1 to G59.9.
Line 44: Line 43:


==Scripting==
==Scripting==



{{Docnav
{{Docnav
|[[Path_DressupTag|Tag Dressup]]
|[[Path_DressupTag|DressupTag]]
|[[Path_Comment|Comment]]
|[[Path_Comment|Comment]]
|[[Path_Workbench|Path]]
|[[Path_Workbench|Path]]
Line 56: Line 56:
{{Path_Tools_navi{{#translation:}}}}
{{Path_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 10:48, 20 August 2021

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Path Fixture

Menu location
Path → Supplemental Commands → Fixture
Workbenches
Path
Default shortcut
None
Introduced in version
-
See also
None

Description

This tool sets the Work Offset Coordinate Fixture of the machine CNC controller.

Target Work Offset Coordinates typically include: Fixtures G53 to G59. The G-Code is simply the Fixture (G53, G54, etc...). The coordinate offset fixtures represent:

  • G53 → Machine coordinate system.
  • G54 → Scratchpad coordinate system.
  • G55 to G59.9 → Coordinate fixtures allowing work offsets, relative to Homing switches located on the CNC machine, to be used.

The G59 Fixture is used to expand available fixtures. The degree of expansion implemented is CNC machine specific, and this command allows provides for G59.1 to G59.9.

Usage

  1. Press the Fixture button or use the P then F keyboard shortcut.
  2. Select the desired Work Offset Fixture from the drop-menu.

Properties

  • DataFixture: Sets the current fixture point
  • DataActive: Defines if this command is active or not when inserted into a compound

Notes

Limitations

Scripting

Template:Path Tools navi/en