From f51561225f5bdc5d6704939ebab4d3dc2be3edea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Wed, 6 Oct 2021 18:36:11 +0100 Subject: [PATCH] Create uvtools_dump_eeprom.gcode --- wiki/uvtools_dump_eeprom.gcode | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 wiki/uvtools_dump_eeprom.gcode diff --git a/wiki/uvtools_dump_eeprom.gcode b/wiki/uvtools_dump_eeprom.gcode new file mode 100644 index 0000000..c26a077 --- /dev/null +++ b/wiki/uvtools_dump_eeprom.gcode @@ -0,0 +1,14 @@ +; UVtools dump EEPROM settings to file +; https://github.com/sn4k3/UVtools/wiki/Rest-times-and-TSMC +; +; Instructions: +; 1. Put this file in the printer USB +; 2. Print this file +; 3. Take USB out and connect to PC +; 4. Open and read "memory_dump.txt" +; +; NOTE: If you wish to use the dump file to restore on printer, you need to rename it with ".gcode" extension +; ".txt" is kept to prevent acidental print and restore +; + +M8512 "memory_dump.txt" ; Dump EEPROM settings to this file