Need some help getting the Duet wifi + bltouch to cooperate
-
@r3play It deployed the probe that time when diving so thats a big step forward.. but the y axis was out of the way so didnt trigger... now to find where ive cocked up
-
@eldrad
okay, but did the machine stop when you manually pushed the probe in? -
@r3play missed that bit. will trigger it again and leg it to the other room to press it in
-
@eldrad that did work, then it went back up and did it again... now to find the bit to move the y axis under the probe... then working out how to mesh level lol.
-
If you clicked Home Z then it calls the homez.g file. And as you can see in that file in doesn't move the Y axis in there.
So if you would click on Home All, it will perform a home all on all axis and this move the bed under the probe.Glad it's working now!
And good luck on setting it up further -
@r3play Thanks for your help, youve been amazing. solved what i couldnt in minutes
-
Just noticed you have the following command twice in your config.g
M307 H7 A-1 C-1 D-1 ; dissable heater 7 for bltouch
Make sure you delete the following lines in there since you have it already set in the Z-Probe BLTouch section:
; Custom settings are not configured
M307 H7 A-1 C-1 D-1 ; dissable heater 7 for bltouch -
@r3play said in Need some help getting the Duet wifi + bltouch to cooperate:
M307 H7 A-1 C-1 D-1 ; dissable heater 7 for bltouch
will do, thanks
-
@r3play one more question. it throws an error Error: Invalid servo index 7 in M280 command when probing the Z but i cant find any reference to the servo 7 in config.g or the homeall or homez. any ideas?
-
@eldrad
if you're using the macros you've sended then change P7 to P3. That should fix the issue. -