How do I use the BL-Touch When homing Z-axis
-
@tomasl use
G30
, notG1 H1 Z
-
@jay_s_uk
Well, that whas what RRF put in the config.g
So, How do I use the G30 code? -
@tomasl e.g.
G1 X100 Y100 G30
obviously changing the move location to the centre of the bed, taking into account to offset of the probe as the firmware won't
-
@jay_s_uk
Ok, so I,ll put this in the config.g, presumably at the end.
So it would readG1 X33,5 Y82,5 Z5 G30
If I do this via the console, Z stops att 2,43 (+5mm) I do assume that the X-axis is lifted 5 mm after the g30 command.
-
@tomasl not in config, in your homing files
-
@tomasl and if you want any further movements after the probe then you'll need to add those in
-
@jay_s_uk
Ok, I have put in homeall.g and homez.gG1 X33,5 Y82,5 F6000 G30
However Z-level is the same as the trigger height, is that correct?
-
@tomasl the height it'll set is the z offset that you've set in G31 in your config
-
@jay_s_uk Ok
-
-
@phaedrux Yes, I know all that, however my question was not answer in those documents.
-
@tomasl For example configurations, see https://docs.duet3d.com/User_manual/Machine_configuration/Configuration_cartesian#homing-z
Ian