Path Workbench/it: Difference between revisions

From FreeCAD Documentation
No edit summary
(Redirected page to CAM Workbench/it)
Tag: New redirect
 
(398 intermediate revisions by 9 users not shown)
Line 1: Line 1:
#REDIRECT [[CAM_Workbench/it]]
==Introduzione==

L'ambiente Path viene utilizzato per produrre delle istruzioni macchina di tipo [https://en.wikipedia.org/wiki/CNC_router CNC machines] da un modello 3D di FreeCAD. Con questo si producono oggetti 3D reali su macchine CNC come fresatrici, torni, macchine a taglio laser o simili. In genere, le istruzioni sono in un dialetto [https://en.wikipedia.org/wiki/G-Code G-Code]


[[Image:pathwb.png]]


L'ambiente Path di FreeCAD crea queste istruzioni macchina con il seguente flusso di lavoro:
* Un modello 3D è l'oggetto base, in genere creato utilizzando uno o più ambienti quali [[PartDesign Workbench/it|Part Design]], [[Part Workbench/it|Part]] o [[Draft Workbench/it|Draft]].
* L'ambiente Path crea una [[Path_Job/it|Lavorazione]]. Essa contiene tutte le informazioni necessarie per generare il codice G necessario per eseguire il lavoro su una fresatrice CNC: c'è materiale di base (Stock), la fresatrice ha un certo [[Path_EditToolsTable|set di utensili]] e segue determinati comandi che controllano velocità ed i movimenti(solitamente G-Code).
* Gli utensili sono selezionati come richiesto dalle operazioni di lavorazione.
* I percorsi di fresatura vengono creati utilizzando, ad es. le operazioni di[[Path_Profile/it|Contornatura]] e [[Path_Pocket_3D/it|Tasca]]. Questi [[Path objects/it|oggetti Path]] utilizzano il dialetto G-Code interno di FreeCAD, indipendente dalla macchina CNC.


=== Links for the impatient ===
Depending on your interest in the Path workbench there are different topics for further reading:

* If you are a new new user trying to get familiar with Path, you might be interested in a fast [[Path Walkthrough for the Impatient|walk-through]] tutorial.
* If you have a special machine which cannot use one of the available postprocessors you may want to learn about [[Path_Postprocessor_Customization|post-processor customization]]
* As an experienced user you may want to write a macro or automate a process might need to learn about [[Path_scripting|scripting]]
* Power users who want to streamline their workflow can learn about [[Path_Customization|customization]].
* New developers who want to contribute to path might want to understand [[Path_Core_Concepts|core concepts]].

