Search found 1657 matches
- Sun Aug 14, 2022 12:11 pm
- Forum: Help on using FreeCAD
- Topic: v0.20 Fastener help
- Replies: 5
- Views: 300
Re: v20 Fastner help
add one at a time to my model. You make it sound as though the user cannot add the same fastener to multiple holes at once, this is incorrect. The user simply Ctrl-clicks each circular edge of each hole to have the same type of fastener and then clicks the fastener button required which creates the...
- Sat Aug 13, 2022 6:09 pm
- Forum: Install / Compile
- Topic: [solved] Windows 11 install and run error
- Replies: 13
- Views: 703
- Sat Aug 13, 2022 6:02 pm
- Forum: Help on using FreeCAD
- Topic: Part Design workbench and Gear
- Replies: 9
- Views: 421
Re: Part Design workbench and Gear
What would be nice is to have the similar functionality as Fasteners where you can select the edge of a hole or shaft before clicking the fastener required and it be created at the location and in the same plane. I've had a look at the code of both and it's definitely transferable but whether it's w...
- Sat Aug 13, 2022 10:05 am
- Forum: Help on using FreeCAD
- Topic: [Solved] Navicube not reponding to "Steps by turn" preference
- Replies: 5
- Views: 328
Re: Navicube not reponding to "Steps by turn" preference
This is a recent change git commit 1b5285b , @uwestoehr is this related?
- Sat Aug 13, 2022 8:21 am
- Forum: UX/UI Design
- Topic: Preferences/Placement Edit box mouse interface
- Replies: 5
- Views: 251
Re: Preferences/Placement Edit box mouse interface
catman here is the code I believe for the Ctrl key to be 10x larger https://github.com/FreeCAD/FreeCAD/blob/master/src/Gui/InputField.cpp#L707 so I can't believe it's going to take a lot of effort for Shift key to be 10x smaller. The big question is whether this causes regressions that haven't be t...
- Fri Aug 12, 2022 5:53 pm
- Forum: Help on using FreeCAD
- Topic: I can pad shapestring text but cannot pocket it.
- Replies: 6
- Views: 223
Re: I can pad shapestring text but cannot pocket it.
What's the name of the font you are using, have you tried some other fonts just to prove if it's the issue?
- Fri Aug 12, 2022 3:24 pm
- Forum: TechDraw
- Topic: Multithread Testing
- Replies: 75
- Views: 5056
Re: Multithread Testing
That's fine, all sounds good, thanks again.wandererfan wrote: ↑Fri Aug 12, 2022 2:35 pm I'm probably using v2.6 since my OCC version is 7.6.2. I can download and build from v2.7 if it is significant.
- Fri Aug 12, 2022 2:22 pm
- Forum: Help on using FreeCAD
- Topic: SOLVED : FreeCAD 0.20 - Dialog for mesh options missing
- Replies: 12
- Views: 816
Re: FreeCAD 0.20 - One step forward - Two Back :-(
That's why I raised a PR to get it fixed for 0.20.2, I don't know what else you expect me to do.keithsloan52 wrote: ↑Fri Aug 12, 2022 1:48 pm But this is a problem for anybody updating the workbench, not just me.
- Fri Aug 12, 2022 1:01 pm
- Forum: TechDraw
- Topic: Multithread Testing
- Replies: 75
- Views: 5056
Re: Multithread Testing
Quick question, are you compiling against this Libpack (the same as 0.20.1) https://github.com/FreeCAD/FreeCAD-LibP ... es/tag/2.7 ?wandererfan wrote: ↑Thu Aug 11, 2022 6:58 pm I am currently working on getting the multi-thread branch to work in windows.
- Fri Aug 12, 2022 12:39 pm
- Forum: Help on using FreeCAD
- Topic: SOLVED : FreeCAD 0.20 - Dialog for mesh options missing
- Replies: 12
- Views: 816
Re: FreeCAD 0.20 - One step forward - Two Back :-(
12:56:27 Traceback (most recent call last): 12:56:27 File "/Applications/FreeCAD_0.20.app/Contents/Resources/Mod/AddonManager/addonmanager_workers.py", line 977, in run 12:56:27 os.makedirs(moddir) 12:56:27 File "/Applications/FreeCAD_0.20.app/Contents/Resources/lib/python3.9/os.py&q...