Same here. Very happy to be here. Merry Christmas or whatever you celebrate!
Search found 129 matches
- Tue Dec 22, 2020 5:21 am
- Forum: Help on using FreeCAD
- Topic: Christmas time
- Replies: 21
- Views: 3391
- Tue Dec 01, 2020 10:12 am
- Forum: Help on using FreeCAD
- Topic: Custom toolbar items activation
- Replies: 5
- Views: 267
Re: Custom toolbar items activation
All I know is that I asked the same question previously and was given this answer (though I can't seem to find that thread now). I know that one of the workbenches I had to autoload was Draft. I don't know if this changed at some point previously. You may need to run a macro to load the workbenches...
- Sun Nov 29, 2020 7:37 pm
- Forum: Help on using FreeCAD
- Topic: Custom toolbar items activation
- Replies: 5
- Views: 267
Re: Custom toolbar items activation
All I know is that I asked the same question previously and was given this answer (though I can't seem to find that thread now). I know that one of the workbenches I had to autoload was Draft. I don't know if this changed at some point previously.
- Fri Nov 27, 2020 6:18 am
- Forum: Help on using FreeCAD
- Topic: Custom toolbar items activation
- Replies: 5
- Views: 267
Re: Custom toolbar items activation
Use Tools->Addon Manager to add the Autoload wB and restart FreeCAD. Then go to Accessories->Autoload... and check all of the workbenches from which you added commands. This will cause FreeCAD to load all of the workbenches on startup. Startup may take a bit longer but your custom toolbar will work.
- Sat Nov 21, 2020 12:55 am
- Forum: Help on using FreeCAD
- Topic: Exporting Multiple Meshes to one STL...
- Replies: 25
- Views: 793
Re: Exporting Multiple Meshes to one STL...
This is odd. I have no problems exporting multiple objects in a single STL file and Cura opens it and shows the objects spaced as I had them in FreeCAD. I've actually been doing this for quite a while. I simply select the objects and then do File->Export as an STL file. I've done this with multiple ...
- Mon Nov 16, 2020 7:23 am
- Forum: Help on using FreeCAD
- Topic: [Solved] Transform Tool for an App Link
- Replies: 4
- Views: 258
Re: [Solved] Re: Transform Tool for an App Link
I think this is a quirk of how FreeCad treats different kinds of solids. Without being familiar with the internals I can't say more... maybe one of the devs can comment... When I added the applink to the "Body" of the Part instead of the lower-layer "Fillet" object then the "Transform" option appea...
- Tue Nov 10, 2020 7:44 am
- Forum: Help on using FreeCAD
- Topic: "broken" mesh in STL export
- Replies: 0
- Views: 106
"broken" mesh in STL export
OS: Windows 10 (10.0) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.22665 (Git) Build type: Release Branch: master Hash: b0d7850406e046f3b7a8cd5da261e7d54df6bd99 Python version: 3.8.6 Qt version: 5.12.9 Coin version: 4.0.0 OCC version: 7.4.0 Locale: English/United States (en_US...
- Sun Nov 01, 2020 9:31 pm
- Forum: Help on using FreeCAD
- Topic: Prompt to save before closing document
- Replies: 9
- Views: 377
Re: Prompt to save before closing document
Confirmed on Windows too. OS: Windows 10 (10.0) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.22665 (Git) Build type: Release Branch: master Hash: b0d7850406e046f3b7a8cd5da261e7d54df6bd99 Python version: 3.8.6 Qt version: 5.12.9 Coin version: 4.0.0 OCC version: 7.4.0 Locale: Eng...
- Sun Nov 01, 2020 11:37 am
- Forum: Help on using FreeCAD
- Topic: Just a bit confused about terminology now
- Replies: 2
- Views: 141
Re: Just a bit confused about terminology now
In your test2.FCStd, you have two separate bodies. The restriction is that each body must be a contiguous solid.
- Thu Oct 29, 2020 4:12 am
- Forum: Help on using FreeCAD
- Topic: how to rotate parts over more than one axis???
- Replies: 6
- Views: 3343
Re: how to rotate parts over more than one axis???
The following method worked for me: Go to Edit -> Placement Under Rotation group box, select "Euler angles (XY'Z")" Under Rotation group box, set the "Pitch", "Roll", "Yaw" rotation angles' values correspondingly to the required ones over the XYZ axis. Just FYI, in 0.19, these change to "Around x-a...