Search found 338 matches

by PAS_Drafter
Tue Mar 26, 2024 8:44 pm
Forum: Help on using FreeCAD
Topic: Simply opening and closing a sketch causes project to shift orientations
Replies: 4
Views: 375

Re: Simply opening and closing a sketch causes project to shift orientations

@Shalmeneser

No Argument here. I have been using that feature more on my new projects. That was an old file I resurrected.
:D
by PAS_Drafter
Tue Mar 26, 2024 5:56 pm
Forum: Help on using FreeCAD
Topic: Simply opening and closing a sketch causes project to shift orientations
Replies: 4
Views: 375

Re: Simply opening and closing a sketch causes project to shift orientations

I guess, I'm still a little confused on how the "Error" was already there, since it seemed to work fine previously until I opened it now. It is an older file created with a previous version. Shouldn't the program have caught the error before it was saved the original time? It seemed to me ...
by PAS_Drafter
Tue Mar 26, 2024 5:34 pm
Forum: Help on using FreeCAD
Topic: [Solved-next rel] <class 'TypeError'>: Object of type FeaturePython is not JSON serializable" error when I save the file
Replies: 3
Views: 339

Re: "<class 'TypeError'>: Object of type FeaturePython is not JSON serializable" error when I save the file

So, it looks like this issue has been resolved in a future release.

The error comes up a lot, but I have not seen it mess anything up in my projects. I just wanted to make sure that I wasn't the only one seeing it and if not, it got addressed.

Thanks
by PAS_Drafter
Tue Mar 26, 2024 12:07 am
Forum: Help on using FreeCAD
Topic: [Solved-next rel] <class 'TypeError'>: Object of type FeaturePython is not JSON serializable" error when I save the file
Replies: 3
Views: 339

[Solved-next rel] <class 'TypeError'>: Object of type FeaturePython is not JSON serializable" error when I save the file

OS: Windows 11 build 22621 Word size of FreeCAD: 64-bit Version: 0.21.2.33771 (Git) Build type: Release Branch: releases/FreeCAD-0-21 Hash: b9bfa5c5507506e4515816414cd27f4851d00489 Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3 Locale: English/United States (en_US) Installed mods: * Ass...
by PAS_Drafter
Mon Mar 25, 2024 11:33 pm
Forum: Help on using FreeCAD
Topic: Simply opening and closing a sketch causes project to shift orientations
Replies: 4
Views: 375

Simply opening and closing a sketch causes project to shift orientations

OS: Windows 11 build 22621 Word size of FreeCAD: 64-bit Version: 0.21.2.33771 (Git) Build type: Release Branch: releases/FreeCAD-0-21 Hash: b9bfa5c5507506e4515816414cd27f4851d00489 Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3 Locale: English/United States (en_US) Installed mods: * Ass...
by PAS_Drafter
Tue Jan 30, 2024 9:18 pm
Forum: Help on using FreeCAD
Topic: How do I read the Euler Angle of an object's placement
Replies: 4
Views: 472

Re: How do I read the Euler Angle of an object's placement

edwilliams16 Wow, I didn't expect it to be so difficult to get since it is already in an input box on the placement dialog. I was hoping there was already a "widget" like this that provided that information for me to pull into an expression. To be honest, my FreeCAD skills are not to the ...
by PAS_Drafter
Tue Jan 30, 2024 4:00 am
Forum: Help on using FreeCAD
Topic: How do I read the Euler Angle of an object's placement
Replies: 4
Views: 472

Re: How do I read the Euler Angle of an object's placement

edwilliams16 wrote: Tue Jan 30, 2024 3:05 am

Code: Select all

obj.Placement.Rotation.getYawPitchRoll()
or are you looking for an expression?
Yes, I was looking for an expression.
by PAS_Drafter
Tue Jan 30, 2024 1:32 am
Forum: Help on using FreeCAD
Topic: How do I read the Euler Angle of an object's placement
Replies: 4
Views: 472

How do I read the Euler Angle of an object's placement

OS: Windows 11 build 22621 Word size of FreeCAD: 64-bit Version: 0.21.0.33668 +7 (Git) Build type: Release Branch: (HEAD detached at 0.21) Hash: 41b058e2087de60dc8fef3d3e68c7d0129e13abf Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3 Locale: English/United States (en_US) Installed mods: ...
by PAS_Drafter
Fri Dec 01, 2023 4:28 am
Forum: Path/CAM
Topic: [Solved] Clicking on tool in Tool Libray gives ReferenceError: Cannot access attribute 'ViewObject' of deleted object
Replies: 8
Views: 3670

Re: [Solved] Clicking on tool in Tool Libray gives ReferenceError: Cannot access attribute 'ViewObject' of deleted objec

@spanner888 and @Syres

Thanks for the help. I was successfully able to build the g-code and send it to my router. Still working out the best settings as such, but at least now I can reliably send stuff out now.

I am continually amazed at all the tools that FreeCAD offers.
by PAS_Drafter
Sat Nov 25, 2023 9:46 pm
Forum: Path/CAM
Topic: [Solved] Clicking on tool in Tool Libray gives ReferenceError: Cannot access attribute 'ViewObject' of deleted object
Replies: 8
Views: 3670

Re: Clicking on tool in Tool Libray gives ReferenceError: Cannot access attribute 'ViewObject' of deleted object

Just looking at the code, with FreeCAD closed down, open your user.cfg and delete the three lines containing: <FCText Name="LastPathToolLibrary"> <FCText Name="LastFileToolLibrary"> <FCText Name="LastPathToolBit"> That worked. In fact I cleaned out the whole destinatio...