CAM Comment/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav/fr
{{Docnav/fr
|[[Path_Fixture/fr|Point de Fixation]]
|[[Path_Fixture/fr|Point de fixation]]
|[[Path_Stop/fr|Stop]]
|[[Path_Stop/fr|Stop]]
|[[Path_Workbench/fr|Atelier Path]]
|[[Path_Workbench/fr|Atelier Path]]
|IconL=Path_Fixture.png
|IconL=Path_Fixture.png
|IconC=Path-Workbench.svg
|IconC=Workbench_Path.svg
|IconR=Path_Stop.png
|IconR=Path_Stop.svg
}}
}}


{{GuiCommand/fr
{{GuiCommand/fr
|Name=Path Comment
|Name=Path Comment
|Name/fr=Commentaire
|Name/fr=Path Commentaire
|Workbenches=[[Path Workbench/fr|Path]]
|Workbenches=[[Path Workbench/fr|Path]]
|MenuLocation=Path → Supplemental commands → Commentaire
|MenuLocation=Path → Supplemental commands → Commentaire
|Shortcut=P,C
|Shortcut={{KEY|P}} {{KEY|C}}
|SeeAlso=
|SeeAlso=
}}
}}
Line 24: 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 31: 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
{{Docnav/fr
|[[Path_Fixture/fr|Point de Fixation]]
|[[Path_Fixture/fr|Point de fixation]]
|[[Path_Stop/fr|Stop]]
|[[Path_Stop/fr|Stop]]
|[[Path_Workbench/fr|Atelier Path]]
|[[Path_Workbench/fr|Atelier Path]]
|IconL=Path_Fixture.png
|IconL=Path_Fixture.png
|IconC=Path-Workbench.svg
|IconC=Workbench_Path.svg
|IconR=Path_Stop.png
|IconR=Path_Stop.svg
}}
}}


{{Path_Tools_navi{{#translation:}}}}
{{Plot_Tools_navi/fr}}
{{Userdocnavi{{#translation:}}}}

{{Userdocnavi/fr}}

{{clear}}
{{clear}}

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.