Code for pause and rehome x and y after each layer
-
Hey All. Little things on my very big homemade printer can cause my axis to shift slightly after putting down a layer. Is there a way to place a command in the config to get the machine to automatically pause and rehome X and y axis and restart?
-
@damaged_goods You could perhaps trigger a homing move when Z changes, using daemon.g, (assuming you don't use Z lift on travel moves), but a better way to do it is to add a homing move in the layer change Gcode in the slicer. Most slicers can do this nowadays.
Ian