mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:45:52 +08:00
JSON: extruder_nr was still present in UMO and UM2
This commit is contained in:
parent
b785ba05ac
commit
56e4fb71ad
@ -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…
x
Reference in New Issue
Block a user