CAM Comment/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
}}
}}


<div class="mw-translate-fuzzy">
{{GuiCommand/fr
{{GuiCommand/fr
|Name=Path Comment
|Name=Path Comment
Line 15: Line 14:
|Workbenches=[[Path Workbench/fr|Path]]
|Workbenches=[[Path Workbench/fr|Path]]
|MenuLocation=Path → Supplemental commands → Commentaire
|MenuLocation=Path → Supplemental commands → Commentaire
|Shortcut={{KEY|P}}, {{KEY|C}}
|Shortcut={{KEY|P}} {{KEY|C}}
|SeeAlso=
|SeeAlso=
}}
}}
</div>


== Description ==
== Description ==
Line 26: Line 24:
== Utilisation ==
== Utilisation ==


# Pressez le bouton {{KEY|[[Image:Path_Comment.svg|16px]] [[Path Comment/fr|Insérer un commentaire]]}} ou utilisez le raccourci clavier {{KEY|P}} puis {{KEY|C}}.
<div class="mw-translate-fuzzy">
# Pressez le bouton {{KEY|[[Image:Path Comment.png|16px]] [[Path Comment/fr|Insérer un commentaire]]}}
# Écrivez votre commentaire dans la zone '''Comment'''
# Écrivez votre commentaire dans la zone '''Comment'''
</div>


== Propriétés ==
== Propriétés ==
Line 36: Line 32:


==Script==
==Script==
{{Emphasis|See also:}} [[FreeCAD Scripting Basics/fr|FreeCAD Scripting Basics]].
{{Emphasis|Voir aussi:}} [[FreeCAD Scripting Basics/fr|FreeCAD Débuter avec les scripts]].


<div class="mw-translate-fuzzy">
Exemple:
Exemple:
{{Code|code=#Place code example here.}}
{{Code|code=
#Place code example here.
</div>
}}





Revision as of 12:54, 21 March 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 ou utilisez le raccourci clavier P puis C.
  2. Écrivez votre commentaire dans la zone Comment

Propriétés

  • DonnéesComment: Le texte de votre commentaire

Script

Voir aussi: FreeCAD Débuter avec les scripts.

Exemple:

#Place code example here.