Initial Homing issues - Sequence of Errors
-
@phaedrux OK, so I wasn't going to mention this until I was happy that basic operation was working properly, but I have a BLTouch sitting here ready to be installed as well. Am looking forward to adding that once the basic operation with the new board has been confirmed.
Next step is to "Home All" and see what happens.
-
Is it normal for the printer to return to needing Home on all axes every time you move something on the bed. Seems like each time I move something and then go to use "Head Movement" I get this sort of thing;
M120
G91
G1 Z5 F6000
M121Error: G0/G1: insufficient axes homed
-
Did you send that sequence of commands?
-
That was the sequence I uncommented in an attempt to get the extruder to raise a little off the bed after homing.
-
I guess I'm confused by the M120 and M121.
So after homing all you can't move the axis with the jogging buttons on the machine control tab?
-
After you do Home All, do all of the homing buttons in DWC change colour from orange to blue (meaning that the axis has been homed)?
-
@phaedrux I'm pretty sure its not you, it's my horribly green newbie understanding of how to work GCode. I'm learning on the fly.
-
@dc42 Yes, they do.
At this stage I usually need to disable the steppers so I can move the printer head back the centre of the printer so I can run the test again for confirmation. That's the point at which I usually see the "Error: G0/G1: insufficient axes homed" message on one or more of the axes. I'm just trying to make sure that this is normal and not indicative of a problem.
-
@b0m0a0k said in Initial Homing issues - Sequence of Errors:
At this stage I usually need to disable the steppers so I can move the printer head back the centre of the printer so I can run the test again for confirmation. That's the point at which I usually see the "Error: G0/G1: insufficient axes homed" message on one or more of the axes. I'm just trying to make sure that this is normal and not indicative of a problem.
Yes, that's normal. When you disable the motors, they can't be assumed to hold position, so the firmware flags the corresponding axes as not homed. You must home the axes before you jog them.
-
@dc42 That's great. Thanks for the confirmation, much appreciated.
-
also it is a good idea to have the M92 (steps/mm) line Before the M350 (Microsteps) line that way any change to the M350 will automatically adjust the steps in the firmware to be correct.