Fasteners workbench based on screw-maker

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
User avatar
Evgeniy
Posts: 477
Joined: Thu Jul 15, 2021 6:10 pm

Re: Fasteners workbench based on screw-maker

Post by Evgeniy »

@mario52

Try to download original FastenersCmd.py and replace it on youre installed workbench:

https://github.com/shaise/FreeCAD_Faste ... nersCmd.py

After that, everything should work.
mario52
Veteran
Posts: 4673
Joined: Wed May 16, 2012 2:13 pm

Re: Fasteners workbench based on screw-maker

Post by mario52 »

Hi

not work , only my modification work fine for all linguage see my first post https://forum.freecadweb.org/viewtopic. ... 50#p645350

mario
Maybe you need a special feature, go into Macros_recipes and Code_snippets, Topological_data_scripting.
My macros on Gist.github here complete macros Wiki and forum.
User avatar
Evgeniy
Posts: 477
Joined: Thu Jul 15, 2021 6:10 pm

Re: Fasteners workbench based on screw-maker

Post by Evgeniy »

I have downloaded the latest version of Fasteners. And added the translation files.

I can't reproduce the error you are talking about. I have everything perfectly translated and working.
A long dash does not affect the translation in any way. And it shouldn't affect.

Perhaps should not make a Pull-request until the reason is found.


Check.png
Check.png (41.84 KiB) Viewed 4121 times
mario52
Veteran
Posts: 4673
Joined: Wed May 16, 2012 2:13 pm

Re: Fasteners workbench based on screw-maker

Post by mario52 »

Hi
Evgeniy wrote: Wed Dec 21, 2022 3:39 pm
not translate

translate only with my modifications

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.21.0.31513 (Git)
Build type: Release
Branch: master
Hash: b2ab8edba4bfd71681e639f8c3f1105066bed4c7
Python 3.10.8, Qt 5.15.4, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: French/Mars(fr_MA)
mario
Maybe you need a special feature, go into Macros_recipes and Code_snippets, Topological_data_scripting.
My macros on Gist.github here complete macros Wiki and forum.
Giulio Buccini
Posts: 541
Joined: Fri Aug 26, 2016 9:07 pm
Location: Munich - Gemany

Re: Fasteners workbench based on screw-maker

Post by Giulio Buccini »

A little bit off-topic from the posts above: the thickness of M6 Washers - ISO7092 / DIN433 seems wrong to me.
It should be 1.6 mm, not 1.8 mm.

I checked online on various sources. :?
mario52
Veteran
Posts: 4673
Joined: Wed May 16, 2012 2:13 pm

Re: Fasteners workbench based on screw-maker

Post by mario52 »

Maybe you need a special feature, go into Macros_recipes and Code_snippets, Topological_data_scripting.
My macros on Gist.github here complete macros Wiki and forum.
rynn
Posts: 454
Joined: Tue Jul 31, 2018 7:00 am

Re: Fasteners workbench based on screw-maker

Post by rynn »

Seems to be:

1.4 mm min
1.6 mm nominal
1.8 mm max
Giulio Buccini
Posts: 541
Joined: Fri Aug 26, 2016 9:07 pm
Location: Munich - Gemany

Re: Fasteners workbench based on screw-maker

Post by Giulio Buccini »

I use the DIN433/ISO7092 quite often and I never saw an M6 washer with 1.8 mm of thickness...

Look here:
https://www.schrauben-lexikon.de/norm/ISO_7092.asp

As you can see here, the official thickness are:

- nominal = 1.6 mm
- min = 1.4 mm
- max = 1.8 mm
mario52
Veteran
Posts: 4673
Joined: Wed May 16, 2012 2:13 pm

Re: Fasteners workbench based on screw-maker

Post by mario52 »

Hi

ok

C:\Users\YourName\AppData\Roaming\FreeCAD\Mod\FastenersWB\FsData\iso7092def.csv

("h" = 1.6 and "h_max" = 1.8 as https://www.fasteners.eu/de/standards/ISO/7092/)

Code: Select all

"ISO7092def"
"Dia","d1_min","d2_max","h","h_max"
"M1.6",1.7,3.5,0.3,0.35
"M2",2.2,4.5,0.3,0.35
"M2.5",2.7,5.0,0.5,0.55
"M3",3.2,6.0,0.5,0.55
"M4",4.3,8.0,0.5,0.55
"M5",5.3,9.0,1.0,1.1
"M6",6.4,11.0,1.6,1.8
"M8",8.4,15.0,1.6,1.8
"M10",10.5,18.0,1.6,1.8
"M12",13.0,20.0,2.0,2.2
"M16",17.0,28.0,2.5,2.7
"M20",21.0,34.0,3.0,3.3
"M24",25.0,39.0,4.0,4.3
"M30",31.0,50.0,4.0,4.3
"M36",37.0,60.0,5.0,5.6
mario
Maybe you need a special feature, go into Macros_recipes and Code_snippets, Topological_data_scripting.
My macros on Gist.github here complete macros Wiki and forum.
User avatar
shaise
Posts: 470
Joined: Thu Jun 11, 2015 8:11 am

Re: Fasteners workbench based on screw-maker

Post by shaise »

Giulio Buccini wrote: Fri Jan 13, 2023 2:15 pm A little bit off-topic from the posts above: the thickness of M6 Washers - ISO7092 / DIN433 seems wrong to me.
It should be 1.6 mm, not 1.8 mm.

I checked online on various sources. :?
You are correct, It is a bug that happened in one of the latest changes causing h_max to be used instead of h. It is fixed now.
Post Reply