vilemduha / blendercam

Automatically exported from code.google.com/p/blendercam
GNU General Public License v3.0
477 stars 118 forks source link

Blender 2.93 crashes when enabling OpenCamLib #191

Closed dexington closed 1 year ago

dexington commented 3 years ago

KuduQ Engrave test 2.blend.zip I've installed BlenderCam and OpenCamLib according to the latest instructions under Ubuntu 20.

I'm able to generate a parallel toolpath and simulate it with 'exact mode' enabled. (See attached .blend file) However, when enabling OpenCamLib, blender crashes. Strangely, it doesn't generate a blender.crash.txt file. BTW it seems "Exact Mode" cannot be deactivated once enabled.

I noticed one error when installing OpenCamLib using "cmake -DBUILD_PY_LIB=ON -DBUILD_CXX_LIB=ON -DUSE_PY_3=ON .." as follows: "Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)" Other than that I didn't see any errors.

INTENDED ROUTER: Shapeoko 4 XL

abosafia commented 3 years ago

hi dexington there is somthing wrong with your model I don't know I exported it as stl then imported it in new file works fine join us in https://riot.im/app/#/room/#blendercam:matrix.org we can help better KuduQ Engrave test .blend.tar.gz

dexington commented 3 years ago

@abosafia Thank you. I will join you there.

TurBoss commented 3 years ago

hello

"Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)"

sudo apt install doxygen
or doxygen-dev

but this is optional to generate docs

dexington commented 3 years ago

@TurBoss Thank you.