CAM Comment/ro: Difference between revisions

From FreeCAD Documentation
(Created page with "==Proprietăți==")
(Updating to match new version of source page)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
|[[CAM_Fixture|Fixture]]
|[[CAM_Stop|Stop]]
|[[CAM_Workbench|CAM]]
|IconL=CAM_Fixture.svg
|IconR=CAM_Stop.svg
|IconC=Workbench_CAM.svg
}}

<div class="mw-translate-fuzzy">
{{GuiCommand|Name=Path Comment|Workbenches=[[Path Workbench|Path]]|MenuLocation=Path → Partial Commands → Comment|Shortcut=P,C|SeeAlso=}}
{{GuiCommand|Name=Path Comment|Workbenches=[[Path Workbench|Path]]|MenuLocation=Path → Partial Commands → Comment|Shortcut=P,C|SeeAlso=}}
</div>


<span id="Description"></span>
==Descriere==
==Descriere==


<div class="mw-translate-fuzzy">
Acest instrument introduce un comentariu. Când exportați un proiect în codul G, comentariile vor fi inserate în programul G-code și pot fi citite de către persoanele care citesc fișierul. Unele controlorele de mașină CNC vor afișa, de asemenea, comentarii pe ecranele lor de afișare.
Acest instrument introduce un comentariu. Când exportați un proiect în codul G, comentariile vor fi inserate în programul G-code și pot fi vizualizate de către cititori. Unele controlorele de mașină CNC vor afișa, de asemenea, comentarii pe ecranele lor de afișare.
</div>


<span id="Usage"></span>
==Utilizare==
==Utilizare==


<div class="mw-translate-fuzzy">
# Apăsați butonul {{KEY|[[Image:Path Comment.png|16px]] [[Path Comment|Comment]]}}
# Apăsați butonul {{KEY|[[Image:Path Comment.png|16px]] [[Path Comment|Comment]]}}
# Scrieți comentariul dvs în proprietatea '''Comment'''
# Scrieți comentariul dvs în proprietatea '''Comment'''
</div>


<span id="Properties"></span>
==Proprietăți==
==Proprietăți==


* {{PropertyData|Comment}}: The text of your comment
* {{PropertyData|Comment}}: Textul comentariului dvs

==Scripting==

{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].

Example:

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


{{Docnav
|[[CAM_Fixture|Fixture]]
|[[CAM_Stop|Stop]]
|[[CAM_Workbench|CAM]]
|IconL=CAM_Fixture.svg
|IconR=CAM_Stop.svg
|IconC=Workbench_CAM.svg
}}


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

Latest revision as of 14:09, 26 March 2024

Path Comment

Menu location
Path → Partial Commands → Comment
Workbenches
Path
Default shortcut
P,C
Introduced in version
-
See also
None

Descriere

Acest instrument introduce un comentariu. Când exportați un proiect în codul G, comentariile vor fi inserate în programul G-code și pot fi vizualizate de către cititori. Unele controlorele de mașină CNC vor afișa, de asemenea, comentarii pe ecranele lor de afișare.

Utilizare

  1. Apăsați butonul Comment
  2. Scrieți comentariul dvs în proprietatea Comment

Proprietăți

  • DateComment: Textul comentariului dvs

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.