Error no tool selected RepRap CNC
-
I'm trying to set up a Tool setter to probe z height between operations I'm trying to use M585 to do this but keep getting a constant "error no tool selected" ive defined the tool and spindle with M563 and have even got T0 at the end of the config file. i'm at my wits end with this firmware at the moment and could use the help.
-
@jengland maybe post your config and the version of RRF you're using.
Also runM98 P"config.g"
and post the output -
Having had this problem, I checked my config and see this:
M563 P1 S"MyProbe" ; define one tool all default so we can tool probe T01 ; switch to that tool so M585 works
I'd avoid tool 0 maybe.
-
@markz thanks that solved it