Jump to content

CAM Comment

From FreeCAD Documentation

CAM Comment

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

Description[edit | edit source]

The CAM Comment command 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[edit | edit source]

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

Properties[edit | edit source]

  • DataComment: The text of your comment

Scripting[edit | edit source]

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.