Search found 2902 matches

by Syres
Sun Jan 16, 2022 12:04 pm
Forum: Help on using FreeCAD
Topic: Known Issues Comments
Replies: 108
Views: 28001

Re: Known Issues Comments

Is this an issue with the precompiled versions too? Do you know if a solution is in sight? As @looo is fully aware he won't be using Python 3.10.x in the Conda recipe and the LibPack will be staying on Python 3.8.x for the foreseeable future to ensure Windows 7 still works. As far as a solution all...
by Syres
Sat Jan 15, 2022 6:33 pm
Forum: Help on using FreeCAD
Topic: Known Issues Comments
Replies: 108
Views: 28001

Re: Known Issues Comments

chrisb wrote: Sat Jan 01, 2022 6:25 pm ping
Is it time there was an entry at the top of Known Issues, All Platforms - Python 3.10.x and above have a known issue with Pivy see https://github.com/coin3d/pivy/issues/88 ?
by Syres
Sat Jan 15, 2022 4:49 pm
Forum: Help on using FreeCAD
Topic: Help (F1) does not help
Replies: 10
Views: 1927

Re: Help (F1) does not help

I believe this is the second report in the last week, I'm suspecting the file freecad.qhc is residing in the FreeCAD 0.19 folder structure but the incorrect location. Edit: The other report https://forum.freecadweb.org/viewtopic.php?f=4&t=65173 Are you aware, this only seems to apply to those us...
by Syres
Sat Jan 15, 2022 4:30 pm
Forum: Help on using FreeCAD
Topic: customise position of coordinate axis in bottom RH corner?
Replies: 32
Views: 4091

Re: customise position of coordinate axis in bottom RH corner?

Let's test them when you are ready (no rush :) ) The branch is ready for testing https://github.com/FreeCAD/FreeCAD/compare/master...Syres916:patch-37 I've tested it using: OS: Linux Mint 19.3 (X-Cinnamon/cinnamon) Word size of FreeCAD: 64-bit Version: 0.20.27077 (Git) Build type: Release Branch: m...
by Syres
Thu Jan 13, 2022 9:03 am
Forum: Help on using FreeCAD
Topic: How to make 0.125 be smaller than 0.1875
Replies: 15
Views: 2228

Re: How to make 0.125 be smaller than 0.1875

Please upgrade to 0.19.3 using https://github.com/FreeCAD/FreeCAD/releases/tag/0.19.3 , navigate to the bottom of the page for the section Assets (expand the list if not done by your browser) and click on the FreeCAD-0.19.3-WIN-x64-installer-2.exe (note the number 2 after installer, it's important t...
by Syres
Thu Jan 13, 2022 8:44 am
Forum: Install / Compile
Topic: [Solved]Freecad 0.19 is not starting Win10
Replies: 7
Views: 4474

Re: [Solved]Freecad 0.19 is not starting Win10

ENHANCEMENT: The Taskbar menu for FreeCad could have a Maximize button, so if it somehow off the window, you can always get it back. It's not necessary, Windows has a built-in fully documented shortcut key(s) for Maximise Window , F11 or Windows logo key + Up arrow On Windows 7 it's the Windows log...
by Syres
Tue Jan 11, 2022 7:10 am
Forum: Help on using FreeCAD
Topic: How to Create Complex Surface (Membrane) with Defined Boundaries
Replies: 6
Views: 920

Re: How to Create Complex Surface (Membrane) with Defined Boundaries

I think all your questions are answered in the 9min tutorial below using Curves and Surface (I don't think you'll like how many clicks are involved in Surface Wb).

https://youtu.be/iUhHgnvgpo0
by Syres
Tue Jan 11, 2022 6:46 am
Forum: Install / Compile
Topic: PySide2 Python module not found.
Replies: 3
Views: 2705

Re: PySide2 Python module not found.

If you use Curves Wb (no doubt others as well) then the bit I'd be concerned with is: Pivy: because if Pivy isn't installed there will be a loss of some functionality. Easy to prove is it's installed by: import pivy pivy.__version__ which in my case gives '0.6.5a0' but I'm on Linux so the LibPack co...
by Syres
Tue Jan 11, 2022 5:48 am
Forum: Help on using FreeCAD
Topic: customise position of coordinate axis in bottom RH corner?
Replies: 32
Views: 4091

Re: customise position of coordinate axis in bottom RH corner?

Thank you! It would be interesting to compare it with Nav Cube code (and, no I haven't got a clue where and how to even start... :mrgreen: ) Firstly, I've not forgotten about this but due to the possibility of new users ending up with multiple entities over each other (Nav Cube, Frame Rate and Coor...
by Syres
Mon Jan 10, 2022 7:51 pm
Forum: Developers corner
Topic: Adding Commands in Python to C++ Workbench
Replies: 9
Views: 2414

Re: Adding Commands in Python to C++ Workbench

As well as _CommandImageScaling.py in the Image Wb.