Quote
ryandgarrison
SO. Anyone know why my printer defaults to (0, 0, -14.99) at the start? Is there a way to set it's starting coordinates?
I asked that once myself and got no response. In RC6, I was able to do a G92 Z160 before it did a G28 which solved this because it was told it was far enough away, but in RC7 that stopped working which was when I commented out that section of code.
One thing you might have to do is set Z_PROBE_DEPLOY_HEIGHT to 0 down from 15. That's the part that is making your bed move 15 (I think).