mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-09-09 08:17:48 -06:00
Fixes for consistency with other printers
Contributes to issue CURA-6814.
This commit is contained in:
parent
fa00600655
commit
59e55dab5e
2 changed files with 5 additions and 6 deletions
|
@ -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 },
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue