CAM Comment/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
{{GuiCommand/fr|Name=Path Comment|Name/fr=Commentaire|Workbenches=[[Path Workbench/fr|Path]]|MenuLocation=Path → Partial Commands → Commentaire|Shortcut=P,C|SeeAlso=}}
{{Docnav/fr
|[[Path_Fixture/fr|Point de fixation]]
|[[Path_Stop/fr|Stop]]
|[[Path_Workbench/fr|Atelier Path]]
|IconL=Path_Fixture.png
|IconC=Workbench_Path.svg
|IconR=Path_Stop.svg
}}

{{GuiCommand/fr
|Name=Path Comment
|Name/fr=Path Commentaire
|Workbenches=[[Path Workbench/fr|Path]]
|MenuLocation=Path → Supplemental commands → Commentaire
|Shortcut={{KEY|P}} {{KEY|C}}
|SeeAlso=
}}


== Description ==
== Description ==
Line 7: Line 24:
== Utilisation ==
== Utilisation ==


# Pressez le bouton {{KEY|[[Image:Path Comment.png|16px]] [[Path Comment/fr|Insérer un commentaire]]}}
# 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}}.
# Écrivez votre commentaire dans la zone '''Comment'''
# Écrivez votre commentaire dans la zone '''Comment'''


Line 14: Line 31:
* {{PropertyData/fr|Comment}}: Le texte de votre commentaire
* {{PropertyData/fr|Comment}}: Le texte de votre commentaire


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

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


{{Docnav/fr
|[[Path_Fixture/fr|Point de fixation]]
|[[Path_Stop/fr|Stop]]
|[[Path_Workbench/fr|Atelier Path]]
|IconL=Path_Fixture.png
|IconC=Workbench_Path.svg
|IconR=Path_Stop.svg
}}

{{Path_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}
<languages/>

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.