CAM Comment/it: 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/>

<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{Docnav/it|[[Path_Fixture/it|Fissaggio]]|[[Path_Stop/it|Stop]]|[[Path_Workbench/it|Path]]|IconL=Path_Fixture.png|IconC=Path-Workbench.svg|IconR=Path_Stop.png}}
{{Docnav/it|[[Path_Fixture/it|Fissaggio]]|[[Path_Stop/it|Stop]]|[[Path_Workbench/it|Path]]|IconL=Path_Fixture.png|IconC=Path-Workbench.svg|IconR=Path_Stop.png}}
Line 8: Line 9:
</div>
</div>


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


<div class="mw-translate-fuzzy">
Questo strumento inserisce un commento. Quando si esporta un progetto di codice G, i commenti sono inseriti nel programma di codice G, e possono essere letti da chi legge il file. Alcuni controller della macchina mostrano anche i commenti sullo schermo.
Questo strumento inserisce un commento. Quando si esporta un progetto di codice G, i commenti sono inseriti nel programma di codice G, e possono essere letti da chi legge il file. Alcuni controller della macchina mostrano anche i commenti sullo schermo.
</div>


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


<div class="mw-translate-fuzzy">
# Premere il pulsante {{KEY|[[Image:Path Comment.png|16px]] [[Path Comment/it|Commento]]}}
# Premere il pulsante {{KEY|[[Image:Path Comment.png|16px]] [[Path Comment/it|Commento]]}}
# Scrivere il commento nella proprietà '''Comment'''
# Scrivere il commento nella proprietà '''Comment'''
</div>


<span id="Properties"></span>
== Proprietà ==
== Proprietà ==


Line 22: Line 30:


==Scripting==
==Scripting==

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


Example:
Example:

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




Line 32: Line 44:
</div>
</div>


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

{{Userdocnavi/it}}

{{clear}}

Latest revision as of 14:10, 26 March 2024

Commento

Posizione nel menu
Path → Comandi supplementari → Commento
Ambiente
Path
Avvio veloce
P,C
Introdotto nella versione
-
Vedere anche
Nessuno

Descrizione

Questo strumento inserisce un commento. Quando si esporta un progetto di codice G, i commenti sono inseriti nel programma di codice G, e possono essere letti da chi legge il file. Alcuni controller della macchina mostrano anche i commenti sullo schermo.

Utilizzo

  1. Premere il pulsante Commento
  2. Scrivere il commento nella proprietà Comment

Proprietà

  • DatiComment: Il testo del commento

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.