Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ondsel Freecad crash with freecad.gears #156

Open
turbubestia opened this issue Mar 5, 2024 · 1 comment
Open

Ondsel Freecad crash with freecad.gears #156

turbubestia opened this issue Mar 5, 2024 · 1 comment

Comments

@turbubestia
Copy link

I tried to use freecad.gear on the latest Ondsel but it crashes with no message, except and abnormal termination in the log.

OS: Windows 11 build 22631
Word size of Ondsel: 64-bit
Version: 2024.1.0.35694 (Git)
Build type: Release
Branch: flavor
Hash: b070090c6873b3fcf4be9a459219d22edfc4e7cf
Python 3.10.13, Qt 5.15.8, Coin 4.0.0, Vtk 9.2.6, OCC 7.6.3
Locale: Spanish/Chile (es_CL)
Installed mods: 
  * freecad.gears 1.2.0
  * Ondsel-Lens 2024.1.22.01
  * OpenDark 2023.12.17

If I run the next code in the Readme.md

import FreeCAD as App
import freecad.gears.commands
gear = freecad.gears.commands.CreateInvoluteGear.create()
gear.teeth = 20
gear.beta = 20
gear.height = 10
gear.double_helix = True
App.ActiveDocument.recompute()
Gui.SendMsgToActiveView("ViewFit")

it crashes in the App.ActiveDocument.recompute()

It would be great to have this plugins working in Ondsel Freecad.

Ondsel.log

@0phiTeS
Copy link

0phiTeS commented Mar 29, 2024

I face the exact same issue. I opened an issue on the ondsel repository.
It works fine for me on vanilla freecad but not in ondsel.
It also crashes in the App.ActiveDocument.recompute() for me also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants