diff --git a/js/commongcode.js b/js/commongcode.js index a6db90a..866f68b 100644 --- a/js/commongcode.js +++ b/js/commongcode.js @@ -18,4 +18,5 @@ var commonEnd = `G28 X0 ; home X axis M106 S0 ; turn off cooling fan M104 S0 ; turn off extruder M140 S0 ; turn off bed -M84 ; disable motors` \ No newline at end of file +M84 ; disable motors +M501 ; restore previous EEPROM values` \ No newline at end of file