mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
JSON: extruder_nr was still present in UMO and UM2
This commit is contained in:
parent
b785ba05ac
commit
56e4fb71ad
3 changed files with 9 additions and 19 deletions
|
@ -4,7 +4,15 @@
|
|||
"inherits": "fdmprinter.json",
|
||||
|
||||
"machine_settings": {
|
||||
"extruder_nr": { "default": 0 },
|
||||
"extruder_nr": {
|
||||
"label": "Extruder",
|
||||
"description": "The extruder train used for printing. This is used in multi-extrusion.",
|
||||
"type": "int",
|
||||
"default": 0,
|
||||
"min_value": 0,
|
||||
"max_value": 16,
|
||||
"inherit_function": "extruder_nr"
|
||||
},
|
||||
|
||||
"machine_use_extruder_offset_to_offset_coords": { "default": false },
|
||||
|
||||
|
|
|
@ -13,15 +13,6 @@
|
|||
|
||||
"machine_extruder_trains": [
|
||||
{
|
||||
"extruder_nr": {
|
||||
"label": "Extruder",
|
||||
"description": "The extruder train used for printing. This is used in multi-extrusion.",
|
||||
"type": "int",
|
||||
"default": 0,
|
||||
"min_value": 0,
|
||||
"max_value": 16,
|
||||
"inherit_function": "extruder_nr"
|
||||
},
|
||||
"machine_nozzle_size": {
|
||||
"default": 0.4
|
||||
},
|
||||
|
|
|
@ -18,15 +18,6 @@
|
|||
|
||||
"machine_extruder_trains": [
|
||||
{
|
||||
"extruder_nr": {
|
||||
"label": "Extruder",
|
||||
"description": "The extruder train used for printing. This is used in multi-extrusion.",
|
||||
"type": "int",
|
||||
"default": 0,
|
||||
"min_value": 0,
|
||||
"max_value": 16,
|
||||
"inherit_function": "extruder_nr"
|
||||
},
|
||||
"machine_nozzle_size": {
|
||||
"default": 0.4
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue