HELP! Duet 2 WiFi Configuration and DWC Upload???
-
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.
-
@pcnoobneedsmajorhelp said in HELP! Duet 2 WiFi Configuration and DWC Upload???:
I have them reversed because when my X and Y are homed, their "0" values are actually 229.5 and 231.1
The firmware doesn't see if that way. It just wants the minimum extent and the maximum extent.
Please send M98 P"config.g" and see if it complain about it. Or just copy and paste your M557 line into the gcode console and see if it complains.
-
-
There you go. Flip your values for X and Y and try again.
-
It's still going but I keep getting these warnings
-
It seems to not be going all the way to the left and way too far to the right
-
-
Should I add (-) somewhere idk I'm just guessing
-
How did you measure the XY offset of the probe from the nozzle?
Keep that offset in mind when you set the M557 range. If you try and probe a point that it can't reach because of the offset it will give you that error.
You can also just use a full zero to max range for M557 and just let it skip the points it can't reach. Other than the warnings popping up it will still generate a heightmap for the area that it can reach.
-
After a couple hours of tuning I got this height map. Do you think its good enough, or should i keep adjusting the bed and do another height map?
This was done with my heaters on
And this was the one I did with the heaters off
Thanks,
-Carson