To be sure...
Some printers like Ender 3 or Artillery x1 do not allow saving in Eeprom. So to modify this, I have in the beginning of my files the acceleration and speed settings that I prefer. (This is a CURA legacy, before using repettier server).
There are values stored in the eeprom and there are volatile values.
What I want is to be able to read those volatile values that will be cleared when restarting the printer.
M503 could work?
What I am proposing is different from reading the values from the eeprom. I think...