Search found 2899 matches

by Syres
Wed Feb 28, 2024 12:44 am
Forum: Help on using FreeCAD
Topic: Issue with Gear workbench
Replies: 14
Views: 1201

Re: Issue with Gear workbench

cadcam why are you not using the latest version of FreeCAD.gears, multiple bugs have been fixed including the depracation of deepcopy ? There's a lot of changes in 2000 commits to the core of FreeCAD so the Addons have to change with it otherwise you end up with the situation like the Dodo Wb which...
by Syres
Mon Feb 12, 2024 3:06 pm
Forum: Packaging
Topic: Is there likely to be a 0.21.3 release?
Replies: 12
Views: 2016

Re: Is there likely to be a 0.21.3 release?

Backport Description Commit PR Cherry-Pick Full commit hash App: fix PropertyPythonObject persistence backward compatibility 1bb5350 12243 Yes 1bb5350c5102362889be02c14304eaefb5bee6c0 Done Avoid sending unescaped quotes to python console 963652c 12196 Yes 963652c6a7640e5f223054165ed97bab62052a5a Do...
by Syres
Mon Feb 12, 2024 10:20 am
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: 1773

Re: [Issue 12345] Sketcher Construction Geometry created in the wrong coordinates on Fedora 38 and Debian 12

@sliptonic if your staff don't have the facilities to thoroughly test their code on at the very least two platforms then why should I as a volunteer have to do it for Ondsel, this is completely unacceptable.
by Syres
Mon Feb 12, 2024 9:34 am
Forum: Packaging
Topic: Is there likely to be a 0.21.3 release?
Replies: 12
Views: 2016

Re: Is there likely to be a 0.21.3 release?

Ok but I'll add the AddonManager commits in at the end as we've already got a report of a new error!!
by Syres
Mon Feb 12, 2024 9:30 am
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: 1773

Re: [Issue 12345] Sketcher Construction Geometry created in the wrong coordinates on Fedora 38 Cinnamon

@paddle as you cannot reproduce the bug on your system what are your next intentions as this now affects two distros? Did you read my question on the GH issue regarding dropping support for these distros?
by Syres
Sun Feb 11, 2024 9:33 pm
Forum: Help on using FreeCAD
Topic: Can you attach a sketch to 2 datum planes?
Replies: 4
Views: 460

Re: Can you attach a sketch to 2 datum planes?

Not sure whether you are trying to give people a headache, can I ask why you can't just create the Sketch with these settings and have no Datum Planes?

SketchXZ_21Offset.png
SketchXZ_21Offset.png (26.43 KiB) Viewed 429 times
by Syres
Sun Feb 11, 2024 9:22 pm
Forum: Help on using FreeCAD
Topic: Globally turn off thread modelling
Replies: 19
Views: 1315

Re: Globally turn off thread modelling

The keyboard shortcuts would be a good option too, but would that require an XML GUI layout? Nope, things are much more simple than that for example line 34 change: self.unmodelThreadsButton = QtGui.QPushButton("Unmodel Threads", self) to make m the shortcut key: self.unmodelThreadsButton...
by Syres
Sun Feb 11, 2024 8:25 pm
Forum: Help on using FreeCAD
Topic: Globally turn off thread modelling
Replies: 19
Views: 1315

Re: Globally turn off thread modelling

I've uploaded it to github as I suspect there will be fixes required Well, I've seen a lot worse first attempts than that, good effort. Only glaringly obvious thing I'd look at is the layout particularly around the buttons, you just need to test different stylesheets when you're building dialog box...
by Syres
Sun Feb 11, 2024 7:48 pm
Forum: Path/CAM
Topic: CNC Tool Library and Toolbit - impossible to use
Replies: 5
Views: 615

Re: CNC Tool Library and Toolbit - impossible to use

My constructive feedback is that for a completely new user, there should only be one question 'You appear to have never used the Path Wb before as there is no Tool Library available, do you want the system to create one now as you will not be able to create tool paths without it? Yes/No In AddonMana...
by Syres
Sun Feb 11, 2024 6:43 pm
Forum: Help on using FreeCAD
Topic: Splitting a sphere
Replies: 27
Views: 1751

Re: Splitting a sphere

Chris_G wrote: Sun Feb 11, 2024 6:39 pm So this will do it :
Very impressive 8-)