Getting Error when homing
-
I keep getting this error (Error: G0/G1: target position not reachable from current position) when I try to do a G28. Is there a certain file I should be looking at because it just started doing this and I cannot figure out why. Please let me know what files you might need if you can help
-
Assuming it's not a delta:
G28 by itself will run homeall.g
G28 X will run homex.g
G28 Y will run homey.g
G28 Z will run homez.g
Frederick
-
the printer has already moved?
is it an idex? -
@BigMoff96 said in Getting Error when homing:
G0/G1: target position not reachable from current position
Usually this means you have a delta printer and your homedelta has a move to position the print head at center. However, it can't reach that point because it would require moving one of the carriages up further than it physically could. The solution is to lower the print head first in Z and then command it to center in X Y.