Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
17 Oct 2025 21:55
Replied by tommylight on topic New Probe Basic install - error during install.

New Probe Basic install - error during install.

Category: QtPyVCP

You should start with Axis GUI first, till you get the machine working properly, then switch to any other GUI.
You can freely ignore this if the machine is working.
  • tommylight
  • tommylight's Avatar
17 Oct 2025 21:53
Replied by tommylight on topic Update LinuxCNC 2.9.5 on debian 13

Update LinuxCNC 2.9.5 on debian 13

Category: Installing LinuxCNC

I'm sorry if that came out sounding arrogant, that was not the intent. I totally understand why Tommy suggested apt update, I just wanted to quite literally save his and my time.

Writing is an inferior way of communicating for humans as it lacks the visual and auditory ques humans are used to, hence very often misunderstood.
BTW, i wrote a reply and promptly deleted it, as it was not obvious till you look at the version numbering, and back then i did not look, i just shot off the hip as that is usually what you get on a new install without updating first.
Thank you.
  • alangibson
  • alangibson
17 Oct 2025 21:52
Replied by alangibson on topic No underspeed with temporary material

No underspeed with temporary material

Category: Plasmac

I'm sure I paid less than 100 Euro for my v7 license.

From their website: "SheetCAM v8.0 will launch at an introductory retail price of $279." So yea, it seems like the price bump is for version 8. I'm not seeing anything that justifies the increase in the promotional video. Kind of makes me wonder if they got bought or if someone else is running the company and trying to capture more value.
  • f355
  • f355's Avatar
17 Oct 2025 21:38
Replied by f355 on topic Update LinuxCNC 2.9.5 on debian 13

Update LinuxCNC 2.9.5 on debian 13

Category: Installing LinuxCNC

SPI works fine, it is in fact what I'm using - my little pet project is here , it is basically a rewritten Remora for a particular off-the-shelf machine. The servo latency is alright too.

I'm not insisting my approach is better for everybody, I just found it easier for myself to write a few shell scripts (install.sh and linuxcnc/pi_init/ in the repo) that set up things on the stock RPi OS image. The official linuxcnc image might have ssh enabled, but the wifi is not, or at least I couldn't find a way to configure it with my SSID quickly, and connecting Ethernet is about as much hassle as connecting a display :)
  • unknown
  • unknown
17 Oct 2025 21:31
Replied by unknown on topic Update LinuxCNC 2.9.5 on debian 13

Update LinuxCNC 2.9.5 on debian 13

Category: Installing LinuxCNC

@Andy
Not too sure where to add this, but the Trixie repo doesn't contain the host2-firmware.
Found this out whilst build a test Trixie ISO.
  • unknown
  • unknown
17 Oct 2025 21:26
Replied by unknown on topic Update LinuxCNC 2.9.5 on debian 13

Update LinuxCNC 2.9.5 on debian 13

Category: Installing LinuxCNC

That's ok mate.

What I found with the RPi Dbeian kernel is that it didn't allow for overlays, so things like SPI were an issue. There's quite a few customisations for the RPi compared to a "vanilla kernel".

The official image, which gives an easy way to start for most users, uses a kernel built from the RPi github sources and configured for real time. It took a bit of time to find the "right kernel" from their sources, but eventually it was found and the image was an easy task from there on in.
There's quite a large thread with the first post explaining what it's all about. And as ssh is enabled out of the box you technically don't have to connect a keyboard and Display.
  • DavidR8
  • DavidR8
17 Oct 2025 21:22

New Probe Basic install - error during install.

Category: QtPyVCP

Yeah, no love. I'm going to go with QTDragon instead.
  • f355
  • f355's Avatar
17 Oct 2025 20:48
Replied by f355 on topic Update LinuxCNC 2.9.5 on debian 13

Update LinuxCNC 2.9.5 on debian 13

Category: Installing LinuxCNC

I'm sorry if that came out sounding arrogant, that was not the intent. I totally understand why Tommy suggested apt update, I just wanted to quite literally save his and my time.

I can certainly build it myself, or use 2.9.4 that works just fine for my purposes, or whatever. I don't have a problem, LinuxCNC has a problem, and being unable to fix it for everybody, I'm reporting it here in hopes that someone blessed with permissions does that.

Raspberry Pi OS Lite doesn't come with a desktop environment or a window server pre-installed, so I'm free to choose what to use (XFCE obviously lol). PREEMPT_RT kernel is available as an official package from Raspberry Pi debian repos these days and works fine. I'm not sure what the "official" linuxcnc raspberry pi image would give me at this point, and it is much harder to use for me personally - it requires me to connect a display/keyboard, for example. As to libgpiod or axis, I don't use either so I can't say anything about them.
  • unknown
  • unknown
17 Oct 2025 20:23
Replied by unknown on topic Update LinuxCNC 2.9.5 on debian 13

Update LinuxCNC 2.9.5 on debian 13

Category: Installing LinuxCNC

With your 20 years experience if you really want 2.9.5 on arm you can always build it yourself. ;)
As for the version differences that will depend on the system the packages were built on.
Was there any reason, apart from the official arm image being based on Bookworm, that you went with Raspberry Pi OS Lite ?
Does that give you the choice of Wayland or X11.
Look we get a lot of users with varying degrees of Linux Experience, as we can't tell your experience usually we start advice with the basics. So no it's not a waste of time starting with said basics.
From memory when I attempted to build an RPi image based on Devuan, based on Trixie or maybe unstable, there was an issue with the libgpiod library. At the time the libgpiod driver would not compile against version 2.0 so I abandoned that idea due to that. As far as I know I'm unaware of that situation has changed. Bear in mind that there are some issues that affect Axis in 2.9.5 and 2.9.6 that have been well reported on the forum. It would appear they have been resolved but looks like we need to wait for a 2.9.7 version.
  • DavidR8
  • DavidR8
17 Oct 2025 20:13 - 17 Oct 2025 20:14

New Probe Basic install - error during install.

Category: QtPyVCP

Thanks, I'll give that a try.
  • tommylight
  • tommylight's Avatar
17 Oct 2025 20:12
Replied by tommylight on topic No underspeed with temporary material

No underspeed with temporary material

Category: Plasmac

Seems a bit over the hedge, i mentioned multiple times that for under 100$ it is very OK, but 279$ i can not justify nor advise any longer.
  • tommylight
  • tommylight's Avatar
17 Oct 2025 20:09
Replied by tommylight on topic New Probe Basic install - error during install.

New Probe Basic install - error during install.

Category: QtPyVCP

Try
sudo apt update
then
sudo apt install python3-distro
Run install again.
  • f355
  • f355's Avatar
17 Oct 2025 19:53 - 17 Oct 2025 19:55
Replied by f355 on topic Update LinuxCNC 2.9.5 on debian 13

Update LinuxCNC 2.9.5 on debian 13

Category: Installing LinuxCNC

I've done that, quite obviously. I think it is better to save time and skip obvious advices, I have 20 years of in-depth professional experience with Linux behind my back.

The real issue is that the package depends on the version of python3 that trixie doesn't provide, as can be seen here :
Depends: python3 (<< 3.12), python3 (>= 3.11~),

amd64 package depends on 3.13 :
Depends: python3 (<< 3.14), python3 (>= 3.13~),

It looks like a simple oversight more than anything else, those things happen. If it is, I hope it gets corrected soon!
  • DavidR8
  • DavidR8
17 Oct 2025 19:40 - 17 Oct 2025 19:41

New Probe Basic install - error during install.

Category: QtPyVCP

What Linux OS being used including kernel type?
Debian 12
-  What version of Linuxcnc is installed?
2.9.4

-  What version of QtPyVCP and Probe Basic is installed?
Version from here: kcjengr.github.io/probe_basic/quick_star...l#installation-steps

-  How did you install Probe Basic? Quickstart guide? Dev Guide? 
I followed the quickstart guide.

I get an error when I run the third command 'sudo dpkg -i python3-qtpyvcp_5.0.2-19.dev_amd64.deb'
The download folder shows the file.

 
  • tommylight
  • tommylight's Avatar
17 Oct 2025 19:38
Replied by tommylight on topic Update LinuxCNC 2.9.5 on debian 13

Update LinuxCNC 2.9.5 on debian 13

Category: Installing LinuxCNC

Must do:
sudo apt update
first, then try installing.
Displaying 1111 - 1125 out of 22551 results.
Time to create page: 0.420 seconds
Powered by Kunena Forum