CAM FAQ

From FreeCAD Documentation
Revision as of 17:53, 28 December 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Combien d'axes l'atelier Path peut-il traiter ?

Pour le moment, en version 0.18, l'atelier Path peut gérer jusqu'à 3 axes. Actuellement, les capacités du 4ème axe sont en cours de développement pour la prochaine version officielle, avec certaines opérations de l'atelier Path déjà mises à niveau vers le statut de base du 4ème axe.

Pourquoi, dans certaines instances, l'atelier Path propose-t-il plus d'un moyen pour spécifier une Opération ?

L'atelier Path fournit des outils permettant de réaliser de nombreuses opérations de fraisage, d'autres étant en élaboration et comme FreeCAD est à code ouvert, rien n'empêche les utilisateurs de créer leurs propres fonctionnalités.

Dans le dessin 3D, il existe souvent plusieurs méthodes disponibles qui peuvent être avantageuses à utiliser pour des opérations Job différents. Dans certains cas, des combinaisons d'opérations sont utilisées pour fournir un fraisage complet du Stock.

Un exemple habituel est que l'opération Contour peut être générée depuis Edges ou Faces. Dans certains cas, il peut y avoir un avantage à utiliser l'une ou l'autre des méthodes.

Why does Dressing up an Operation change the position in the Job Workflow shown in the Operations list?

All additions to the Job--including modifications, and Operation copies--are appended at the end of the Job Workflow. If that disrupts the correct Job sequence, it must be reordered in the Job editor->Workflow tab.

Quelle est la différence entre Clearance Height et Safe Height?

Des informations plus détaillées sont disponible sur Depths and Heights.

Quelle est l'utilisation habituelle de SetupSheet?

Le SetupSheet est un masque de saisie dédié, contenu dans un Job, modifié dans la vue Property, seulement accessible depuis Path workbench. Il fournit une méthode pour configurer les éléments d'un Job en utilisant les Values et les Expressions du SetupSheet aux utilisateurs experts.

Les entrées courantes pour Depths, Heights, et Tool Controllers comprennent:

  1. Final Depth Expression -- OpFinalDepth
  2. Start Depth Expression -- OpStartDepth
  3. Step Down Expression -- Defaults to OpToolDiameter. Cette expression est utilisée à chaque Operation pour calculer les valeurs par défaut de descente (Step down) en fonction du diamètre de l'outil (Tool) défini dans le gestionnaire d'outils (Tool controller) associé.
  4. Clearance Height Expression -- StartDepth+SetupSheet.ClearanceHeightOffset
  5. Clearance Height Offset Value -- Contient la valeur utilisée dans Expressions
  6. Safe Height Expression -- StartDepth+SetupSheet.SafeHeightOffset
  7. Safe Height Offset Value -- Contient la valeur utilisée dans Expressions
  8. Horizontal Rapid Value -- Fournit la valeur par défaut utilisée pour renseigner le taux d'avance horizontale rapide (Horizontal Rapid Feed) pour tous les gestionnaires d'outils.
  9. Vertical Rapid Value -- Fournit la valeur par défaut utilisée pour renseigner le taux d'avance verticale rapide (Vertical Rapid Feed) pour tous les gestionnaires d'outils.

Cela permet d'avoir de la flexibilité. Par exemple, les expressions par défaut sont fournies mais peuvent être modifiées par l'utilisateur. La modification peut même réduire l'équation par défaut à une Value si cela convient à l'utilisateur.

Quelle est l'utilisation habituelle de Job Templates??

Job templates permet de sauvegarder les définitions de Job les plus communes et de les réutiliser pour les Jobs avec une configuration similaire.

How many Base objects does Path workbench support?

Support exists only for a single Base object. To create paths for multiple solids in a single Job you can make a Compound out of them and use that as the base object for the Job.

Why does an Operation not produce usable output?

A variety of reasons exist that may cause an individual Operation to generate no output.

One common reason is that the Tool geometry defined in the Tool controller selected for the Operation is too large to fit within the geometry selected on the 3D model for the Operation.

Be aware that this will typically exhibit as a Rapids movement to where the Operation beginning, completed by a Rapid Z movement to the geometry selected to define the Operation, and then a return to Rapid transit height.

Another common misunderstanding is that a Contour Operation is not outputting paths, when the Contour editor Operation->Cut Side is "Inside", the default, and toggling the 3D Model viability allows them to be seen.

Path Workbench peut-il effectuer des fraisages de surface en 3D?

Oui, Path fournit des Operations de fraisage de surfaces 3D. Cela necessite l'installation d'OpenCamLibrary, un module Open Source d'un fournisseur extérieur, dans le répertoire des fichiers de Macros.

OpenCamLibrary n'est pas intégrée à FreeCAD pour s'assurer qu'aucune violation de licence ne se produise.

Quoi faire si les stratégies d'Operation par défaut ne correspondent pas à mes besoins?

Pour les Pocket Operations, le point de départ (Start Point) par défaut est en XYZ = 000 et est toujours validé mais il peut aussi être configuré dans la fenêtre Property. Les Operations Pocket et Facing sont pré-selectionnées en Climb plutôt qu'en Cut Mode conventionnel dans l'onglet Operation.

