CAM Comment/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "== Description ==")
No edit summary
 
(71 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
== Description ==
|[[CAM_Fixture/fr|Fixation]]
|[[CAM_Stop/fr|Arrêter]]
|[[CAM_Workbench/fr|Atelier CAM]]
|IconL=CAM_Fixture.svg
|IconR=CAM_Stop.svg
|IconC=Workbench_CAM.svg
}}


{{GuiCommand/fr
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.
|Name=CAM Comment
|Name/fr=CAM Commentaire
|MenuLocation=CAM → Autres commandes → Commentaire
|Workbenches=[[CAM_Workbench/fr|CAM]]
}}


==Usage==
==Description==


L'outil [[Image:CAM_Comment.svg|24px]] [[CAM_Comment/fr|Commentaire]] 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.
# Press the {{KEY|[[Image:Path Comment.png|16px]] [[Path Comment|Comment]]}} button
# Write your comment in the '''Comment''' property


<span id="Usage"></span>
==Properties==
== Utilisation ==


# Pressez le bouton {{KEY|[[Image:CAM_Comment.svg|16px]] [[CAM_Comment/fr|Commentaire]]}} ou utilisez le raccourci clavier {{KEY|P}} puis {{KEY|C}}.
* {{PropertyData|Comment}}: The text of your comment
# Écrivez votre commentaire dans la zone '''Commentaire'''


<span id="Properties"></span>
{{clear}}
==Propriétés==
<languages/>

* {{PropertyData|Comment}} : le texte de votre commentaire

<span id="Scripting"></span>
==Script==

{{Emphasis|Voir aussi :}} [[FreeCAD_Scripting_Basics/fr|FreeCAD Script de base]].

Exemple :

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


{{Docnav/fr
|[[CAM_Fixture/fr|Fixation]]
|[[CAM_Stop/fr|Arrêter]]
|[[CAM_Workbench/fr|Atelier CAM]]
|IconL=CAM_Fixture.svg
|IconR=CAM_Stop.svg
|IconC=Workbench_CAM.svg
}}

{{CAM_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 22:46, 26 March 2024

CAM Commentaire

Emplacement du menu
CAM → Autres commandes → Commentaire
Ateliers
CAM
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Aucun

Description

L'outil Commentaire 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 Commentaire ou utilisez le raccourci clavier P puis C.
  2. Écrivez votre commentaire dans la zone Commentaire

Propriétés

  • DonnéesComment : le texte de votre commentaire

Script

Voir aussi : FreeCAD Script de base.

Exemple :

#Place code example here.