HELP! Duet 2 WiFi Configuration and DWC Upload???
-
What is the .g file extension?
-
Oh never mind I know what your saying. Everything else looks good though right?
Now I move onto mesh bed compensation, right?
-
Success. M401 and M402 work when commanded
-
Before you can get on to mesh compensation you'll need to confirm that G30 is working as intended and that homeall/homez are working. Then yes, you can move on to mesh compensation.
-
homez.g is crashing on the X and Y axis and then when the bed hits the probe the goes down about 1mm before the X and Y crash again into the back right corner
not sure what to do?
-
Maybe remove X and Y positions in the G1 command?
-
your homez will only work correctly after X and Y have been homed first. Are you still using M564 to allow unhomed movement?
-
Not during that test
Just tested it after homing X and Y and other that the probe deploying we're all good. Isn't it supposed to not deploy so that Z can hit 0 so the nozzle is almost touching the bed?
-
Ok fixed that. I had Z set to 10 rather than zero. Ok homeall.g and homez.g are working
-
So I'm trying to level the bed the best I can before I do the height map, but every time I trigger the BLTouch with G30 S-1, although it gives me the Z reading I need it just continues to blink red and I'm having to turn off my printer and turn it back on to get the BLTouch to reset so I can do another Z test. Is there anyway to reset the BLTouch without having to reboot the printer?
-
Ended up just rebooting the printer like a million times haha. Next I entered the values to define mesh size and spacing. Afterwards I got this error when I went to command the probe
Here are the values I entered
Here are my Homed location values
Not sure what's missing/what I'm doing wrong
Thanks,
-Carson
-
@pcnoobneedsmajorhelp said in HELP! Duet 2 WiFi Configuration and DWC Upload???:
Is there anyway to reset the BLTouch without having to reboot the printer?
Yes there is. Check the BLtouch manual for your version for the reset command.
https://www.antclabs.com/manual
Likely
M280 P3 S160 I1
in your case. -
I don't have a DueX board
Important: In the M280 commands in the following, leave out the I1 parameter if the BLTouch is connected to a servo output on a DueX board.
and I'm running RepRap 2.05
so you're saying to leave out the I1
correct?
Thanks,
-Carson
-
@pcnoobneedsmajorhelp said in HELP! Duet 2 WiFi Configuration and DWC Upload???:
so you're saying to leave out the I1
correct?What? No. Where do you think I'm saying that?
-
All the M280 commands that need to be changed are only in the deploy and retract files, right?
-
@pcnoobneedsmajorhelp said in HELP! Duet 2 WiFi Configuration and DWC Upload???:
Not sure what's missing/what I'm doing wrong
Your M557 command is invalid. I think it's because you have the max and min values reversed.
-
I don't know, that's why I asked. all you said was
Likely M280 P3 S160 I1 in your case.
and I was asking about the mesh bed
I thought the link was referring to the reset and the command was referring to why my Probing for the height map wasn't working
-
@pcnoobneedsmajorhelp said in HELP! Duet 2 WiFi Configuration and DWC Upload???:
and I was asking about the mesh bed
I hadn't seen that post yet. I was replying to the question about resetting the bltouch without rebooting.
-
I have them reversed because when my X and Y are homed, their "0" values are actually 229.5 and 231.1
-
Ah, got it.