Fixes for consistency with other printers

Contributes to issue CURA-6814.
This commit is contained in:
Ghostkeeper 2019-10-22 17:23:32 +02:00
parent fa00600655
commit 59e55dab5e
No known key found for this signature in database
GPG key ID: 59A4C0959592C05C
2 changed files with 5 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{ {
"version": 2, "version": 2,
"name": "Original Prusa i3 MK3S/MK3", "name": "Prusa i3 Mk3/Mk3s",
"inherits": "fdmprinter", "inherits": "fdmprinter",
"metadata": { "metadata": {
"visible": true, "visible": true,
@ -12,12 +12,12 @@
"has_materials": true, "has_materials": true,
"machine_extruder_trains": "machine_extruder_trains":
{ {
"0": "Original_Prusa_i3_MK3S_MK3_extruder_0" "0": "prusa_i3_mk3_extruder_0"
} }
}, },
"overrides": { "overrides": {
"machine_name": { "default_value": "Original Prusa i3 MK3S/MK3" }, "machine_name": { "default_value": "Prusa i3 Mk3/Mk3s" },
"machine_heated_bed": { "default_value": true }, "machine_heated_bed": { "default_value": true },
"machine_width": { "default_value": 250 }, "machine_width": { "default_value": 250 },
"machine_height": { "default_value": 210 }, "machine_height": { "default_value": 210 },

View file

@ -1,10 +1,9 @@
{ {
"id": "Original_Prusa_i3_MK3S_MK3_extruder_0",
"version": 2, "version": 2,
"name": "Extruder 1", "name": "Extruder 1",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "Original_Prusa_i3_MK3S_MK3", "machine": "prusa_i3_mk3",
"position": "0" "position": "0"
}, },