For Contour style Operations, the Operation tab has a "Direction" input that may be configured as CW, or CCW, which defines the cut direction. For reference:

  1. Cut Side = Outside, Cut Direction = CCW, Climb Cut
  2. Cut Side = Outside, Cut Direction = CW, Conventional Cut
  3. Cut Side = Inside, Cut Direction = CW, Conventional Cut

Cut Side = Inside, Cut Direction = CCW, Climb Cut

Start Points can be enabled--and configured in the Property view window.

In FaceMill Operations Material Allowance can be specified, allowing overcutting for positive values, and undercutting for negative values.

In Contour and Pocket Operations, the Extra Offset serves the same purpose.

These inputs are valuable, allowing functionality including:

  1. Defining Roughing Passes, in conjunction with the Depths input fields.
  2. Specifying overcut for Facing operations
  3. Features smaller than the Tool diameter, that must be faced, can benefit from specifying an Outside Contour cut with a negative Extra Offset value.

Judicious care should be exercised when specifying Material Allowances and Offsets, at the risk of undesired cuts into the Stock.

What do I do if an Operation generates more Vertical movements than my Job can tolerate?

Operations such as 3D_Pocket, Pocket_Shape, and FaceMill, but not Contour Operations have a configuration option to keep the tool down, in the Data tab of the Property View.

How can I leave tabs to clamp my milled work?

Path workbench provides a Tag dressup for just this purpose.

What is a Postprocessor?

The Postprocessor is used to tailor output code to target CNC controllers for various machines, in their G-Code dialect.

Can I modify an existing, or make my own Postprocessor?

Postprocessors are Python scripts, and are saved in the Macro file path. They are intended to be modified, or used as a template for further Postprocessor development.

I only want to use one Postprocessor--can I make it the default, or hide other options?

Yes, The path preferences has a section for post processors where you can select which post processors to display and select a default post.

How I can set metric/imperial units for my path object?

The 3D model units are defined in the Edit->Preferences...>General->Units tab's User System drop menu.

The Units setting configuring how the the target mill interprets the Job G-Code is set in the output Postprocessor, which inserts a G20, or a G21 G-Code command to indicate inches or millimeters, respectively.

The Postprocessor also is configured for Units/Second, or Units/Minute. If set for Units/Minute, the Path workbench internal G-Code dialect Feed rate is multiplied by 60.

Mismatches between the 3D model and Postprocessor settings are likely culprits for factor of 60 errors in Feed rate, and factors of 25.4 in distance.

How I can simulate my milling strategies?

A volumetric simulator is provided to view the result of cutting the tool geometries included in the Job Operations against the Stock.

If the path lines obscure the simulation result, their visibility should be toggled off before simulation.

What is the significance of the path line colors?

Path line colors are defined in the Edit->Preference...->Path->Path colors tab. Default colors include:

  1. Green for normal paths.
  2. Red for rapid paths.
  3. Yellow for Probed paths.

How do I Enable/Disable visibility of path lines?

Path workbench allows control of the display of path lines by toggling the visibility of the Job by selecting it in the Combo View. The visibility of individual or groups of Operations are then toggled from the Combo View.

How do I check that my G-Code sequence is correct?

By default, the Postprocessor output is displayed in a window before saving. This--along with the Path CAM simulator provide a means to examine the Job before processing it on a CNC machine. The G-Code inspection tool allows you to inspect the internal Path G-Code for each Operation, providing a means to trace whether the output of the Postprocessor reflects what is defined in the Operation.

The Operations list in the Combo View panel displays the sequence that the operations will be processed in the Job. If the Operations are correct, but not in the desired sequence, that can be adjusted by double clicking the Operations list and dragging the Operations to their proper location, or by double clicking the Job editor and selecting the Workflow tab, then using the Up/Down arrows on selected Operations to sort them.

Why am I not getting correct G-Code output from my Postprocessor for Operations inserted using the Partial Command->Custom command?

Commonly, the Custom G-Code command because the format is always in Units/second, it can cause factor of 60 errors for CNC machine targets that operate in Units/minute.

Why do changes to Placement values in the Property View not seem to work correctly in Path workbench?

"The Path feature also holds a Placement property. Changing the value of that placement will change the position of the Feature in the 3D view, although the Path information itself won't be modified. The transformation is purely visual. This allows you, for example, to create a Path around a face that has a particular orientation on your model, that is not the same orientation as your cutting material will have on the CNC machine.

However, Path Compounds can make use of the Placement of their children (see below)."


[Path scripting ]

Why does Path workbench on my computer seem to miss functionality that I see in other users forum posts?

By default, Experimental functionality is hidden in Path workbench.

Why do Youtube videos posted by Path workbench developers appear out of synch with the Path workbench?

Path workbench shifted dramatically from FreeCAD v0.16 to v0.17, and any videos posted prior to January 1st, 2018, are very likely to contain information that is no longer in synch with v0.17 of FreeCAD Path workbench.

Why are arcs not round, but are made of a set of straight lines?

This is only a matter of displaying the path. You can change this in the preferences: Load Path workbench.

  1. open Preferences->Path->Job Preferences
  2. set the values for Default Geometry Tolerance and Default Curve Accuracy to small values but not to 0, e.g. to 0.01mm.
  3. confirm the change
  4. Restart FreeCAD.

Template:Path Tools navi/fr