Search found 5323 matches

by GeneFC
Wed Dec 13, 2023 2:03 pm
Forum: Install / Compile
Topic: error occured while compiling,hard to explain in several words
Replies: 6
Views: 1614

Re: error occured while compiling,hard to explain in several words

I do not see anything wrong, but there are a lot of other details. For example, the environmental variables (Path settings) could be interfering. The only thing I would add is that I would never try to use C:\Program Files for anything related to self-compiling. Windows tends to protect that locati...
by GeneFC
Wed Dec 13, 2023 4:18 am
Forum: Developers corner
Topic: FreeCAD compatibility with Python 3.12
Replies: 15
Views: 12999

Re: FreeCAD compatibility with Python 3.12

distutils is no longer used by freecad for python > 3.10 https://github.com/FreeCAD/FreeCAD/pull/11068, this has also been backported to the 0.21 branch, 0.21.2 should not require distutils to compile. I'm not sure if there are any other python 3.12 incompatibilities This PR appears to explain why ...
by GeneFC
Wed Dec 13, 2023 3:56 am
Forum: Open discussion
Topic: PartDesign toolbar new sketch (new concept)
Replies: 42
Views: 37375

Re: PartDesign toolbar new sketch (new concept)

freedman wrote: Tue Dec 12, 2023 9:12 pm I'm focusing on common usage.
I must be from a different planet. I don't see any positives for this "common" usage. Adds a lot of complication for no real purpose.

If I wasted only 5 seconds per sketch that would be a huge improvement. :lol:

Gene

Gene
by GeneFC
Wed Dec 13, 2023 3:48 am
Forum: Path/CAM
Topic: problems running my spoilboard surfacing file
Replies: 2
Views: 1074

Re: problems running my spoilboard surfacing file

jrgalin wrote: Tue Dec 12, 2023 10:06 pm
The gcode you posted has x-positions of +/- 605.0 mm and y-positions of +/- 403.0 mm.

That matches the sketch. Seems larger than what you stated above.

Gene
by GeneFC
Wed Dec 13, 2023 3:16 am
Forum: Path/CAM
Topic: Path Workbench help
Replies: 3
Views: 1202

Re: Path Workbench help

This problem appears to be caused by an old Marlin_post.py that has not been updated for the restructured Path WB. See the first two pinned topics in the Path forum. I do not know if somone has updated that postprocessor. I do not believe I have ever seen any mention of Marlin for a mill; only for ...
by GeneFC
Tue Dec 12, 2023 4:03 pm
Forum: Path/CAM
Topic: Path 4th-axis gcode output only 180 degrees
Replies: 19
Views: 13946

Re: Path 4th-axis gcode output only 180 degrees

snorkel wrote: Tue Dec 12, 2023 3:56 pm I am unable to even report this "bug".
Please don't call it a "bug".

It may be a limitation of an unfinished project.

4th-axis is not officially supported at this time.

Gene
by GeneFC
Tue Dec 12, 2023 3:57 pm
Forum: Help on using FreeCAD
Topic: How to Rescale Sketches
Replies: 18
Views: 2906

Re: How to Rescale Sketches

the GUI tools just don't seem like they were designed with this use case in mind. Scaling has long been considered to be a poor choice for parametric CAD. The concept is that one should change the parameters, not the scaling. The support of scaling in FreeCAD has increased a lot in the past couple ...
by GeneFC
Tue Dec 12, 2023 3:50 pm
Forum: Open discussion
Topic: Sketcher subforum
Replies: 14
Views: 5042

Re: Sketcher subforum

Frankly, I believe a Sketcher sub-forum will be hard to manage. As chrisb said, a very large percentage of help topics heavily involve sketches.

A Sketcher "development forum" could make sense, but probably not a forum that tries to contain all Sketcher topics.

Gene
by GeneFC
Tue Dec 12, 2023 3:31 pm
Forum: Path/CAM
Topic: 3-d surface.
Replies: 15
Views: 6059

Re: 3-d surface.

memfis wrote: Tue Dec 12, 2023 7:40 am And about meshes - I did not build them.
I do not build the meshes either. They are a required part of the 3D surface operation, and FreeCAD generates them automatically.

Gene
by GeneFC
Tue Dec 12, 2023 3:27 pm
Forum: Install / Compile
Topic: error occured while compiling,hard to explain in several words
Replies: 6
Views: 1614

Re: error occured while compiling,hard to explain in several words

OK, it sounds like you are actually trying to compile the latest Master version, 0.22. Good. I cannot say what might be happening, but a guess is that you have not selected the correct location for the LibPack in the CMake configure screen. It may also indicate that you have not copied all the file...