CAM Comment/it: Difference between revisions

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

<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}}
</div>


<div class="mw-translate-fuzzy">
{{GuiCommand/it|Name=Path Comment|Name/it=Commento|Workbenches=[[Path Workbench/it|Path]]|MenuLocation=Path → Comandi supplementari → Commento|Shortcut=P,C|SeeAlso=}}
{{GuiCommand/it|Name=Path Comment|Name/it=Commento|Workbenches=[[Path Workbench/it|Path]]|MenuLocation=Path → Comandi supplementari → Commento|Shortcut=P,C|SeeAlso=}}
</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à ==


* {{PropertyData|Comment}}: Il testo del commento
* {{PropertyData|Comment}}: Il testo del commento


==Scripting==


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


Example:
{{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}}


{{Code|code=
{{Path_Tools_navi/it}}
#Place code example here.
}}


{{Userdocnavi/it}}


<div class="mw-translate-fuzzy">
{{clear}}
{{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}}
</div>

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

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.