Help on drawing a worm gear with its involute gear

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
franceecad
Posts: 8
Joined: Sat Jun 03, 2017 3:04 pm

Help on drawing a worm gear with its involute gear

Post by franceecad »

Dear all,
I beg your pardon, but I could not make this:
An example
An example
Worm_Gear_and_Pinion.jpg (40.74 KiB) Viewed 6612 times
Source: https://es.wikipedia.org/wiki/Archivo:Worm_Gear.gif


I've tried to adapt an involute gear to an existing thread from a fastener M8, but it seems impossible to match. :o
This is what I achieve at best.
This is what I achieve at best.
Selection_004.png (100.95 KiB) Viewed 6610 times
Do you suggest that I should continue trying or is there a better approach?

Thank you!

This is my About:
==============
OS: Ubuntu 16.04.2 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.16.6710 (Git)
Build type: None
Branch: releases/FreeCAD-0-16
Hash: f8eca0f9311f07c125dd6742a607724c1fa0b77c
Python version: 2.7.12
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
Attachments
An example. Notice the curvature of the thoot.
An example. Notice the curvature of the thoot.
Selection_003.png (83.36 KiB) Viewed 6612 times
User avatar
salp
Posts: 252
Joined: Thu Nov 21, 2013 11:58 pm
Location: Putnam, NY

Re: Help on drawing a worm gear with its involute gear

Post by salp »

Do you need an accurate model to 3D print or just an approximation?

I created a rough model by using the same tooth pattern for the the pinion and the gear (see the attached FreeCad file).
Hope that helps.
Screenshot at 2017-06-06 20-54-19.png
Screenshot at 2017-06-06 20-54-19.png (178.71 KiB) Viewed 6609 times
Worm_Gear_and_Pinion.fcstd
(432.57 KiB) Downloaded 353 times


OS: Linux Mint 18 Sarah
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.11236 (Git)
Build type: None
Branch: master
Hash: 255b28138f6d512ce450e782a23c8cb739b0b306
Python version: 2.7.12
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.1.0
franceecad
Posts: 8
Joined: Sat Jun 03, 2017 3:04 pm

Re: Help on drawing a worm gear with its involute gear

Post by franceecad »

Many thanks for your help.

My intention is 3d print this model. Perhaps it would be a bit easier if there is a way to move objects with the mouse, constrained to a working plane, but I could not find it.
UR_
Veteran
Posts: 1355
Joined: Tue Jan 03, 2017 8:42 pm

Re: Help on drawing a worm gear with its involute gear

Post by UR_ »

Hello franceecad,
some weeks ago, there was a similar question on this forum.

Please have a look.
https://forum.freecadweb.org/viewtopic.php?f=3&t=13906
franceecad
Posts: 8
Joined: Sat Jun 03, 2017 3:04 pm

Re: Help on drawing a worm gear with its involute gear

Post by franceecad »

Thank you, UR_...
Amazing! I did not find the topic :(

I will definitely investigate this example and the workbench. Thanks again!
franceecad
Posts: 8
Joined: Sat Jun 03, 2017 3:04 pm

Re: Help on drawing a worm gear with its involute gear

Post by franceecad »

Hi... I'm sorry but I'm not being able to get good results using this workbench... I read the documentation on Git hub but it is beyond my understanding.

Is there another doc to read or a more basic example to download?

Thank you in advance,
qurn
Posts: 51
Joined: Wed Oct 10, 2018 4:49 pm

Re: Help on drawing a worm gear with its involute gear

Post by qurn »

I had the same question, came across this thread and like to share a good solution i found on the way.

Here is a parametric globoid worm gear drive for OpenSCAD.
https://www.thingiverse.com/thing:2776688

It's nicely written. It explains the way to get geometry in the gif.
To import it in FreeCAD OpenSCAD Workbench paste the content of the 3 .scad files and adapt the parameters.

Pros: easy, fast, precise, good documented
Cons: won't be a native FreeCAD object.
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Help on drawing a worm gear with its involute gear

Post by NormandC »

Another drawback is that it will produce a tessellated shape like a mesh.
User avatar
easyw-fc
Veteran
Posts: 3633
Joined: Thu Jul 09, 2015 9:34 am

Re: Help on drawing a worm gear with its involute gear

Post by easyw-fc »

Importing an OpenScad file in FC will generate proper Features, not tessellated objects.
From the wiki:
FreeCAD will import the OpenSCAD-File and build up a tree with primitives and boolean operations
https://www.freecadweb.org/wiki/Import_OpenSCAD_code
User avatar
meme2704
Veteran
Posts: 2926
Joined: Sat Apr 01, 2017 2:47 pm
Location: Vosges

Re: Help on drawing a worm gear with its involute gear

Post by meme2704 »

Hello
Here is a suitable approach often used in economic constructions:
a biconnic screw and a spur gear,
Can be improved by making a slightly inclined pinion parallel to the tangent to the screw
Attachments
vis biconique.FCStd
(307.3 KiB) Downloaded 348 times
vis biconique.PNG
vis biconique.PNG (80.26 KiB) Viewed 5375 times
Post Reply