Search found 339 matches

by PAS_Drafter
Thu Apr 18, 2024 12:29 am
Forum: Help on using FreeCAD
Topic: Using a master spreadsheet across multiple part files [SOLVED]
Replies: 11
Views: 1980

Re: Using a master spreadsheet across multiple part files [SOLVED]

I think you have to have the "Disable partial loading of external linked objects" checked in the General -> Document Preference pages and then if you have linked documents, they will all load at once. If you don't have that checked, I think it only loads one file and if there are files tha...
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: 377

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: 377

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: 350

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: 350

[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: 377

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: 475

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: 475

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: 475

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: 4231

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.