Fix mistakes in extruder-definition inter-referencing

This commit is contained in:
Ghostkeeper 2019-11-01 15:02:14 +01:00
parent 069dc6e65d
commit d145945b25
No known key found for this signature in database
GPG Key ID: 59A4C0959592C05C
8 changed files with 93 additions and 93 deletions

View File

@ -18,12 +18,12 @@
"supports_usb_connection": false, "supports_usb_connection": false,
"machine_extruder_trains": "machine_extruder_trains":
{ {
"0": "alya3dp_extruder_0" "0": "kupido_extruder_0"
} }
}, },
"overrides": { "overrides": {
"machine_name": { "default_value": "ALYA 3DP" }, "machine_name": { "default_value": "KUPIDO" },
"machine_heated_bed": { "default_value": true }, "machine_heated_bed": { "default_value": true },
"machine_width": { "default_value": 195 }, "machine_width": { "default_value": 195 },
"machine_height": { "default_value": 190 }, "machine_height": { "default_value": 190 },

View File

@ -3,7 +3,7 @@
"name": "Extruder 1", "name": "Extruder 1",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "BIBO2 dual", "machine": "bibo2_dual",
"position": "0" "position": "0"
}, },
"overrides": { "overrides": {

View File

@ -3,7 +3,7 @@
"name": "Extruder 2", "name": "Extruder 2",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "BIBO2 dual", "machine": "bibo2_dual",
"position": "1" "position": "1"
}, },
"overrides": { "overrides": {

View File

@ -3,7 +3,7 @@
"name": "Left Extruder", "name": "Left Extruder",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "Creality CR-X", "machine": "creality_cr-x",
"position": "0" "position": "0"
}, },

View File

@ -3,7 +3,7 @@
"name": "Right Extruder", "name": "Right Extruder",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "Creality CR-X", "machine": "creality_cr-x",
"position": "1" "position": "1"
}, },

View File

@ -3,7 +3,7 @@
"name": "Extruder 1", "name": "Extruder 1",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "Creatable_D3", "machine": "creatable_d3",
"position": "0" "position": "0"
}, },

View File

@ -3,7 +3,7 @@
"name": "Extruder 1", "name": "Extruder 1",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "hellbot_magna_i", "machine": "hellbot_magna_I",
"position": "0" "position": "0"
}, },

View File

@ -3,7 +3,7 @@
"name": "0.4mm Nozzle", "name": "0.4mm Nozzle",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "Tyro", "machine": "key3d_tyro",
"position": "0" "position": "0"
}, },