CAM Comment/de: Difference between revisions

From FreeCAD Documentation
(Created page with "==Beschreibung==")
(Created page with "{{Docnav/de |Fixture |Stop |CAM |IconL=CAM_Fixture.svg |IconR=CAM_Stop.svg |IconC=Workbench_CAM.svg }}")
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>


{{Docnav
{{Docnav/de
|[[Path_Fixture|Fixture]]
|[[CAM_Fixture/de|Fixture]]
|[[Path_Stop|Stop]]
|[[CAM_Stop/de|Stop]]
|[[Path_Workbench|Path]]
|[[CAM_Workbench|CAM]]
|IconL=Path_Fixture.svg
|IconL=CAM_Fixture.svg
|IconR=Path_Stop.svg
|IconR=CAM_Stop.svg
|IconC=Workbench_Path.svg
|IconC=Workbench_CAM.svg
}}
}}


{{GuiCommand/de
{{GuiCommand/de
|Name=Path Comment
|Name=CAM Comment
|Name/de=Path Kommentar
|Name/de=CAM Kommentar
|MenuLocation=Path → Supplemental Commands → Comment
|MenuLocation=CAM → Supplemental Commands → Comment
|Workbenches=[[Path_Workbench/de|Path]]
|Workbenches=[[CAM_Workbench/de|CAM]]
}}
}}


Line 20: Line 20:
==Beschreibung==
==Beschreibung==


This tool inserts a comment. When exporting a project to G-code, the comments will be inserted in the G-code program, and can be read by people reading the file. Some machine controllers will also display comments on their display screens.
The tool [[Image:CAM_Comment.svg|24px]] [[CAM_Comment|Comment]] inserts a comment. When exporting a project to G-code, the comments will be inserted in the G-code program, and can be read by people reading the file. Some machine controllers will also display comments on their display screens.


==Usage==
<span id="Usage"></span>
==Anwendung==


# Press the {{KEY|[[Image:Path_Comment.svg|16px]] [[Path_Comment|Comment]]}} button or use the {{KEY|P}} then {{KEY|C}} keyboard shortcut.
# Press the {{KEY|[[Image:CAM_Comment.svg|16px]] [[CAM_Comment|Comment]]}} button or use the {{KEY|P}} then {{KEY|C}} keyboard shortcut.
# Write your comment in the '''Comment''' property
# Write your comment in the '''Comment''' property


==Properties==
<span id="Properties"></span>
==Eigenschaften==


* {{PropertyData|Comment}}: The text of your comment
* {{PropertyData|Comment}}: The text of your comment


==Scripting==
<span id="Scripting"></span>
==Skripten==


{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
{{Emphasis|Siehe auch:}} [[FreeCAD_Scripting_Basics/de|FreeCAD Grundlagen Skripten]].


Beispiel:
Example:


{{Code|code=
{{Code|code=
Line 42: Line 45:




{{Docnav
{{Docnav/de
|[[Path_Fixture|Fixture]]
|[[CAM_Fixture/de|Fixture]]
|[[Path_Stop|Stop]]
|[[CAM_Stop/de|Stop]]
|[[Path_Workbench|Path]]
|[[CAM_Workbench|CAM]]
|IconL=Path_Fixture.svg
|IconL=CAM_Fixture.svg
|IconR=Path_Stop.svg
|IconR=CAM_Stop.svg
|IconC=Workbench_Path.svg
|IconC=Workbench_CAM.svg
}}
}}


{{Path_Tools_navi{{#translation:}}}}
{{CAM_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 11:00, 5 April 2024

CAM Kommentar

Menüeintrag
CAM → Supplemental Commands → Comment
Arbeitsbereich
CAM
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Keiner

Beschreibung

The tool Comment inserts a comment. When exporting a project to G-code, the comments will be inserted in the G-code program, and can be read by people reading the file. Some machine controllers will also display comments on their display screens.

Anwendung

  1. Press the Comment button or use the P then C keyboard shortcut.
  2. Write your comment in the Comment property

Eigenschaften

  • DatenComment: The text of your comment

Skripten

Siehe auch: FreeCAD Grundlagen Skripten.

Beispiel:

#Place code example here.