CAM Comment: Difference between revisions

From FreeCAD Documentation
No edit summary
(Path->CAM)
 
(24 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<languages/>
<translate>
<translate>
{{GuiCommand|Name=Path Comment|Workbenches=[[Path Workbench|Path]]|MenuLocation=Path → Partial Commands → Comment|Shortcut=P,C|SeeAlso=}}


<!--T:8-->
==Description==
{{Docnav
|[[CAM_Fixture|Fixture]]
|[[CAM_Stop|Stop]]
|[[CAM_Workbench|CAM]]
|IconL=CAM_Fixture.svg
|IconR=CAM_Stop.svg
|IconC=Workbench_CAM.svg
}}


<!--T:1-->
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.
{{GuiCommand
|Name=CAM Comment
|MenuLocation=CAM → Supplemental Commands → Comment
|Workbenches=[[CAM_Workbench|CAM]]
}}


==Description== <!--T:2-->
==Usage==


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

<!--T:5-->
# 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==
==Properties== <!--T:6-->


<!--T:7-->
* {{PropertyData|Comment}}: The text of your comment
* {{PropertyData|Comment}}: The text of your comment

==Scripting== <!--T:14-->

<!--T:12-->
{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].

<!--T:13-->
Example:


</translate>
</translate>
{{Code|code=
{{clear}}
#Place code example here.
<languages/>
}}
<translate>


<!--T:9-->
{{Docnav
|[[CAM_Fixture|Fixture]]
|[[CAM_Stop|Stop]]
|[[CAM_Workbench|CAM]]
|IconL=CAM_Fixture.svg
|IconR=CAM_Stop.svg
|IconC=Workbench_CAM.svg
}}

</translate>
{{CAM_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 21:36, 16 March 2024

CAM Comment

Menu location
CAM → Supplemental Commands → Comment
Workbenches
CAM
Default shortcut
None
Introduced in version
-
See also
None

Description

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.

Usage

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

Properties

  • DataComment: The text of your comment

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.