Search found 1771 matches

by mlampert
Sun Aug 27, 2023 8:27 pm
Forum: Install / Compile
Topic: deprecation warning in Debian testing (trixie)
Replies: 18
Views: 1488

deprecation warning in Debian testing (trixie)

with the latest debian testing update a warning shows up during camke: CMake Warning (dev) at /usr/lib/x86_64-linux-gnu/cmake/Shiboken2-5.15.10/shiboken_helpers.cmake:318 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-po...
by mlampert
Mon Jan 23, 2023 8:32 pm
Forum: Developers corner
Topic: WIP Wednesday!
Replies: 111
Views: 29498

Re: WIP Wednesday!

I'm looking into using the cavalier contours library for Path operations, using the Profile op as as a POC.
by mlampert
Wed Jan 18, 2023 8:36 pm
Forum: Python scripting and macros
Topic: slicing a 3D model
Replies: 7
Views: 1102

Re: slicing a 3D model

showcase?
by mlampert
Sat Jan 14, 2023 7:25 am
Forum: Path/CAM
Topic: Wrong Path for Deburring with Offset
Replies: 9
Views: 1347

Re: Wrong Path for Deburring with Offset

PR-8186 should fix both issues
by mlampert
Tue Jan 10, 2023 7:28 pm
Forum: Path/CAM
Topic: Wrong Path for Deburring with Offset
Replies: 9
Views: 1347

Re: Wrong Path for Deburring with Offset

There's another issue going on here which seems to be related to translation.
Capture.PNG
Capture.PNG (11.53 KiB) Viewed 1048 times
There's a subtle reason why one is a capital letter and the other isn't, and they should not be changed regardless of the language setting in FC. Not sure what to do about that though.
by mlampert
Tue Jan 10, 2023 7:00 am
Forum: Path/CAM
Topic: Wrong Path for Deburring with Offset
Replies: 9
Views: 1347

Re: Wrong Path for Deburring with Offset

Looks like a bug to me - can you file an issue please?
by mlampert
Wed Jan 04, 2023 7:29 pm
Forum: Path/CAM
Topic: export Gcode with only G0 and G1 movements
Replies: 2
Views: 571

Re: export Gcode with only G0 and G1 movements

The correct way to do that is to write a post processor replacing all G2/G3 moves with linear approximations.
by mlampert
Tue Jan 03, 2023 10:25 pm
Forum: Path/CAM
Topic: Path Helix - bug?
Replies: 6
Views: 1563

Re: Path Helix - bug?

Especially true true for LinuxCNC, where the first G0 moves do not wait for the spindle to rotate at the desired speed. You might want to look into setting up LinuxCNC so it _does_ wait for the spindle to come up to speed. Arguably the G0Z10 move should be a G1. However, the helix movement must alw...
by mlampert
Mon Jan 02, 2023 2:00 am
Forum: Path/CAM
Topic: Feed per Tooth and Surface Speed in Tool Controller Editor
Replies: 11
Views: 2152

Re: Feed per Tooth and Surface Speed in Tool Controller Editor

I agree, this topic encompasses a lot more than a few more entry fields.

Wasn't there some work done on a Feeds & Speeds calculator? What's the state of that?
by mlampert
Sun Jan 01, 2023 9:59 pm
Forum: Path/CAM
Topic: Tooltable issues with a new install: any ideas? SOLVED
Replies: 4
Views: 786

Re: Tooltable issues with a new install: any ideas?

Your narrative doesn't quite match your screenshots, I think the problem is a misunderstanding of the "Path" in this case - it is an unfortunately overloaded word :( Anyway, when you select a "Path" for the libraries (the blue icon), you should be selecting a directory, not a fil...