Chris
Chris
didn't realize `1.0-rc1` had been released. give me a couple of days and i'll see if i can cook up a formula file 🤞.
https://github.com/FreeCAD/FreeCAD/releases/tag/1.0rc1
hey for what it's worth, i finally got my local homebrew setup updated, ie. running the latest version of brew and all formula updated ie. no outdated formula on my...
i'm going to go ahead and close this issue, as i just published a new formula based on the rc2 release. you can see PR #574 ``` brew install [email protected]_rc2_py312...
would it not make sense to label the lengths to their corresponding shape? something like the below?
> So the whole surface of the face is covered with medial axis? > > I don’t think that the problem can only be solved with limitations. In Catia there...
so i kinda ran into this myself this afternoon with my setup. a couple of things that helped me 1. setting the fish_trace var to 2 to debug my fish...
a couple of notes, setting the below environment variable did not change the cursor size, ``` export XCURSOR_SIZE=24 ``` setting the below env var scales all the gui contents in...
below are a couple other commands i have tried. ``` QT_SCALE_FACTOR=1.5 $bp/bin/freecad ``` ``` QT_AUTO_SCREEN_SCALE_FACTOR=1 ``` neither of those environment variables adjusted the size of the cursor.
a possible workaround is define a custom cursor and not use the default qt arrow cursor. ``` Qt.ArrowCursor ```