Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix EEPROM errors when EXTRUDER == 0
Partly my fault from last time (MarlinFirmware#16464) Problem appears to be that forcing store/retrieve of one element is inconsistent with offsetof() calculation based on size of planner_extruder_advance_K which is zero. Instead, use save/retrieve of zero elements, which is natural for the saving (remove _MAX()) and for the retrieval a simple #ifdef covers it.
- Loading branch information