kopia lustrzana https://github.com/vilemduha/blendercam
Mergin User Docs
rodzic
d23b141b1a
commit
2be3fece34
|
@ -1,5 +0,0 @@
|
||||||
# Fun
|
|
||||||
|
|
||||||
_so much fun_
|
|
||||||
|
|
||||||
__SOOOOOOOO MUCH FUN__
|
|
|
@ -7,9 +7,7 @@ Welcome to Fabex's Documentation!
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
This site serves as an introduction to Fabex, a free and open source extension for Blender, the free and open-source 3D app.
|
This site serves as an introduction to Fabex, a free and open source extension for Blender, the free and open-source 3D app.
|
||||||
|
|
||||||
Fabex allows you to generate toolpaths and gcode files based on 3D objects or 2D Images within Blender.
|
Fabex allows you to generate toolpaths and gcode files based on 3D objects or 2D Images within Blender.
|
||||||
|
|
||||||
These files can then be sent to a CNC machine to cut your designs!
|
These files can then be sent to a CNC machine to cut your designs!
|
||||||
|
|
||||||
User Guide
|
User Guide
|
||||||
|
@ -18,11 +16,11 @@ User Guide
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
fun
|
install
|
||||||
|
|
||||||
This section is for new users, containing basic info on how to install and use the extension.
|
This section is for new users, containing basic info on how to install and use the extension.
|
||||||
|
|
||||||
:doc:`fun` is fun
|
:doc:`install` contains Installation instructions.
|
||||||
|
|
||||||
Developer Guide
|
Developer Guide
|
||||||
******************
|
******************
|
||||||
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
# How to install CNC CAM extension for Blender ?
|
||||||
|
|
||||||
|
## Use CNC CAM extension for Blender from github
|
||||||
|
|
||||||
|
Using CNC CAM Blender extention from github is a great way to try out the newest features and fixes. The latest build (dailybuild) of Blender can be used with the latest Master branch of CNC CAM extension and then you can live on the bleeding edge.
|
||||||
|
|
||||||
|
* [1. Obtaining Blender](#obtaining-blender)
|
||||||
|
* [2. Install (or update) Blendercam addon](#install-or-update-blendercam-addon)
|
||||||
|
|
||||||
|
## Obtaining Blender
|
||||||
|
CNC CAM is an extension for Blender. It works now with Blender version 4.21 .
|
||||||
|
|
||||||
|
You can download blender from here:
|
||||||
|
https://www.blender.org/download/
|
||||||
|
|
||||||
|
To install CNC CAM extension for Blender, download blendercam.zip
|
||||||
|
|
||||||
|
stable: https://github.com/vilemduha/blendercam/releases
|
||||||
|
|
||||||
|
experimental: https://github.com/pppalain/blendercam/releases
|
||||||
|
|
||||||
|
*don't* extract it. In blender, go to preferences, Get Extension, and select 'Install from Disk' and select the blendercam.zip file you downloaded. After Blender must be restarted to ensure the wheels are correctly installed.
|
||||||
|
|
||||||
|

|
||||||
|

|
Ładowanie…
Reference in New Issue