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",
"inherits": "fdmextruder",
"metadata": {
"machine": "HCTECH_HC300-M1&M1H",
"machine": "hctech_hc300-m1&m1h",
"position": "0"
},

View file

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

View file

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

View file

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