updated my duet 2 wifi from 2. to 3.3 cant get it to move right
-
i updated my duet 2 wifi board from 2. to 3.3 and also added a bltouch using M401 and M402 works and the deployprobe and retract command works it is not going to the endstops the x and y but it will move those axis when i ask it to.. when i turn it on the bltouch comes on and does its deploy and retract thing, the x and y thinks 0 is at where ever it is when i turn it on... i tried going through the config wizard still cant get it.. its a cartesian printer
-
-
Please post your homing files as well.
Where are the endstops physically located on the printer? Do you still have your config.g from when you were on firmware v2?
-
@phaedrux the x endstop is on the left side on x axis the Y is at the back of the printer on the frame the under side of the bed just hits it and the Z endstop is at the top of the max height of z i thought having it setup might be causing the problem..homeall.g
my old config config.g and its home all homeall.g here are the other home files for the new config homez.g homey.g homex.g -
I think what may be happening is that your endstops are configured as inverted signal, which is causing them to think they are homed even when they are not.
M574 X1 S1 P"!xstop"
M574 Y1 S1 P"!ystop"Remove the ! mark from those lines in config.g and check your endstop status with M119 before and after the change. Then carefully test homing and be ready to kill power in case of a crash. (or trigger the endstop switch by hand before it gets hit.)
-
@phaedrux M119
Endstops - X: at min stop, Y: at min stop, Z: not stopped, Z probe: not stoppedM119
Endstops - X: not stopped, Y: not stopped, Z: not stopped, Z probe: not stopped -
And do those results match the actual physical state of the endstop switch?
-
@phaedrux nothing was homed x toolhead in the middle and bed in the middle
-
Ok that would seem to confirm my suspicion then if it thought it was at the endstop originally even when it wasn't. Removing the ! should fix that.
-
@phaedrux they all work now thank you wow i have been messing with this for a week
-
-
-
@downshift64 is it possible to use the bltouch and home at my old z endstop that was at zmax
-
Yes it's possible to use both. The endstop and probe can both be configured at the same time. The endstop is used when you send a G1 H1 Z move, and the probe is used when a G30 is sent to probe at the current location, or when doing mesh compensation (G29).
So it depends on how you want to use it. For instance, I use the zmax endstop for power loss recovery.