Screw Maker
Screw Maker
It seems there are some issues with the Screw Maker macro here and then.
So I do open this thread, where feedback can be provided.
The generation of a real thread is possible with Screw Maker but needs a long time. It needs some minutes at my computer for one screw! So be patient. The console has now a feedback, which counts the rotations made at the cutting process.
I made some bugfixes lately. The latest version is Screw Maker 1.7.
Ulrich
Edit: There is a Version 2.0 posted here: http://forum.freecadweb.org/viewtopic.p ... =30#p95929
Edit: There is a Version 2.2 posted here: https://forum.freecadweb.org/viewtopic. ... 53#p234653
Edit: Screw Maker is now on github: https://github.com/ulrich1a/screw_maker
So I do open this thread, where feedback can be provided.
The generation of a real thread is possible with Screw Maker but needs a long time. It needs some minutes at my computer for one screw! So be patient. The console has now a feedback, which counts the rotations made at the cutting process.
I made some bugfixes lately. The latest version is Screw Maker 1.7.
Ulrich
Edit: There is a Version 2.0 posted here: http://forum.freecadweb.org/viewtopic.p ... =30#p95929
Edit: There is a Version 2.2 posted here: https://forum.freecadweb.org/viewtopic. ... 53#p234653
Edit: Screw Maker is now on github: https://github.com/ulrich1a/screw_maker
- Attachments
-
- screw_maker1_7.py.zip
- (18.83 KiB) Downloaded 9886 times
Last edited by ulrich1a on Wed Oct 17, 2018 10:09 pm, edited 3 times in total.
Re: Screw Maker
Thank you lots! It works!
One step closer for open-source world domination!
Will it improve more?
Screws need lock-washer, holes and nuts with threads.
One step closer for open-source world domination!

Will it improve more?
Screws need lock-washer, holes and nuts with threads.
Re: Screw Maker
There are troubles with some bolts.
Something went wrong during screw making.
Some look fine, some are not.
Something went wrong during screw making.
Some look fine, some are not.
Re: Screw Maker
Nuts are on my todo-list. A screw tap may be added too. But it needs some time. I have so far not looked for a standard about lock-washers.ValkaTR wrote:Screws need lock-washer, holes and nuts with threads.
I am aware, that the real thread is not working for larger diameters. The thread-cut-algorithmen has to be refined for larger diameters. That at least some threads are working is based on trial and error at searching for a working method. The helix-function from opencascade has a lot of issues.
I did not look a the very small threads. That these having issues is new to me. Thanks for reporting.
Please be patient. I have a few things on my list, and will work on improvements.
Ulrich
Re: Screw Maker
Hi Ulrich, I read this post:
viewtopic.php?f=3&t=7096
and was wondering if there's a way to use your macro to make a headless screw or bolt; just the threaded length?
viewtopic.php?f=3&t=7096
and was wondering if there's a way to use your macro to make a headless screw or bolt; just the threaded length?
Re: Screw Maker
Hi,
Im trying to make a conical helix and was wondering if you could help with the math, or maybe explain the math in your script and how I can add a taper, i'm using arc to draw, so it needs center-x,center-y and end-x ,end-y for each half pitch as you draw the thread....I can compensate/donate to you or freecad for your help.
Im trying to make a conical helix and was wondering if you could help with the math, or maybe explain the math in your script and how I can add a taper, i'm using arc to draw, so it needs center-x,center-y and end-x ,end-y for each half pitch as you draw the thread....I can compensate/donate to you or freecad for your help.
Re: Screw Maker
I have the same question.bejant wrote:Hi Ulrich, I read this post:
viewtopic.php?f=3&t=7096
and was wondering if there's a way to use your macro to make a headless screw or bolt; just the threaded length?
This script is wonderful - but i need more to have a thread in a solid object.
Is it possible to get this?
Re: Screw Maker
Do you need a inner thread in a solid object in order to screw something in, or do you want something like a threaded bolt on a solid object?lsmod wrote:but i need more to have a thread in a solid object.
Ulrich
Re: Screw Maker
A tapped hole; threaded pocket!
Re: Screw Maker
This is on my todo-list. I want to do it with the right profile for an inner thread. I already had some thoughts on it. So ScrewMaker should than provide a screwtap to cut a thread into a solid. Unfortunately the progress is slowly, so more in months than days.geant wrote:A tapped hole; threaded pocket!
I have some code that generates threads faster. Unfortunately it breaks some screws. So I need to fix this first, before publishing it.
Ulrich