Z axis probing off the bed.
-
I've reached the end of google for an answer so I'm asking here. I've got my Duet 2 wifi wired and setup. Everything seems good apart from one problem. If I home the axis individually they all home fine. If I home all together then the Z axis (bltouch) trys to home off the bed. The same happens at the start of a print. I imagine I've missed something out of the config. Any help would be much appreciated.
-
open the homeall.g file.
if you want to probe at a specific area
move with a G1 command to that position -
to add to @Veti's comment, you can actually combine them into a single G30 Command at your specified probe location.
Example:
G30 X322 Y322
-
Brilliant problem solved. On to my next one, the print is about 15mm to the right on the Z axis. Google seems to have alot more information on this one ha.
-
@waddo10 said in Z axis probing off the bed.:
the print is about 15mm to the right on the Z axis
i dont follow what you mean. z axis is up/down.
can you draw a picture of what you mean?
-
@Veti Sorry, i meant X axis. Its printing off centre.
-
move the nozzle to the lower left of your bed.
note down the coordinates.
modify this line
M208 X0 Y0 Z0 S1 ; set axis minimaadd the noted values as negative
-
@Veti Thank you so much for the help. I was starting to regret buying the duet. All i needed was some patience and some guidance. Thank you
-
@Veti said in Z axis probing off the bed.:
move the nozzle to the lower left of your bed.
note down the coordinates.
modify this line
M208 X0 Y0 Z0 S1 ; set axis minimaadd the noted values as negative
For more details on this see https://duet3d.dozuki.com/Wiki/Centering_the_bed_or_setting_the_bed_origin.