From 113e6122ab725b010681f25010ac90aa603e13ad Mon Sep 17 00:00:00 2001 From: SpectralVectors Date: Wed, 22 Jan 2025 13:05:55 -0500 Subject: [PATCH] Update README.md --- README.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 2dd08621..1ee0040e 100644 --- a/README.md +++ b/README.md @@ -51,28 +51,28 @@ Fabex CNC CAM extension for Blender (formerly Blendercam) works on Windows or Li (The full [documentation](https://blendercam.com/documentation/) can also be found on the website) ## 👌 Features -| Feature | Description | Status | +| Feature | _Description_ | Status | | :---: | :--- | :---: | -| 2D & 3D Milling Strategies | _Profile, Pocket, Drill, Parallel, Cross, Block, Spiral, Medial Axis and more_ | ✅ | -| Cutter Types | _Ballnose, Ballcone, Bullnose, Flat Endmill, V-Carve, User Defined and more_ | ✅ | -| 3D Data or 2D Images | _Model in Blender, or import 3D objects or b/w images, and generate toolpaths_ | ✅ | -| Layers & Skin | _Leave material during Roughing to ensure that your Finishing passes have enough to work with_ | ✅ | -| Inverse Milling | _Cut an inverted piece for joinery, e.g. Male to Female connector_ | ✅ | -| Ambient Around Model | _Restrict Cutter to specified radius around the model_ | ✅ | -| Protect Vertical Surfaces | _Cutter moves vertically next to surfaces greater than a threshold angle_ | ✅ | -| Stay Low | _Keeps the Cutter low, if possible, to reduce travel time_ | ✅ | -| Stock Material Setup | _Enter material dimensions & location, or get them from your 3D model_ | ✅ | -| Operation Simulations | _Use your toolpaths to generate a 3D mesh simulation of your finished product_ | ✅ | -| Arc Retract | _Retracts cutter in an arc, rather than straight lines to reduce travel time_ | ✅ | -| Pack Curves | _Arrange selected curves to fit on a plywood sheet for bulk cutting_ | ✅ | -| Slice Model | _Vertically slices model into a series of curves to be cut and stacked to recreate the 3D shape_ | ✅ | -| Automatic Bridges / Tabs | _One click to add Bridges/Tabs to keep your work in place during Cutout Operations_ | ✅ | -| Chain Operations | _Combine multiple CAM operations into a Chain, Export as Gcode, or create a Chain Simulation_ | ✅ | -| Adaptive Milling Speed | _Adjusts the operation feedrate relative to the chipload calculation_ | ✅ | -| :warning: Helix Entry :warning: | _EXPERIMENTAL - Available in the Extension, but not yet fully supported_ | ⏳ | -| :warning: Ramp Down :warning: | _EXPERIMENTAL - Available in the Extension, but not yet fully supported_ | ⏳ | -| :warning: 4 Axis Milling :warning: | _Currently only possible via manual indexing_ | ⏳ | -| :warning: 5 axis Milling :warning: | _Currently only possible via manual indexing_ | ⏳ | +| **2D & 3D Milling Strategies** | _Profile, Pocket, Drill, Parallel, Cross, Block, Spiral, Medial Axis and more_ | ✅ | +| **Cutter Types** | _Ballnose, Ballcone, Bullnose, Flat Endmill, V-Carve, User Defined and more_ | ✅ | +| **3D Data or 2D Images** | _Model in Blender, or import 3D objects or b/w images, and generate toolpaths_ | ✅ | +| **Layers & Skin** | _Leave material during Roughing to ensure that your Finishing passes have enough to work with_ | ✅ | +| **Inverse Milling** | _Cut an inverted piece for joinery, e.g. Male to Female connector_ | ✅ | +| **Ambient Around Model** | _Restrict Cutter to specified radius around the model_ | ✅ | +| **Protect Vertical Surfaces** | _Cutter moves vertically next to surfaces greater than a threshold angle_ | ✅ | +| **Stay Low** | _Keeps the Cutter low, if possible, to reduce travel time_ | ✅ | +| **Stock Material Setup** | _Enter material dimensions & location, or get them from your 3D model_ | ✅ | +| **Operation Simulations** | _Use your toolpaths to generate a 3D mesh simulation of your finished product_ | ✅ | +| **Arc Retract** | _Retracts cutter in an arc, rather than straight lines to reduce travel time_ | ✅ | +| **Pack Curves** | _Arrange selected curves to fit on a plywood sheet for bulk cutting_ | ✅ | +| **Slice Model** | _Vertically slices model into a series of curves to be cut and stacked to recreate the 3D shape_ | ✅ | +| **Automatic Bridges** | _One click to add Bridges/Tabs to keep your work in place during Cutout Operations_ | ✅ | +| **Chain Operations** | _Combine multiple CAM operations into a Chain, Export as Gcode, or create a Chain Simulation_ | ✅ | +| **Adaptive Milling Speed** | _Adjusts the operation feedrate relative to the chipload calculation_ | ✅ | +| :warning: **Helix Entry**:warning: | _EXPERIMENTAL - Available in the Extension, but not yet fully supported_ | ⏳ | +| :warning: **Ramp Down** :warning: | _EXPERIMENTAL - Available in the Extension, but not yet fully supported_ | ⏳ | +| :warning: **4 Axis Milling** :warning: | _Currently only possible via manual indexing_ | ⏳ | +| :warning: **5 axis Milling** :warning: | _Currently only possible via manual indexing_ | ⏳ | > [!NOTE] > _All features listed above are for Blender 4.2.1 and up. For previous versions of Blender, check the Releases page._