CAM Comment/ru

From FreeCAD Documentation
Revision as of 14:09, 26 March 2024 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Path Comment

Системное название
Path Comment
Расположение в меню
Path → Supplemental commands → Закомментировать
Верстаки
Path
Быстрые клавиши
P C
Представлено в версии
-
См. также
Нет

Описание

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.

Применение

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

Свойства

  • ДанныеComment: The text of your comment

Scripting

Программирование

Смотрите так же: Основы составления скриптов в FreeCAD.

Example:

#Place code example here.