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!

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Vcarve
Surface
CAM

Cavità 3D

Posizione nel menu
Path → Cavità 3D
Ambiente
Path
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Nessuno

Descrizione

Questo strumento crea una nuova operazione Cavità 3D. Una tasca 3D tiene conto della superficie inferiore della tasca.

Sample image of 3D Pocket operation used to clear cylindrical battery holder.

Utilizzo

  1. Selezionare il fondo della tasca da fresare
  2. Premere il pulsante Cavità 3D
  3. Selezionare il controller dell'utensile che si desidera utilizzare
  4. Regolare le proprietà come si desidera
  5. Applicare
  1. From within a Job, select one or more Faces from the Job Model to include as the Base Geometry.
  2. Invoke the Pocket 3D or select CAM → Pocket 3D command from the top menu.
  3. Choose a Tool controller from the pop up selection dialogue window.
  4. Add or subtract Base Geometry elements as needed to configure the Operation.
  5. Check the Depths tab to ensure the Start Depth, Finish Depth, and Step Down percentage are correct. The Final Depth is determined by the Body Geometry selection and is not modifiable.
  6. Check the Heights tab to ensure the Safe and Clearance Heights are appropriate.
  7. Check the Operation tab where the Tool controller can be re-selected, the Cut mode can be configured for Climb or Conventional milling, the Pattern can be set, the Step Over percentage can be adjusted, and Pass Extension can be applied.
  8. Click Apply to observe the milling path for the passes of the Operation. Adjust parameters until satisfied with the Operation.
  9. Click OK to save the Operation.

Notes

  • All paths generated from this operation are based on a standard end mill using the diameter of the tool you selected for this 3D Pocket operation.
  • Ball end mills and other shapes are not respected for path generation even if selected as the tool for this operation.

Options

  • Use the DatiAdaptive Pocket Finish property to attempt to minimize air milling below a 3D Pocket in cases where the pocket is a hole through the model.
  • Use the DatiAdaptive Pocket Start property to attempt to minimize air milling upon entry to the pocket. For example, look at the sample image above in the Description section of this page. In order to reduce the air milling above that 3D Pocket, toggle this property to True and the paths will begin closer to the pocket, much nearer to where the pocket actually begins. See the following image and note the difference in the path start height. The air milling is reduced.

Sample image of 3D Pocket operation used to clear cylindrical battery holder with the Adaptive Pocket Start enabled in order to reduce air milling upon entry.

  • If you wish to process the entire model and stock as a whole, use the DatiProcess Stock Area property set to True with no Base Geometry selected.

Properties

Data

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

Face

  • DatiOffset Pattern: Clearing pattern to use. (Select in which manner the horizontal movements should be done.)

Path

  • DatiActive: Make False, to prevent operation from generating code
  • DatiBase: The base geometry for this operation
  • DatiComment: An optional comment for this Operation
  • DatiCoolant Mode: The coolant mode for this operation.
  • DatiCycle Time: The cycle time estimation for this operation.
  • DatiTool Controller: Defines the Tool controller used in the Operation
  • DatiUser Label: User assigned label

Pocket

  • DatiAdaptive Pocket Finish: Use adaptive algorithm to eliminate excessive air milling below planar pocket bottom.
  • DatiAdaptive Pocket Start: Use adaptive algorithm to eliminate excessive air milling above planar pocket top.
  • DatiCut Mode: The direction that the toolpath should go around the part ClockWise (CW) or CounterClockWise (CCW)
  • DatiExtra Offset: Extra offset to apply to the operation. Direction is operation dependent.
  • DatiHandle Multiple Features: Choose how to process multiple Base Geometry features.
  • DatiKeep Tool Down: Attempts to avoid unnecessary retractions.
  • DatiMin Travel: Use 3D Sorting of Path
  • DatiProcess Stock Area: Process the model and stock in an operation with no Base Geometry selected.
  • DatiStart At: Start pocketing at center or boundary
  • DatiStep Over: Percent of cutter diameter to step over on each pass
  • DatiZig Zag Angle: Angle of the zigzag pattern

Rotation

Note: Rotation is not available for 3D Pocket as of 0.19.

  • DatiEnable Rotation: Enable rotation to gain access to pockets or areas not normal to Z axis.

Start Point

  • DatiStart Point: The custom start point for the path of this operation.
    • DatiX: X-distance value
    • DatiY: Y-distance value
    • DatiZ: Z-distance value
  • DatiUse Start Point: Make True, if manually specifying a Start Point. Set the start point in the property data Start Point field.

View

Empty

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.


Vcarve
Surface
CAM

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

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