[firmware]
m115_firmware_info = """\
FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 \
FIRMWARE_URL:http://www.mendel-parts.com \
PROTOCOL_VERSION:1.0 \
MACHINE_TYPE:www.creality3d.cn \
EXTRUDER_COUNT:1 \
UUID:00000000-0000-0000-0000-000000000000\n\
ok\n\
"""
[greeting]
greeting_with_sd_card = """\
start\n\
echo: External Reset\n\
Marlin 1.0.0\n\
echo: Last Updated: Sep 3 2018 15:45:59 | Author: (Ender3)\n\
Compiled: Sep 3 2018\n\
echo: Free Memory: 9679 PlannerBufferBytes: 1232\n\
echo:Hardcoded Default Settings Loaded\n\
echo:SD card ok\n\
Init power off infomation.\n\
size: \n\
591\n\
"""
greeting_without_sd_card = """\
start\n\
echo: External Reset\n\
Marlin 1.0.0\n\
echo: Last Updated: Sep 3 2018 15:45:59 | Author: (Ender3)\n\
Compiled: Sep 3 2018\n\
echo: Free Memory: 9679 PlannerBufferBytes: 1232\n\
echo:Hardcoded Default Settings Loaded\n\
echo:SD init fail\n\
echo:SD init fail\n\
"""
[errors]
unknown_command = """\
echo:Unknown command: \"N27 m23 file.txt*119\"\n\
ok\n\
"""
min_temp = """\
T:21.95 E:0 B:22.0\n\
Error:0\n\
: Extruder switched off. MINTEMP triggered !\n\
Error:Printer stopped due to errors. Fix the error and use M999 to restart. \
(Temperature is reset. Set it after restarting)\n\
ok\n\
"""
[movement_gcodes]
g1 = "ok\n"
g28 = "ok\n"
g90 = "ok\n"
g91 = "ok\n"
[polling_mcodes]
m105 = """\
ok T:25.9 /0.0 B:25.5 /0.0 T0:25.9 /0.0 @:0 B@:0\n\
"""
m114 = """\
X:100.00Y:0.00Z:0.00E:0.00 Count X: 47.60Y:0.00Z:0.00\n\
ok\n\
"""
m155_temperature_auto_report = "ok\n"
[temperature_control]
m109 = """\
T:24.8 E:0\n\
T:25.0 E:0\n\
"""
[m20_list_sd_card]
m20_sucess = """\
Begin file list\n\
/47ACB~1.MOD/TEST/TEST-D~1.GCO\n\
TEST-D~1.GCO\n\
End file list\n\
"""
[m21_init_sd_card]
m21_success = """\
echo:SD card ok\n\
Init power off infomation.\n\
size: \n\
591\n\
"""
m21_no_sd_card = """\
echo:SD init fail\n\
echo:SD init fail\n\
ok\n\
"""
[m23_select_sd_file]
m23_success = """\
echo:Now fresh file: file.tx\n\
File opened: file.tx Size: 17\n\
File selected\n\
ok\n\
"""
m23_no_sd_card = """\
echo:Now fresh file: /teg.gcod\n\
open failed, File: teg.gcod.\n\
"""
[m24_start_or_resume_sd_print]
m24_success = """\
Deletion(bin) failed.\n\
ok\n\
X:0.00Y:0.00Z:0.00E:0.00 Count X: 0.00Y:0.00Z:0.00\n\
ok T:26.3 /0.0 B:25.9 /0.0 T0:26.3 /0.0 @:0 B@:0\n\
Done printing file\n\
echo:0 hours 0 minutes\n\
Writing to file: bin\n\
echo:enqueing \"M84 X Y Z E\"\n\
ok\n\
"""
m24_no_file_selected = """\
File(bin) deleted.\n\
ok\n\
"""
[m28_start_sd_write]
m28_success = """\
echo:Now fresh file: file.txt\n\
Writing to file: file.txt\n\
ok\n\
"""
m28_no_sd_card = """\
echo:Now fresh file: teg.gcod\n\
open failed, File: teg.gcod.\n\
"""
[m29_stop_sd_write]
m29_file_open = """\
Done saving file.\n\
"""
m29_no_file_open = "ok\n"
[m30_delete_sd_file]
m30_success = """\
File deleted:file.txok\n\
"""
m30_no_file = """\
Deletion failed, File: teg.gcod.\n\
"""