CAM Comment/fr: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
<div class="mw-translate-fuzzy">
{{Docnav/fr
{{Docnav/fr
|[[Path_Fixture/fr|Point de Fixation]]
|[[Path_Fixture/fr|Point de Fixation]]
Line 8: Line 9:
|IconR=Path_Stop.png
|IconR=Path_Stop.png
}}
}}
</div>


<div class="mw-translate-fuzzy">
{{GuiCommand/fr
{{GuiCommand/fr
|Name=Path Comment
|Name=Path Comment
Line 17: Line 20:
|SeeAlso=
|SeeAlso=
}}
}}
</div>


== Description ==
== Description ==
Line 38: Line 42:




<div class="mw-translate-fuzzy">
{{Docnav/fr
{{Docnav/fr
|[[Path_Fixture/fr|Point de Fixation]]
|[[Path_Fixture/fr|Point de Fixation]]
Line 46: Line 51:
|IconR=Path_Stop.png
|IconR=Path_Stop.png
}}
}}
</div>


{{Plot_Tools_navi/fr}}
{{Plot_Tools_navi/fr}}

Revision as of 13:07, 26 January 2020

Path Commentaire

Emplacement du menu
Path → Supplemental commands → Commentaire
Ateliers
Path
Raccourci par défaut
P,C
Introduit dans la version
-
Voir aussi
Aucun

Description

Cet outil insère un commentaire. Lors de l'export d'un projet en G-Code, le commentaire sera inclus dans le programme G-Code et peut être lu par les personnes qui regardent le code. Certains contrôleurs de machine les affichent aussi sur leurs consoles.

Utilisation

  1. Pressez le bouton Insérer un commentaire
  2. Écrivez votre commentaire dans la zone Comment

Propriétés

  • DonnéesComment: Le texte de votre commentaire

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.