Hi NiklasO, i tried changing the z offset many times with different values, negative and positive, but the height didn't change. I had to disable the eeprom because when homing all the axis together strangely sent the extruder out the bed straining the steppers. In the end whatever we tried the extruder (hotend) was always about 1,4mm over the bed (too much).NiklasO wrote:Home is about those coordinates when you have "safe homing" enabled in firmware. Move to X0 Y0 by sending G1 X0 Y0 after homing. It should move to front left (but home first or it won't move).
The distance should change if you change the Z offset. If you change it to something extremely high (in the + range), it does nothing?
Don't forget to do M502 followed by M500 after uploading firmware. The Z offset stores in EEPROM if you have that enabled and that will be used FIRST. If you change the offset in Configuration.h and upload it without restoring EEPROM to defaults with M502 - M500 it will use the first offset set from the first Configuration.h uploaded and used on the board first time using the printer.
M502 will load the settings stated in Configuration.h, M500 will save them to EEPROM. You can control the Z offset by using M851 Z-1.5 followed by M500 to save. You don't need to upload firmware to change that. While testing, you could also turn off EEPROM to make the printer use the settings from your Configuration.h every time. You can also set the offset using the LCD menu. Control -> Motion -> Z Offset and then Control -> "Store memory" after change.
Have you any suggestions to help me? i'm out of options