Search found 2902 matches

by Syres
Sun Feb 11, 2024 4:38 pm
Forum: Help on using FreeCAD
Topic: dodo workbench error
Replies: 2
Views: 279

Re: dodo workbench error

ninoleum the error is know about and there's even a fix submitted https://github.com/oddtopus/dodo/pull/19/files which as it's a Python text file, you can make the change yourself by removing the lines with a red background and adding the lines with a green background. I've tried to raise the Dodo ...
by Syres
Sun Feb 11, 2024 3:45 pm
Forum: Help on using FreeCAD
Topic: ImageGUI DLL load failed.
Replies: 8
Views: 560

Re: ImageGUI DLL load failed.

IIRC the installer offers uninstalling previous version before installing a new one. Besides that the default install location is versioned so you would have to choose yourself to install over an existing installation. I completely agree, I'll test an upgrade of 0.19.4 to 0.21.2 later on my Win 7 p...
by Syres
Sun Feb 11, 2024 10:10 am
Forum: Help on using FreeCAD
Topic: ImageGUI DLL load failed.
Replies: 8
Views: 560

Re: ImageGUI DLL load failed.

chrisb you've lost track of time (understandably) the Image workbench was removed during the 0.21.x dev cycle. The obvious reason for the error is the OP didn't mention they'd upgraded from an earlier version and the installer doesn't delete folders that already existed but aren't in the new versio...
by Syres
Sat Feb 10, 2024 7:35 pm
Forum: Developers corner
Topic: Sketcher current 0.22main issues toolbar
Replies: 18
Views: 1880

Re: Sketcher current 0.22main issues toolbar

Good call, yep, when I change the setting that I have never ever needed to change, I can replicate the disappearing constraint text!!
by Syres
Sat Feb 10, 2024 6:49 pm
Forum: Help on using FreeCAD
Topic: New User - Problems creating solid from sketch
Replies: 3
Views: 367

Re: New User - Problems creating solid from sketch

Welcome, you likely have very small gaps, duplicate geometry on top of each other so you can't see the duplication or T lines, the utility to validate a sketch is called https://wiki.freecad.org/Sketcher_ValidateSketch If you're still struggling, post your file and someone can have a look at it.
by Syres
Sat Feb 10, 2024 6:45 pm
Forum: Developers corner
Topic: Sketcher current 0.22main issues toolbar
Replies: 18
Views: 1880

Re: Sketcher current 0.22main issues toolbar

I'm starting to wonder if your graphics card/driver is playing a part here (as we're using the same distro), I realise my Debian 12.4 VM isn't right up-to-date but the only way I can get near to your missing text is to view at ridiculously oblique angles which no-one in the right mind would be sketc...
by Syres
Sat Feb 10, 2024 6:31 pm
Forum: TechDraw
Topic: issue #12238: Techdraw view section misplace lines with links placement
Replies: 2
Views: 313

Re: issue #12238: Techdraw view section misplace lines with links placement

One of tasks in the next Mon-Fri is to make a list of commits/PRs for fixes only (except Arch/Draft) to backport in preparation for 0.21.3, wandererfan if you've already got a list started it would help with the task, if not, fine but I'll pass my list (TechDraw only) by you for approval later in th...
by Syres
Sat Feb 10, 2024 5:16 pm
Forum: Developers corner
Topic: Sketcher current 0.22main issues toolbar
Replies: 18
Views: 1880

Re: Sketcher current 0.22main issues toolbar

@ladis IMHO Edit>Preferences>Sketcher>Display>Visibility Automation>Force orthographic camera when entering edit should be on by default but others may well disagree.
by Syres
Sat Feb 10, 2024 2:30 pm
Forum: Help on using FreeCAD
Topic: [Issue 12345] Sketcher Construction Geometry created in the wrong coordinates on Fedora 38 and Debian 12
Replies: 20
Views: 1787

Re: Sketcher Construction Geometry created in the wrong coordinates on Fedora 38 Cinnamon

Is that fixed by https://github.com/FreeCAD/FreeCAD/pull/12306? Nope, a Git Bisect shows the root cause of the bug to be b140fea and therefore not surprisingly adding: this->navigation->findBoundingSphere(); to src/Gui/View3DInventorViewer.cpp has no effect on this bug. Edit: The ISO I used to buil...
by Syres
Sat Feb 10, 2024 1:12 pm
Forum: Packaging
Topic: Is there likely to be a 0.21.3 release?
Replies: 12
Views: 2073

Re: Is there likely to be a 0.21.3 release?

Roy_043 I was basically going to bury myself away for most of next week, firstly (excluding Arch & Draft) producing a list, testing each cherry pick locally and where necessary (if the folder structure has changed for example) creating branches in my repository for specific PRs. Finally create ...