From 402f70ad96ffc85183c87bcc2b83943e7dcfcabe Mon Sep 17 00:00:00 2001 From: teachingtechYT Date: Mon, 13 Sep 2021 10:36:39 +1000 Subject: [PATCH] Remove M501 from all end gcode. #368 --- js/commongcode.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/commongcode.js b/js/commongcode.js index 7d2ba1a..48587ca 100644 --- a/js/commongcode.js +++ b/js/commongcode.js @@ -20,6 +20,5 @@ M106 S0 ; turn off cooling fan M104 S0 ; turn off extruder M140 S0 ; turn off bed M84 ; disable motors -M501 ; restore previous EEPROM values ;customend `; \ No newline at end of file