Furgo

Results 77 comments of Furgo

I can reproduce it. However, it's only easily doable on the bold text. If I try to click on the regular text (bigger red area in the issue description), I...

@FEA-eng thank you for testing. Credit (as per commit authorship) goes to `Syres916`. I intentionally submitted it as draft, as there are a couple of pieces I want to look...

@Roy-043 thanks. That looks promising, as it sets the button status on all toolbars at once. However, as a quick test I simply added the following to the current `_find_grid_toolbutton`:...

Update after a quick test: 1. The code does not handle multiple documents properly ([review comment](https://github.com/FreeCAD/FreeCAD/pull/13972#pullrequestreview-2055093228)) => can reproduce 2. Toolbar and status bar buttons out of sync ([review comment](https://github.com/FreeCAD/FreeCAD/pull/13972#issuecomment-2110174890))...

> I don't think there is a need to change gui_grid.py. This may have been required before though. 1. I'll double check that. > The references to the Draft Tray...

https://wiki.freecad.org/Part_CompJoinFeatures worked for the particular example in the forum, but it does not seem to work with Facebinder and the example file on this issue. Trying to use Connect on...

> With UMF we have label dragging which makes the settings redundant. How does label dragging work, has it already landed? I don't seem to be able to drag any...

I had tried that with no success :-) My issue was that the distance between label and edge is reasonable for mm scale models, but it appears right on the...

Reported the related issue as https://github.com/FreeCAD/FreeCAD/issues/13808

Indeed, their values seem to be defined, read, and then not used anywhere else: https://github.com/FreeCAD/FreeCAD/blob/ede724366ea0cbb153301f7c43e4b597393a94f2/src/Mod/Measure/App/Preferences.cpp#L67-L70 https://github.com/FreeCAD/FreeCAD/blob/ede724366ea0cbb153301f7c43e4b597393a94f2/src/Mod/Measure/App/Preferences.cpp#L77-L80