FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabo Bielorusso Catalano Czech German Greek Spanish Spanish Basco Finnish Filippino Français Galiziano Croatian Hungarian Indonesiano Italiano Japanese Kabyle Coreano Lituano Dutch Norvegese Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbo Swedish Turkish Ukrainian Valenziano Vietnamita Cinese Cinese
  • Funzioni
  • Download
  • Blog
  • Documentazione
    Indice di documentazione Per iniziare Documentazione utenti Il manuale FreeCAD Documentazione degli ambienti di lavoro Documentazione di scripting Python Documentazione codice C++ Tutorial Domande frequenti Politica sulla Privacy Informazioni Su FreeCAD
  • Contribuire
    Come aiutare Sponsor Segnala un bug Fai una richiesta Opportunità di lavoro e ricompense Linee guida per contribuire Manuale degli sviluppatori Traduzioni
  • Comunità
    Codice di condotta Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendario
  • ♥ Donate

Donate

$
Informazioni SEPA
Si prega di intestare il bonifico SEPA a:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Agenzia bancaria: BNP Paribas Fortis
Indirizzo: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

Foratura
Incisione
Path

Adattiva

Posizione nel menu
Path → Adattiva
Ambiente
Path
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Nessuno

Descrizione

The CAM Adaptive command creates clearing and profiling paths. The operation varies cutter engagement so that the material removal never exceeds a maximum value.

Utilizzo

Usage instructions for the Adaptive operation are presented here.

Basic Operation

  1. Press the Adaptive icon, or select the CAM → Adaptive from the top menu.
  2. Select the tool controller for the Operation from the Tool controller dialogue pop up window, if prompted.
  3. Adjust the operation depths as needed in the Depths tab: Start Depth, Finish Depth, Step Down.
  4. Make adjustments in Heights tab if needed.
  5. Configure settings in the Operations tab:
    1. (See the Properties → Adaptive section below.)
    2. Set the Step Over value as a percentage of the diameter of the Tool.
  6. If you wish to preview the result before accepting the settings, click Apply
  7. Click OK button to confirm and generate paths.

Preliminary Notes About Adaptive Clearing

  • Depending on the size and complexity of the area for the operation, is might be better to not recompute the operation after every property change; rather, consider:
    • deactivate the operation with the Active toggle tool, make your changes to the operation's properties, then click the Active icon again to re-activate the operation - which triggers a recompute internally.
  • The Adaptive operation might contain a few bugs yet to be clearly identified. Please report bugs and issues in the FreeCAD Path/CAM Forum.
  • All tool shapes may not be respected with this operation. Check the FreeCAD forum for further details.
  • Should you choose to run the path simulator in the CAM Workbench, it only uses the standard end mill to simulate paths. Therefore, you will not see tool-shape-specific material removal. Material removal is shown using the end mill shape.

Proprietà

Note : The names of some Properties in this list differ a little from the same settings used in the Task Window Editor.

Adaptive

  • DatiForce Inside-Out: Force plunging into material inside and clearing towards the edges
  • DatiHelix Angle: Helix ramp entry angle (degrees)
  • DatiHelix Cone Angle: Angle (degrees) of conical helix
  • DatiHelix Diameter Limit: Limit helix entry diameter, if limit larger than tool diameter or 0, tool diameter is used
  • DatiKeep Tool Down Ratio: Max length of keep tool down path compared to direct distance between points
  • DatiLift Distance: Lift distance for rapid moves
  • DatiOperation Type: Type of adaptive operation: Clearing or Profiling
  • DatiSide: Side of selected faces that tool should cut: Inside or Outside
  • DatiStep Over: Percent of cutter diameter to step over on each pass
  • DatiStock to Leave: How much stock to leave (i.e. for a separate finishing operation)
  • DatiTolerance: Influences accuracy and performance
  • DatiUse Helix Arcs: Use Arcs (G2) for helix ramp

Base

Note: It is suggested that you do not edit the Placement property of path operations. Rather, move or rotate the CAM Job model as needed.

  • DatiPlacement: Overall placement[position and rotation] of the object - with respect to the origin (or origin of parent object container)
    • DatiAngle: Angle in degrees applied to rotation of the object around Axis property value
    • DatiAxis: Axis (one or multiple) around which to rotate the object, set in sub-properties: X, Y, Z
      • DatiX: X-axis value
      • DatiY: Y-axis value
      • DatiZ: Z axis value
    • DatiPosition: Position of the object, set in sub-properties: X, Y, Z - with respect to the origin (or origin of parent object container)
      • DatiX: X-distance value
      • DatiY: Y-distance value
      • DatiZ: Z-distance value
  • DatiLabel: User-provided name of the object (UTF-8)

Depth

  • DatiClearance Height: The height needed to clear clamps and obstructions
  • DatiFinal Depth: Final Depth of Tool- lowest value in Z
  • DatiFinish Depth: Maximum material removed on final pass.
  • DatiSafe Height: The above which Rapid motions are allowed.
  • DatiStart Depth: Starting Depth of Tool- first cut depth in Z
  • DatiStep Down: Incremental Step Down of Tool

Path

  • DatiActive: Make False, to prevent operation from generating code
  • DatiComment: An optional comment for this Operation
  • DatiUser Label: User assigned label
  • DatiTool Controller: Defines the Tool controller used in the Operation

Tasks Window Editor Layout

Descriptions for these settings are provided in the Properties list above.

This section is simply a layout map of the settings in the window editor for the Operation.

Base Geometry

  • Add: Adds selected element(s) which should be the base(s) for the path(s).
  • Delete: Delete the selected item(s) in the Base Geometry list.
  • Clear: Clear all items in the Base Geometry list.

Depths

  • DatiStart Depth
  • DatiFinal Depth
  • DatiFinish Depth
  • DatiStep Down

Heights

  • DatiSafe Height
  • DatiClearance Height

Operation

  • DatiTool Controller
  • DatiCut Region (Side)
  • DatiOperation Type
  • DatiStep Over Percent
  • DatiAccuracy vs Performance (Tolerance)
  • DatiHelix Ramp Angle
  • DatiHelix Cone Angle
  • DatiHelix Max Diameter (Helix Diameter Limit)
  • DatiLift Distance
  • DatiKeep Tool Down Ratio
  • DatiStock to Leave
  • DatiForce Clearing Inside-Out
  • DatiStop

Known Issues

In case CAM Adaptive creates some unwanted paths, try with a DatiStock to Leave set to 0.001 mm or more. You can reduce the diameter of the tool by double that amount to keep the paths exact.

A proposed bugfix is available (but no one is working on integrating it):

https://github.com/FreeCAD/FreeCAD/pull/5276

Resources

  • Author's GitHub page for the original project: kreso-t/FreeCAD_Mod_Adaptive_Path
  • Active topic in FreeCAD forums for Path Adaptive operation: Adaptive Path/CAM Operation


Foratura
Incisione
Path

Questa pagina è recuperata da https://wiki.freecad.org/CAM_Adaptive

Tieniti aggiornato!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

Questo progetto è supportato da: , KiCad Services Corp. e altri sponsor

GitHubMigliora questa pagina su GitHub