The incorrect bolt length is due to the blender modelling, as only complete revolutions for the thread are used. The length of a bolt should be the distance from the underside of the head to the…
The incorrect bolt length is indeed due to the blender modelling, so that might be considered "expected", however it's not expected for a mechanical fixing. The length of a bolt should be the…
Thanks for taking the time to port this extension and fix into the new extensions programme. The cap head bolt "props.bf_Shank_Dia" is missing the Global Scale in line 2400.
At the moment it will not work in 4.2. However I was able to get the bold factory going with 4.3 dev release. Taking the extension files, copying them to the config folder (for Linux this is…
There was a ticket or comment saying that 50mm was too small for the maximal bolt size. The user wanted to make a bolt that was 2 inches which needed 50.8mm
The preset values that are stored in the folder /addons/presets/operator/mesh.bolt_add
Presets for all extensions in 4.2 are missing: see #124020. The fix will need a couple of new lines in the init def register() in each extension.
The solution will work from 4.3. The "if" test keeps things happy on 4.2.
In Boltfactory.py
def register(): needs to have the following lines added:
import os
` # Part of 4.3 may be…
More reading: blender/blender#119521 has the text: "Provide guidance for where extensions should store presets (existing conventions for add-ons may not make…
Further testing with my suggestion shows that while Blender no longer crashes the mesh ends up with a non-contiguous surface. The root to fixing this is going to be understanding the generation of…
I can stop it crashing with an edit to the python addon :) In another toolbox I saw the use of mesh.validate()
Add the following lines at the end of remove_doubles in achm_tools.py
…
The steps in the PDF still cause a crash in Blender version 3.6.3 Archimesh version has had some updates since this ticket was raised and is now at 1.2.5.
The curved top window has significantl…
Blend file for the intersecting cylinders. Created using 3.6.3 on Linux Mint. Started from a new file - deleted everything, then add two mesh cylinders with slightly different sizes. Select one…
I've re-created an example of this using two mesh->cylinder objects.
The issue is that the Bool solver routine does a poor job at detecting a common overlapping plane. With a very minor shift…
Seems to be a duplicate of: No aparece 3D-Print Toolbox #105099
The screen shots did not get included in the zip file.
If you open the SVG a text editor you will see that it contains an image is a PNG data block. The tool used to create this file has used the SVG file format to wrap a PNG data object.
For me -…