Definitive guide to installing MX Linux, Probe Basic and LinuxCNC 2.9
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I'll modify my guide in case that turns out to be true.
Please Log in or Create an account to join the conversation.
- davidimurray
- Offline
- Senior Member
- Posts: 78
- Thank you received: 5
$ qtpyvcp -v
Traceback (most recent call last):
File "/home/dave/.local/bin/qtpyvcp", line 33, in <module>
sys.exit(load_entry_point('qtpyvcp', 'console_scripts', 'qtpyvcp')())
File "/home/dave/qtpyvcp/qtpyvcp/app/__init__.py", line 72, in main
from qtpyvcp.utilities.opt_parser import parse_opts
File "/home/dave/qtpyvcp/qtpyvcp/utilities/opt_parser.py", line 64, in <module>
from linuxcnc import ini
ImportError: cannot import name 'ini' from 'linuxcnc' (unknown location)
Any ideas?
Please Log in or Create an account to join the conversation.
If you get unable to import ini from linuxcnc
source ~/linuxcnc-dev/scripts/rip-environment
I still get the same error every time I run editvcp from terminal, but pasting the same thing clear it up. I'll have to work out why it isn't persistent, but I've got about four thousand other things to sort out before I circle back to that issue.
Please Log in or Create an account to join the conversation.
Probe basic opens fine and communicates with my mesa 7i95 card. I can jog all the axis and home the mill but that's it. None of the other subroutines, like loading a tool, work?
Thanks in advance for any ideas of where I went wrong.
Please Log in or Create an account to join the conversation.
Having said that, exactly what isn't working? When you say "loading a tool", do you mean an ATC?
Please Log in or Create an account to join the conversation.
By loading a tool, I mean on the tools page, type in a tool number and hit load spindle and have it load the tool length. Or on the main page type in a tool number and have the machine move to my tool change position. Nothing happens when I try to do that. I think it's not finding the subroutines for some reason.
I had a debian 9, linuxcnc 2.8 and probe basic setup working great except for the jogging speed issue on my 4th axis. So I thought I would upgrade to get that fixed. But, I can't get probe basic working. I'm very new at linux and git.
Please Log in or Create an account to join the conversation.
Python 3.9 introduces quite a few new problems. Most are not backwards compatible. Sadly.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.