how to store Z for extruder0 and Z for extruder1
We've written a manual bed leveling wizard, which lets the user find the correct height of both nozzles. Now I'm looking into the way to store these two values in EEPROM.
I do not understand what happens the next time the printer is started and homed. At some point in the startup process the offset between home and the newly stored Z values must be "set" somewhere.
What's a good read on this subject?
I do not understand what happens the next time the printer is started and homed. At some point in the startup process the offset between home and the newly stored Z values must be "set" somewhere.
What's a good read on this subject?
Comments
BTW: In github the event system for felix printer also contains such a routine. That printer has a sensor inside each nozzle so touching bed gives the different height. There you might find more to it if it was not clear enough.