Repetier wroteStrange thing. Do you have some equipment to measure heights of extruder. First I'd measure just by moving from home to 10mm and see if you get a 10mm change, then to 20 and 30 mm. Firmware will always use same number of steps except if a endstop is triggered causing it to stop early. Try with ALWAYS_CHECK_ENDSTOPS 0 to be sure no endstop is in the way. Especially if you home z min with z probe this is a must, also that would rather create higher layers not lower.
I just measure from home to 10mm and its 9mm, from 10 to 20 its 10mm and from 20 to 30 its also 10mm... This is the wierdist thing, I also make the change in the software ALWAYS_CHECK_ENDSTOPS 0, but the problem remains.
<blockquote class="Quote">
Repetier said:
There is also the possibility, that the z home position is too high and the extruder head a bit flexible. First layer is on hard bed, so nothing to sing in, but next layers could force lower height by just putting the extruder weight on the print. As a text add after G28
G1 Z1
G92 Z0
That adds 1 mm after homing and sets that to z=0. Maybe Z1 is a bit too high, but if it gets better that it's just homing position error.
I dont think this is the problem, the extruder isn't touching the bed at the first layer and the bed it's decently leveled, I'm not using the probe at the moment, its disconected, Im just using the regular switchs as end stops.
Thanks for answer and helping, I appreciate any other suggestions that you have.