Prusa P802M, odd Z Homing
Hi there - I've got a ZoneStar P802M and am trying to upgrade to the
latest Repetier firmware (0.92.9). This is in an effort to get
auto-leveling enabled in firmware. I haven't installed the autolevel
probe as yet so still want to trigger on the Z min stop.
Everything is OK aside from some very odd Z homing behavior. If I trigger the Z homing, this is what happens:
- Z starts to move down
- hits the Z end stop switch
- Z moves back up away from the end stop switch the prescribed amount
- Z reverses and moves towards the end switch
- [at this point the homing should be complete once the end switch is triggered......]
- Once the Z axis hits the end switch, the z motors increase speed and keep moving down towards the bed (bad, bad, bad)
I'm starting with the generic P802M Configuration.h and only tweaking for the auto-level. I've tried various combinations of the end stop switch (NO, NC etc. - and making sure that the switch is registering correctly).
Any clues as to what is making the Z axis head towards the bed after the end stop is triggered?
Thanks,
John.
Everything is OK aside from some very odd Z homing behavior. If I trigger the Z homing, this is what happens:
- Z starts to move down
- hits the Z end stop switch
- Z moves back up away from the end stop switch the prescribed amount
- Z reverses and moves towards the end switch
- [at this point the homing should be complete once the end switch is triggered......]
- Once the Z axis hits the end switch, the z motors increase speed and keep moving down towards the bed (bad, bad, bad)
I'm starting with the generic P802M Configuration.h and only tweaking for the auto-level. I've tried various combinations of the end stop switch (NO, NC etc. - and making sure that the switch is registering correctly).
Any clues as to what is making the Z axis head towards the bed after the end stop is triggered?
Thanks,
John.
Comments
Z_BACK_ON_HOME is currently set to 0.
You may have set me on the right path though. Z_PROBE_HEIGHT was set to 40mm..... which may explain why it was continuing to descend (and 4mm seems like a lot). I guess for now, setting Z_PROBE_HEIGHT = 0 may be the answer..... I'll try that.
(and yes, looking at things, I now see that I can't really enable auto-level without setting the parameters as I want them)
Thanks,
John.