== General concepts ==
The Path Workbench generates G-Code defining the paths required to mill the Project represented by the 3D model on the target mill—in [[https://www.freecadweb.org/wiki/Path_scripting#FreeCAD.27s_internal_GCode_format the Path Job Operations FreeCAD G-Code dialect ]], which is later translated to the appropriate dialect for the target CNC controller by selecting the appropriate Postprocessor.
The G-Code is generated from directives and Operations contained in a Path Job. The Job Workflow lists these in the order they will be executed. The list is populated by adding Path Operations, Path Dressups, Path Partial Commands, and Path Modifications—from the Path Menu, or GUI buttons.

The Path Workbench provides a Tool Manager (Library, Tool-Table), and G-Code Inspection, and Simulation tools. It links the Postprocessor, and allows importing and exporting Job Templates.

The Path Workbench has external dependencies including:
# The FreeCAD 3D model units are defined in the Edit-> Preference...->General->Units tab's Units settings. The Postprocessor configuration defines the final G-Code units.
# The Macro file path, and Geometric tolerances, are defined in the Edit->Preferences...->Path->Job Preferences tab.
# Colors are defined in the Edit->Preferences...->Path->Path colors tab.
# Holding tag parameters are defined in the Edit->Preferences...->Path->Dressups tab.
# That the Base 3D model quality supports the Path WB requirements—passes Check Geometry.

FreeCAD Path Workbench internal G-Code dialect represents Feed rates in Units/Second—what the G-Code Inspection tool will show. The Postprocessor is configured to generate the appropriate Feed rates—either in Units/Second or Units/Minute for the target mill.

== I comandi di Path ==

Questi comandi sono usati per impostare un progetto CNC e gestire i modelli.

* [[Image:Path-3DPocket.png|32px]] [[Path_Pocket_3D/it|Cavità 3D]]: Crea un percorso per una cavità 3D
* [[Image:Path-3DSurface.png|32px]] [[Path_Surface/it|Sfacciatura 3D]]: Crea un percorso per una sfacciatura 3D
* [[Image:Path_Array.png|32px]] [[Path_Array/it|Schiera]]: Crea una schiera duplicando un percorso selezionato
* [[Image:Path_Comment.png|32px]] [[Path_Comment/it|Commento]]: Inserisce un commento nel codice G di un percorso
* [[File:Path-CompleteLoop.png|32px]] [[Path_SelectLoop/it|Chiudi il ciclo]]: Completa un ciclo basato su due bordi selezionati
* [[File:Path_Contour.png|32px]] [[Path_Contour/it|Contornatura]]: Crea un percorso del contornatura dell'oggetto base
* [[Image:Path_Copy.png|32px]] [[Path_Copy/it|Copia]]: Crea una copia parametrica di un oggetto percorso selezionato
* [[Image:Path_Custom.png|32px]] [[Path_Custom/it|Personalizza]]: Inserisce del codice G personalizzato

* [[Image:Path_Dressup.png|32px]] [[Path_DressupDogbone/it|Vestizione Dogbone]]: Aggiunge una modifica di vestizione osso-di-cane (dogbone) ad un percorso selezionato
* [[Image:Path_Dressup.png|32px]] [[Path_DressupDragKnife/it|Vestizione Dragknife]]: Aggiunge una modifica di vestizione trascina-lama (dragknife) a un percorso selezionato

* [[Image:Path_Drilling.png|32px]] [[Path_Drilling/it|Foratura]]: Esegue un ciclo di perforazione
* [[Image:Path-Engrave.png|32px]] [[Path_Engrave/it|Incisione]]: Crea un percorso di incisione
* [[Image:Path-ExportTemplate.png|32px]] [[Path_ExportTemplate/it|Esporta modello]]: Esporta la lavorazione corrente come modello

* [[Image:Path-Face.png|32px]] [[Path_MillFace/it|Fresa faccia]]: Crea un percorso di sfacciatura
* [[Image:Path-Area.png|32px]] [[Path_Area/it|Feature area]]: Creates a feature area from selected objects
* [[Image:Path-Area-Workplane.png|32px]] [[Path_Area_Workplane/it|Feature area workplane]]: Creates a feature area workplane
* [[Image:Path_Fixture.png|32px]] [[Path_Fixture/it|Fissaggio]]: Cambia la posizione di fissaggio

* [[File:Path_Inspect.png|32px]] [[Path_Inspect/it|Ispeziona G-Code]]: Mostra il codice G per il controllo
* [[Image:Path_GcodeFromShape.png|32px]] [[Path_FromShapes/it|Da una Forma]]: Crea un oggetto percorso da un oggetto Parte selezionato
* [[Image:Path-Helix.png|32px]] [[Path_Helix/it|Elica]]: Crea un percorso elicoidale

* [[Image:Path-Job.png|32px]] [[Path_Job/it|Lavorazione]]: Crea una nuova lavorazione CNC
* [[Image:Path_Pocket.png|32px]] [[Path_Pocket_Shape/it|Tasca]]: Crea un'operazione di scavo da una o più tasche selezionate
* [[Image:Path_PostProcess.png|32px]] [[Path_Post/it|Post elaborazione]]: Esporta un progetto in G-code
* [[Image:Path-Profile-Edges.png|32px]] [[Path_ProfileEdges/it|Profila bordi]]: Crea un percorso di profilatura dai bordi selezionati
* [[Image:Path-Profile-Face.png|32px]] [[Path_ProfileFace/it|Profila Faccia]]: Crea un percorso di profilatura da una faccia selezionata
* [[Image:Path_Dressup.png|32px]] [[Path_DressupRampEntry/it|Rampa di ingresso]]: Aggiunge la modifica di vestizione Rampa di ingresso a un percorso selezionato
* [[File:Path_Sanity.png|32px]] [[Path_Sanity/it|Errori di percorso]]: Controlla la lavorazione selezionata alla ricerca di valori mancanti
* [[Image:Path_SelectionPlane.png|32px]] [[Path_Plane/it|Piano]]: Cambia il piano di lavoro della macchina
* [[Image:Path_SimpleCopy.png|32px]] [[Path_SimpleCopy/it|Copia semplice]]: Crea una copia non parametrica di un oggetto percorso selezionato
* [[File:Path_Simulator.png|32px]] [[Path_Simulator/it|Simulatore CAM]]: Mostra l'operazione di fresatura così come viene eseguita sulla macchina
* [[Image:Path_Stop.png|32px]] [[Path_Stop/it|Stop]]: Inserisce un punto di fermo macchina

==Script==

L'ambiente Path offre una vasta gamma di [[Path scripting/it|script API in python]]. Con gli script python è possibile creare e modificare i percorsi, o estendere le funzionalità disponibili nell'ambiente.

== [[Path_FAQ|FAQ]] ==

The Path Workbench shares many concepts with other CAM software packages but has its own peculiarities. If something seems wrong, this might be a good place to start.

[[Category:User Documentation/it]]
{{clear}}
<languages/>

Latest revision as of 19:45, 17 March 2024

Redirect to: