LinuxCNC / linuxcnc

LinuxCNC controls CNC machines. It can drive milling machines, lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more.
http://linuxcnc.org/
GNU General Public License v2.0
1.73k stars 1.13k forks source link

could not test axis settings with stepconf #2980

Open petaflot opened 1 month ago

petaflot commented 1 month ago

Here are the steps I follow to reproduce the issue:

  1. open stepconf
  2. configure stepper for at least one axis
  3. click "test this axis"
  4. in the dialog that opens, press any button

This is what I expected to happen:

axis parameters can be tested and configured as per the documentation

This is what happened instead:

an dialog with an error message is opened: image

It worked properly before this:

first time using LinuxCNC, no prior experience

Information about my hardware and software:

# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 12 (bookworm)
Release:        12
Codename:       bookworm
# uname -a
Linux cncben 6.1.0-18-rt-amd64 #1 SMP PREEMPT_RT Debian 6.1.76-1 (2024-02-01) x86_64 GNU/Linux
andypugh commented 1 month ago

There are a few reports of this on the forum, and it appears to be fixed in those cases with a reboot. For example https://forum.linuxcnc.org/16-stepconf-wizard/32470-trying-to-get-motors-to-spin#89488

I know this isn't a very satisfactory answer, but the indication is that something has got out of step somewhere.

Can you try starting stepconf from the command line as suggested in that forum post and attach the terminal output?