CAM Comment/ro: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
{{Docnav
|[[Path_Fixture|Fixture]]
|[[CAM_Fixture|Fixture]]
|[[Path_Stop|Stop]]
|[[CAM_Stop|Stop]]
|[[Path_Workbench|Path]]
|[[CAM_Workbench|CAM]]
|IconL=Path_Fixture.png
|IconL=CAM_Fixture.svg
|IconC=Workbench_Path.svg
|IconR=CAM_Stop.svg
|IconR=Path_Stop.svg
|IconC=Workbench_CAM.svg
}}
}}


Line 13: Line 14:
</div>
</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 vizualizate de către cititori. 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==


Line 24: Line 29:
</div>
</div>


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


Line 29: Line 35:


==Scripting==
==Scripting==

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


Example:
Example:

{{Code|code=
{{Code|code=
#Place code example here.
#Place code example here.
Line 38: Line 46:


{{Docnav
{{Docnav
|[[Path_Fixture|Fixture]]
|[[CAM_Fixture|Fixture]]
|[[Path_Stop|Stop]]
|[[CAM_Stop|Stop]]
|[[Path_Workbench|Path]]
|[[CAM_Workbench|CAM]]
|IconL=Path_Fixture.png
|IconL=CAM_Fixture.svg
|IconC=Workbench_Path.svg
|IconR=CAM_Stop.svg
|IconR=Path_Stop.svg
|IconC=Workbench_CAM.svg
}}
}}


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

{{Userdocnavi}}

{{clear}}

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.