changed from arr to arrayobjects GCodeList

This commit is contained in:
sanjayk03-dev
2024-01-22 21:51:23 +05:30
parent c75e7a55f1
commit 3fc1bcfc1f
3 changed files with 10 additions and 6 deletions

View File

@@ -693,9 +693,12 @@
"GCodeList": {
"type": "list",
"index": "numeric",
"default": [ ],
"default": [],
"template": {
"type": "text"
"gcode_file_time": {
"type": "int",
"default": 1705008395
}
}
},