CAM Comment/de: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "{{Docnav/de |Fixture |Stop |CAM |IconL=CAM_Fixture.svg |IconR=CAM_Stop.svg |IconC=Workbench_CAM.svg }}")
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav|[[Path_Fixture|Fixture]]|[[Path_Stop|Stop]]|[[Path_Workbench|Path]]|IconL=Path_Fixture.png|IconC=Path-Workbench.svg|IconR=Path_Stop.png}}


{{Docnav/de
{{GuiCommand/de|Name=Path Comment|Workbenches=[[Path Workbench|Path]]|MenuLocation=Path → Partial Commands → Comment|Shortcut=P,C|SeeAlso=}}
|[[CAM_Fixture/de|Fixture]]
|[[CAM_Stop/de|Stop]]
|[[CAM_Workbench|CAM]]
|IconL=CAM_Fixture.svg
|IconR=CAM_Stop.svg
|IconC=Workbench_CAM.svg
}}


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


<span id="Description"></span>
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.
==Beschreibung==


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>
# Press the {{KEY|[[Image:Path Comment.png|16px]] [[Path Comment|Comment]]}} button
==Anwendung==

# 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


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

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


Beispiel:


{{Code|code=
{{Docnav|[[Path_Fixture|Fixture]]|[[Path_Stop|Stop]]|[[Path_Workbench|Path]]|IconL=Path_Fixture.png|IconC=Path-Workbench.svg|IconR=Path_Stop.png}}
#Place code example here.
}}


{{Path_Tools_navi}}


{{Docnav/de
{{Userdocnavi}}
|[[CAM_Fixture/de|Fixture]]
|[[CAM_Stop/de|Stop]]
|[[CAM_Workbench|CAM]]
|IconL=CAM_Fixture.svg
|IconR=CAM_Stop.svg
|IconC=Workbench_CAM.svg
}}


{{CAM_Tools_navi{{#translation:}}}}
{{clear}}
{{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.