Search found 3941 matches

by looo
Tue Dec 26, 2023 7:40 pm
Forum: Help on using FreeCAD
Topic: Creating a Worm and Pinion Gearset
Replies: 43
Views: 22826

Re: Creating a Worm and Pinion Gearset

The other thing to perhaps put on the very long list is a double-envoloping worm and wheel, where the worm is shaped like an hourglass. yes that would be a nice addition, but it's not easy... lets first start with the pinion-gear. here is an image of the cross section of a worm: Bildschirmfoto 2023...
by looo
Tue Dec 26, 2023 6:57 pm
Forum: Help on using FreeCAD
Topic: Creating a Worm and Pinion Gearset
Replies: 43
Views: 22826

Re: Creating a Worm and Pinion Gearset

Is it this what you want?
Image

here is my attempt, but I clearly failed haha:
Bildschirmfoto vom 2023-12-26 19-56-19.png
Bildschirmfoto vom 2023-12-26 19-56-19.png (326.49 KiB) Viewed 5443 times
would be nice to find a way to construct this and add it to freecad.gears.
by looo
Tue Dec 26, 2023 5:58 pm
Forum: Help on using FreeCAD
Topic: Black screen with Conda weekly builds
Replies: 6
Views: 524

Re: Black screen with Conda weekly builds

From a practical point of view the Conda community update policy is unknown to me, maybe @adrianinsaval or @looo could advise. I guess conda-forge simple do not have the resources for keeping qt-packages uptdatet. 1. for qtwebengine the azure build services are not sufficient and time out, so qtweb...
by looo
Tue Dec 26, 2023 3:03 pm
Forum: Open discussion
Topic: FC Gears: Feedback thread
Replies: 91
Views: 21691

Re: FC Gears: Feedback thread

Talking about addon manager - am I correct in thinking that you cannot have different addons for link branch and main branch? They both share the same location? (not a problem, just curiosity :) again) I am not an expert on the add-on-manager, not sure if you can set the location where the addonman...
by looo
Tue Dec 26, 2023 1:40 pm
Forum: Open discussion
Topic: FC Gears: Feedback thread
Replies: 91
Views: 21691

Re: FC Gears: Feedback thread

ok the question is: why calling workbenches freecad.<wokbench_name>? I found this naming convention very convenient: freecad.gears is a namespace module. This means it extends the freecad namespace. So in python you import the freecad relevant stuff via: from freecad import gears or: import freecad....
by looo
Mon Dec 25, 2023 12:58 pm
Forum: Help on using FreeCAD
Topic: On the Accuracy of Unwrap Faces in Mesh Workbench
Replies: 7
Views: 1307

Re: On the Accuracy of Unwrap Faces in Mesh Workbench

both methods in mesh-design wb are approximations based on meshes. To get a exact unwrapped surface you can should use the macro (At least I guess it can unwrap exactly)
by looo
Sun Dec 24, 2023 5:22 pm
Forum: Python scripting and macros
Topic: <class 'TypeError'>: Object of type FeaturePython is not JSON serializable
Replies: 3
Views: 286

<class 'TypeError'>: Object of type FeaturePython is not JSON serializable

I just tried some old code with freecad + py311 and see the following error-report. __get_state__ and __set_state__ is implemented for the view provider. Does anyone know what has changed? 17:42:38 is unchecked 17:50:00 PropertyPythonObject::toString(): failed for <class 'freecad.freecad_glider.tool...
by looo
Sun Dec 24, 2023 5:17 pm
Forum: Developers corner
Topic: Supporting Qt 6 - What's needed?
Replies: 175
Views: 62911

Re: Supporting Qt 6 - What's needed?

ppenguin wrote: Tue Dec 19, 2023 9:28 pm Does this soqt status mean there's no soqt needed and also not quarter?
yes soqt is not needed for pivy compilation, also freecad has no dependency on soqt. Afaik freecad has included its own version of quarter.