mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Fix uppercase and lowercase
Fix the uppercase and lowercase confusion issue of extruder files
This commit is contained in:
parent
694102df54
commit
ff99087f84
4 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "HCTECH_HC300-M1&M1H",
|
||||
"machine": "hctech_hc300-m1&m1h",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Left Extruder",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "HCTECH_HC300-M2H",
|
||||
"machine": "hctech_hc300-m2h",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Right Extruder",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "HCTECH_HC300-M2H",
|
||||
"machine": "hctech_hc300-m2h",
|
||||
"position": "1"
|
||||
},
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "HCTECH_HC300-M3",
|
||||
"machine": "hctech_hc300-m3",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue