FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabic Belarusian Catalan Czech German Greek Spanish Spanish Basque Finnish Filipino French Galician Croatian Hungarian Indonesian Italian Japanese Kabyle Korean Lithuanian Dutch Norwegian Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbian Swedish Turkish Ukrainian Valencian Vietnamese Chinese Chinese
  • Features
  • Download
  • Blog
  • Documentation
    Documentation index Getting started Users documentation The FreeCAD manual Workbenches documentation Python coding documentation C++ coding documentation Tutorials Frequently asked questions Privacy policy About FreeCAD
  • Contribute
    How to help Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • Community
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bank agency: BNP Paribas Fortis
Address: 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!


GuiCommand: Name: CAM Vcarve MenuLocation: CAM , Vcarve Workbenches: CAM_Workbench Version: 0.19

CAM Vcarve

Description

The Vcarve tool is primarily for center-line engraving a Draft ShapeString onto a part. However, it may be useful for other kinds of 2D.

Unlike engraving which follows the lines in the shapestring, V-carving uses a V-shaped cutter and attempts to clear the area by moving the cutter down the center of the region and varying the depth of cut. Since a v-cutter radius varies with the depth, the width of cut varies as well. The result is a more natural looking cut, particularly for serif fonts.

Example Vcarving Path

The V-carve algorithm calculates a path down the center-line of a region using a Voronoi diagram. This center-line is the path the tool will follow in the XY plane. It next calculates a \'maximum inscribed circle\' along the path. This is the largest circle that can be drawn at that point and remain entirely inside the clearing area. Using the circle radius and the tip angle of the cutter, the depth of cut is calculated.

Usage

Prepare the shapes to engrave

  • [ Draft ShapeStringsare usable out of the box

  • SVG files require some massaging, both in the editor and in the Draft Workbench:

  • In the editor (e.g. Inkscape): make sure the file only contains paths and that the paths are ungrouped; make sure there are no self-intersecting paths, (in Inkscape) use Path → Simplify and union to join paths that overlap.

  • Switch to the Draft Workbench in workbench dropdown list

  • Import the SVG using File → Import → select "SVG as geometry"

  • The result should look similar to this:

    :   ![](https://raw.githubusercontent.com/FreeCAD/FreeCAD-documentation/master/wiki/images/Svgimport.png )

    :   

Above: Results of importing 'SVG as geometry'

:

:   Paths with holes (letters, the vine in the image above) are imported as 2 separate paths (named along the lines of `Path905` and `Path905001` in the [Tree view](wiki-test2.php?gitpage=Tree_view)), one of them is the hole and the other one is the outline; we\'ll deal with this in the next step
    • In order to get the 2D faces, CAM Vcarve needs:

      • For paths without holes:
        1. Select the path
        2. Choose Modification → _Upgrade
        3. Followed by Modification → _Downgrade
      • For paths with holes:
        1. Select the outer path, then the inner path
        2. Choose Modification → _Downgrade twice

      : Some paths will behave differently, so you may need to play with Upgrade and Downgrade until you get something named: Face<number> : The end result should look like this: :

Create the Vcarve operation

  • Switch to the [ CAM Workbench in the workbench dropdown menu
  • Add a job, use the objects named Face<number> (or the ShapeString) as a base, add a v-bit tool controller, set feeds, speeds, etc.
  • The operation only supports one object (either a single Face object, or a ShapeString) so for each object:
    • Select CAM → Vcarve from the top menu. This opens the configuration panel.
    • Open the Base Geometry tab and add all faces of the ShapeString, or the face of a single Face object obtained above
    • Press Apply and inspect the generated path; if necessary, adjust operation parameters (Threshold can be set higher in most situations)
    • Press OK to finish

Options

Empty

Properties

Data

{{TitleProperty|Base}}

  • Placement: -

  • Label: -

{{TitleProperty|Depth}}

  • ClearanceHeight: -

  • FinalDepth: -

  • SafeHeight: -

  • StartDepth: -

  • StepDown: -

{{TitleProperty|Op Values}}

  • OpFinalDepth: -

  • OpStartDepth: -

  • OpStockZMax: -

  • OpStockZMin: -

  • OpToolDiameter: -

{{TitleProperty|Path}}

  • Active: -

  • Comment: -

  • CoolantMode: -

  • StartVertex: -

  • ToolController: -

  • UserLabel: -

Hidden

  • Base: -

  • BaseObject: -

  • BaseShapes: -

  • ExpressionEngine: -

  • Label2: -

  • Path: -

  • Proxy: -

  • Visibility: -

View

Empty

Scripting

See also:

FreeCAD Scripting Basics.

Example:

#Place code example here.

{{CAM_Tools_navi}}


⏵ documentation index > CAM > CAM Vcarve

This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/CAM_Vcarve.md

Get in touch!
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.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub