From 2D Design to 3D carved wood (DRAFT)
Goals
- From 2D shape ("Hello world / Hola mundo") to 3D carved wood, using Inkscape, FreeCAD, and a CNC router
Workflow
Part Design
- Create a Body in FreeCAD
- Create 3D model as base object (Part Design, Part, Draft workbenches)
- Sketch and Extrude
CAM Workbench
- Guide: https://wiki.freecad.org/CAM_Walkthrough_for_the_Impatient
Job Setup
- Create a CAM Job in CAM Workbench
- https://wiki.freecad.org/CAM_Job
- Select the Body you want to export, from the Tree view
Job Output
- Output file path, name, extension (.gcode)
- Postprocessor
- Press CTRL+E
- Export the job with a G-code, matching to your machine.
- Select the file type yhou want to export to
Job Tools
- Tool name
- Tool number (sequence)
- Horizontal feed
- Vertical feed
- Spindle speed (RPM)
Job Workplan
- Workplan initially is empty, then populated by a sequence of Job Operations
Path Operations
- Profile
- Profile button
- Contour Panel
- Pocket
- Click Pocket button
- Pocket Shape window
- Cut mode (example: Climb)
- Step over percent (example: 50)
- Pattern (example: Offset)
Verify Paths
- Use the CAM Inspect tool to look at G-code
- https://wiki.freecad.org/CAM_Inspect
- Selecting the corresponding G-Code lines within the G-Code Inspection window highlights individual path segments.
- https://wiki.freecad.org/CAM_Sanity
Simulate Paths
- CAM Simulator - Shows the milling operation like it's done on the machine.
- https://wiki.freecad.org/CAM_Simulator
- https://wiki.freecad.org/CAM_SimulatorGL
- Start the simulation with the Play button
Post-process the job
The final step to generate G-Code for the target mill is to postprocess the Job. This outputs the G-Codes to a file that can be uploaded to the target CNC machine controller.
- Select the Job object in the tree view
- Select the CAM Postprocessing tool to postprocess the file. This opens a G-Code window allowing inspection of the final output file before it is saved.
CAM Workbench provides a Tag dressup to leave tabs for milled work - https://wiki.freecad.org/CAM_DressupTag
FreeCAD Parts Workbench
FreeCAD / Part Design Workbench
FreeCAD CAM Workbench
- FreeCAD CAM Workbench documentation
- CAM Workbench is used to produce machine instructions for CNC machines
- Creates GCode
- Depends on
- 3D model units (Menu: Edit / Preferences / General / Default Unit system)
- Macro file path (Menu: Edit / Preferences / CAM / Job Preferences)
- Holding tags (Menu: Edit / Preferences / CAM / Dressup)
- Base 3D model quality passes Check Geometry
CAM Processor
Useful Resources
- https://wiki.freecad.org/Part_and_PartDesign
- 100kgarages.com - Like fiver for machine work.
- FreeCAD CAM Frequently Asked Questions (FAQ)
- https://wiki.freecad.org/CAM_Tools
- FreeCAD Forum
- FreeCAD Discord channel
- What is FreeCAD - https://www.youtube.com/watch?v=X-9-XOx4-mA
- FreeCAD Reddit
- FreeCAD IRC - https://web.libera.chat/#freecad
- https://www.onetransistor.eu/2021/12/freecad-tools-and-settings-for-cnc-3018.html
- https://www.reddit.com/r/FreeCAD/comments/m1dy7e/gcode_from_models_created_in_freecad/?rdt=46571
- https://www.youtube.com/watch?v=jARnmuWm7n4
Related tools
- Inkscape
To Investigate
- Lithophane - 3D model from photograph
- LinuxCNC
Terminology
- 3D Pocket - Creates a path for a 3D pocket.
- https://wiki.freecad.org/CAM_Pocket_3D
- 3D Surface
- https://wiki.freecad.org/CAM_Surface
- BIM
- BREP data
- CAD
- CAM
- CAM Job - contains all the information required to generate the necessary G-code to process the Job on a CNC mill:
- CAM Tools
- Clearance height
- CNC controller / control software
- Calibrate
- Chamfers
- Convert to Shape
- Convert to Solid
- Conventional (cut)
- Contour (operation)
- Constraints
- Coordinate Axes
- Clipping plane
- CW - Clock-wise
- CCW - Counter clock-wise
- Climb (cut)
- CSG - Constructive solid geometryç
- Using primitive solid objects and doing boolean operations with them, such as fusion, subtraction and intersection, in order to create a final shape.
- https://wiki.freecad.org/Constructive_solid_geometry
- https://wiki.freecad.org/Part_Workbench
- Creats Boxes, Cylinders, Spheres
- Datum
- Deburr
- Degree of Freedom (DOF)
- Toolpaths
- Extra offset
- Finish depth
- FEM - Finite Element Analysis
- Face
- Facing (operation)
- Feed rate
- Fillets
- G-code
- G-code dialect
- Job Operations
- Job Workflow
- Navigation cube
- Pocketing (machining operation)
- Sketch
- Slotting (machining operation)
- Slot
- Safe height
- Start depth
- Step down
- Spindle
- Slicing
- Target mill
- Mesh Mixer
- Mesh Design workbench
- Outside Countour cut
- Pad
- Path
- Part workbench
- Don´t start with this
- Part Design
- Start with this
- Path Dressups
- Profile
- Pocket (operation)
- Post-processor
- Python scripts, and are saved in the Macro file path
- Probe
- Ramp
- Roughing pass
- Z-travel
- Zeroing
- Wobble
- RPM
- Rapids (movement)
- Schema
- Design in metric, use the "Metric Small Parts & CNC" schema.
- Step file
- Start point
- Stock (material)
- SVG
- Tag (holding tag)
- Tool diameter
- Transit height
- TNP - Topological naming problem
- Tree view
- https://wiki.freecad.org/Tree_view
- XY Plane
- Remounts
- Workpiece
- VCarve - engraving path using a V tool shape
File types
- DXF (.dxf) - 2D parts
- STL
- Cannot contain round information
- STEP (.step)
Colors
- Green for normal paths.
- Red for rapid paths.
- Yellow for Probed paths.
Materials
- Wood
- Aluminum
Advice
- Make sure everything is clearly labeled with either part numbers or names, so it's easy to identify individual components
- The operations within the CAM workbench are not aware of clamping mechanisms in use to secure the model to your machine. Consequently, please review and simulate the paths you generate prior to sending the code to your machine. If necessary, model your clamping mechanisms in FreeCAD in order to better inspect the paths generated. Look for possible collisions with clamps or other obstacles along the paths.
- 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.
- Custom G-Code format is always in Units/second - it can cause factor of 60 errors for CNC machine targets that operate in Units/minute.
- Pro tip: name your sketches and use the search feature to locate them
Units
- Most CNC machines expect feed rate in the form of either 'mm/min' or 'in/min'. Most post-processors will automatically convert the unit when generating gcode.
Tutorials
- CAM Walkthrough for the Impatient
- https://www.youtube.com/watch?v=oia-BBvc_pA - Path Workbench - Getting Started Tutorial/Tour
- MangoJelly's video tutorials
- JokoEngineering video tutorials
- https://www.youtube.com/watch?v=MWFC17MIfOE