attempting to extrude with no tool selected - SOS
-
I'm not exactly sure what you're trying to accomplish without more detail but the way you've got M558 setup right now isn't correct for multiple probes.
Review the M558 wiki entry
https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m558-set-z-probe-typeYou've got M558 K1 P5 commands twice. Remove one.
The first M558 command will require a K0 to define it as the first probe. And then any time to configure or call a probe you need to specify which probe you mean to call by including K0 or K1 -
@index4d said in attempting to extrude with no tool selected - SOS:
I´m getting this error when selecting tool.
Post your tool change files as well. And your homing files.
And can you explain the overall goal of what you're trying to do?
-
error - can´t post
-
@index4d but I can post that there is an error... funny
-
Try again.
-
-
@phaedrux
strange errors....
I wanted to install a tool switch like in this thread. I thougth I have to solve problem ´´ attempting with no tool......´´.
Before it was never a problem, I´m not sure if it´s a problem for the tool switch. -
In that thread they used a switch as an endstop instead of another probe.
-
@Phaedrux ok yes I know but I don´t care.
It´s a thing to measure the z heigth. -
@phaedrux said in attempting to extrude with no tool selected - SOS:
I'm not exactly sure what you're trying to accomplish without more detail but the way you've got M558 setup right now isn't correct for multiple probes.
Review the M558 wiki entry
https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m558-set-z-probe-typeYou've got M558 K1 P5 commands twice. Remove one.
The first M558 command will require a K0 to define it as the first probe. And then any time to configure or call a probe you need to specify which probe you mean to call by including K0 or K1Have you taken this post into consideration yet?