CAM Comment/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/fr|Name=Path Comment|Name/fr=Path Comment|Workbenches=Path|MenuLocation=Path → Partial Commands → Comment|Shortcut=P,C|SeeAlso=}}")
No edit summary
(37 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<languages/>
{{GuiCommand/fr|Name=Path Comment|Name/fr=Path Comment|Workbenches=[[Path Workbench/fr|Path]]|MenuLocation=Path → Partial Commands → Comment|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
==Description==
|Name=Path Comment
|Name/fr=Path Commentaire
|Workbenches=[[Path Workbench/fr|Path]]
|MenuLocation=Path → Supplemental commands → Commentaire
|Shortcut={{KEY|P}} {{KEY|C}}
|SeeAlso=
}}


== Description ==
This tool 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.


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.
==Usage==


== Utilisation ==
# Press the {{KEY|[[Image:Path Comment.png|16px]] [[Path Comment|Comment]]}} button
# Write your comment in the '''Comment''' property


# 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}}.
==Properties==
# Écrivez votre commentaire dans la zone '''Comment'''


== Propriétés ==
* {{PropertyData|Comment}}: The text of your comment


* {{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.