Fix uppercase and lowercase

Fix the uppercase and lowercase confusion issue of extruder files
This commit is contained in:
3d-hctech 2022-03-21 18:10:12 +08:00
parent 694102df54
commit ff99087f84
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"name": "Extruder 1", "name": "Extruder 1",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "HCTECH_HC300-M1&M1H", "machine": "hctech_hc300-m1&m1h",
"position": "0" "position": "0"
}, },

View File

@ -3,7 +3,7 @@
"name": "Left Extruder", "name": "Left Extruder",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "HCTECH_HC300-M2H", "machine": "hctech_hc300-m2h",
"position": "0" "position": "0"
}, },

View File

@ -3,7 +3,7 @@
"name": "Right Extruder", "name": "Right Extruder",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "HCTECH_HC300-M2H", "machine": "hctech_hc300-m2h",
"position": "1" "position": "1"
}, },

View File

@ -3,7 +3,7 @@
"name": "Extruder 1", "name": "Extruder 1",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "HCTECH_HC300-M3", "machine": "hctech_hc300-m3",
"position": "0" "position": "0"
}, },