Closed sanderpuh closed 6 years ago
Hi @amsbr,
On Octoprint Terminal:
Send: M503 Recv: ok
That's all I get.
Hi @sanderpuh,
your EEPROM setting is disabled on firmware compilation. Please confirm this.
Hi - just had the same issue with 1.1.8. EEPROM can be enabled and the plugin fail if the disable M503 option is used.
Ignore the warning in Marlin to disable M503 for release and the plugin works.
Hi,
yes, the plugin work only with M503 enabled. It uses the M503 result to populate the fields.
Man that was frustrating! I struggled with this for hours before stumbling into here. PLEASE consider making a check for this sort of thing, and having it suggest in the plugin to check that the necessary lines aren't commented out. Perhaps also suggest to Marlin folks to make a note in the code documentation (eg. "this is necessary for some plugins, for example the EEPROM-Marlin" or whatever)
Hi @bcsteeve,
good suggestion!
Hi @sanderpuh,
is it possible send M503 result?