Search found 225 matches

by nahshon
Fri Dec 31, 2021 8:58 pm
Forum: Path/CAM
Topic: PCB using CNC engraver
Replies: 6
Views: 3315

Re: PCB using CNC engraver

Adding a macro that I use to extract the pcb outline and the areas where copper has to be removed.
by nahshon
Fri Dec 31, 2021 1:56 pm
Forum: Path/CAM
Topic: PCB using CNC engraver
Replies: 6
Views: 3315

PCB using CNC engraver

I'm just starting to learn KiCad . There are some external utilities that produce GCode from gerber files. I have not tried any. FreeCAD cannot import gerber files, but there is a very nice workbench KicadStepUp that can import from a kicad_pcb file. I'm trying to glue KicadStepUp and Path. At this ...
by nahshon
Mon Nov 15, 2021 12:25 am
Forum: Install / Compile
Topic: Fedora35 - Python3.10 having issues
Replies: 12
Views: 9224

Re: Fedora35 - Python3.10 having issues

Could you try to.run the AppImage? I first tried the stable version FreeCAD_0.19-24291-Linux-Conda_glibc2.12-x86_64.AppImage which was a complete failure (I could not open an FCStd file or even create a new empty document). Then I tried the weekly build FreeCAD_weekly-builds-26306-Linux-Conda_glibc...
by nahshon
Sun Nov 14, 2021 7:04 pm
Forum: Install / Compile
Topic: Fedora35 - Python3.10 having issues
Replies: 12
Views: 9224

Re: Fedora35 - Python3.10 having issues

The above exception was the direct cause of the following exception: Please edit your post and use code tags for improved readability instead of quotes. Check carefully where you start and end them, so that you don't place your own text inside the log output. Done. the code part is the error text a...
by nahshon
Sun Nov 14, 2021 6:55 pm
Forum: Install / Compile
Topic: Fedora35 - Python3.10 having issues
Replies: 12
Views: 9224

Re: Fedora35 - Python3.10 having issues

How are you running FreeCAD? Are you using the AppImage? I compile FreeCAD myself, use sources from github. If it's relevant, this is how I compile (from an empty build directory): cmake ../FreeCAD-Master -DBUILD_QT5=On -DPYTHON_EXECUTABLE=/usr/bin/python3 -DCMAKE_BUILD_TYPE=Debug && time m...
by nahshon
Sun Nov 14, 2021 1:03 pm
Forum: Install / Compile
Topic: Fedora35 - Python3.10 having issues
Replies: 12
Views: 9224

Fedora35 - Python3.10 having issues

I just upgraded to Fedora 35 and I have issues with FreeCAD.. I suspect the errors are from pivy 0.6.5 that may not be compatible with Python 3.10. Seeking advice. Are other Linux distros using Python3.10? Will upgrading pivy to the latest version improve the situation? Should I look at other things...
by nahshon
Mon Aug 24, 2020 8:23 pm
Forum: Announcements & Features
Topic: Gigantic touchpad zoom sensitivity is fixed
Replies: 6
Views: 2242

Re: Gigantic touchpad zoom sensitivity is fixed

Now I'm confused. This file is required!

I see that it i already fixed on master by git commit ff57ddeb6faa9bc7dd515791eaf8998230228a47

For some reason my local git failed to sync.
Please remove the PR.
Thanks & sorry!
-- Itai
by nahshon
Mon Aug 24, 2020 7:16 pm
Forum: Announcements & Features
Topic: Gigantic touchpad zoom sensitivity is fixed
Replies: 6
Views: 2242

Re: Gigantic touchpad zoom sensitivity is fixed

I'm getting compilation errors on Fedora 31. Missing include file SoSubEvent.h in SoMouseWheelEvent.h. (using Coin3-devel-3.1.3-25.fc31.x86_64) diff --git a/src/Gui/SoMouseWheelEvent.h b/src/Gui/SoMouseWheelEvent.h index 268009f39..043c6070b 100644 --- a/src/Gui/SoMouseWheelEvent.h +++ b/src/Gui/SoM...
by nahshon
Wed Jun 03, 2020 11:04 pm
Forum: Path/CAM
Topic: BUG - xxxxxx
Replies: 9
Views: 12692

Re: BUG? No Bug

No Bug! You changed the Expressions for the Depths to fixed values. These are, of course, not updated, when you change the height. Are you serious? The depth expressions are useless in 99% of the times. The heights are no more than suggestions. In many cases they need to be changed in order to avoi...
by nahshon
Wed Jun 03, 2020 9:22 pm
Forum: Path/CAM
Topic: BUG - xxxxxx
Replies: 9
Views: 12692

BUG - xxxxxx

Path Profile is broken again. Looks like too many changes are committed without any testing. Problem happened when I make changes to height and then pressed "Apply". Instead of moving to the point and plunging vertically it just moves diagonally into the material with a clear intention of ...