CAM Comment/en: Difference between revisions

From FreeCAD Documentation
(Importing a new version from external source)
(Updating to match new version of source page)
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
{{GuiCommand|Name=Path Comment|Workbenches=[[Path Workbench|Path]]|MenuLocation=Path → Partial Commands → Comment|Shortcut=P,C|SeeAlso=}}

{{Docnav
|[[Path_Fixture|Fixture]]
|[[Path_Stop|Stop]]
|[[Path_Workbench|Path]]
|IconL=Path_Fixture.svg
|IconR=Path_Stop.svg
|IconC=Workbench_Path.svg
}}

{{GuiCommand
|Name=Path Comment
|MenuLocation=Path → Supplemental Commands → Comment
|Workbenches=[[Path_Workbench|Path]]
}}


==Description==
==Description==
Line 7: Line 22:
==Usage==
==Usage==


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


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


==Scripting==
{{clear}}

<languages/>
{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].

Example:

{{Code|code=
#Place code example here.
}}


{{Docnav
|[[Path_Fixture|Fixture]]
|[[Path_Stop|Stop]]
|[[Path_Workbench|Path]]
|IconL=Path_Fixture.svg
|IconR=Path_Stop.svg
|IconC=Workbench_Path.svg
}}

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

Revision as of 11:05, 20 August 2021

Path Comment

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

Description

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.

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.


Template:Path Tools navi/en