lorenz
lorenz
here is an example how to calculate the max_height. maybe we can add a warning if the height parameter is too big. 
The conditional warning was added here: https://github.com/looooo/freecad.gears/commit/dff8ee7b424362c89cb5e9fe2c828b2b014469dd#diff-637bc0e7541865d9034069165058469578ee67325d5e16ec5e276f131b24ebd4R611 Please close the issue if you are fine with this solution. In general, it's up to the user to understand the geometrics of...
I currently do not have much time for this module. But if I find the time I will try to work on this. Pr are also appriciated...
you can do this with a boolean common (Part-workbench). Create one gear with 20° pressure angle and another with 30° pressure angle and rotate the second gear to align with...
sry, I have no idea. Maybe you create a copy of the gear (Part > create simple copy) and post the file in the FreeCAD-forum.
thanks for the information. I will try to add some version-checking. Maybe FreeCAD provides a tool for this task...
I thought about it already. But I don't know how to handle this. I think it's better to wait for an official assembly module, and see how to best implement...
Actually I am wondering why you would like to take the container approach. Why not simple use a FeaturePython object and add the gear as a PropertyLink + use the...
Hello Zoltà difficult to say. The updating mechanism was not always the same, so it also depends on the version of FreeCAD. For this module I used the [Part::FeaturePython](https://github.com/looooo/freecad.gears/blob/master/freecad/gears/commands.py#L50) class...
I do not have such an issue. Not every change of parameter triggers the recomputation. You have to click into another parameter-field to get the parameter-change applied.