[Error] - Requested Tool Not Found
I’m new to he linuxcnc world and this forum. I have a small problem that bugs me and I hope someone can help me out.
My cnc is working fine as long as I don’t start a ngc-file. All axis move smoothly and the spindle is rotating is it should be.
But when I import an ngc file from Fusion360 I always get the following error:
„Error in xxx.ngc line x Requested tool 1 not found in the tool table“
I added a picture in the attachment.
My tool.tbl file is filled up with tools and also with tool number 1. I tried to change the number of the tool in the ngc-file but it didn’t work.
Hopefully someone can help me out.
I hope I added all the needed files, if there are any missing just let me know.
Using Linuxcnc 2.8
Best regards
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19197
- Thank you received: 6434
Besides having negative pocket numbers i do not see anything else wrong there.
Please Log in or Create an account to join the conversation.
are you running on master version ?
Please Log in or Create an account to join the conversation.
from your ini
(New Program)
M30
OPEN_FILE = ~/linuxcnc/nc_files/pb_examples/blank.ngc
github.com/kcjengr/probe_basic/blob/mast...c/probe_basic.ini#L9
thanks
Please Log in or Create an account to join the conversation.
@tommylight
I notice this too, but when I change the pocket number to 1,2,3... and save the table, after a refresh everything is the same with the pocket numbers. This means they are all negativ again.
@TurBoss
Not really sure what you mean with that? What is a master version and how can I find out that I use one?are you running on master version ?
Tried it this morning and everything works fine. Loaded the file and started the cycle.can you please load an empty file
from your ini
(New Program)
M30
OPEN_FILE = ~/linuxcnc/nc_files/pb_examples/blank.ngc
github.com/kcjengr/probe_basic/blob/mast...c/probe_basic.ini#L9
thanks
Only some latency errors but I will come back to that later.
Please Log in or Create an account to join the conversation.
Still not sure why but anyway, thank you for your help everyone
Please Log in or Create an account to join the conversation.
> Not really sure what you mean with that? What is a master version and how can I find out that I use one?
it can be found in github
github.com/kcjengr/qtpyvcp/
github.com/kcjengr/qtpyvcp/releases
that is the version on we put the new features and test
it has the latest features but not stable like releases
www.qtpyvcp.com/install/index.html
check the standard install it only will install the runtime environment( releases )
and developer install will give you all the development tools
Thanks for your interest
Please Log in or Create an account to join the conversation.
Any idea what the problem might be? One thing i noticed is that my ATC Tab does not work. I kind of ignored since i am not planning to use it anyway since i have to manually change my tools. Could it be that this is related to my problem?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19197
- Thank you received: 6434
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.