Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfieldOfView <aldo@fieldofview.com>2017-03-11 01:14:11 +0300
committerfieldOfView <aldo@fieldofview.com>2017-04-06 10:41:14 +0300
commite6121039d9dc0800f0170d684e4778d9b50b1a65 (patch)
treea60dbb34019c8d6459f9952043080a6edb42b8f7 /resources/definitions/custom.def.json
parent8f6a210c756c5dbd62b57529f488a538399aa126 (diff)
Add extruders to Custom FDM Printer definition
Diffstat (limited to 'resources/definitions/custom.def.json')
-rw-r--r--resources/definitions/custom.def.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/resources/definitions/custom.def.json b/resources/definitions/custom.def.json
index 7ae1d1bd28..8f15f00a0f 100644
--- a/resources/definitions/custom.def.json
+++ b/resources/definitions/custom.def.json
@@ -10,6 +10,17 @@
"category": "Custom",
"file_formats": "text/x-gcode",
"has_materials": true,
+ "machine_extruder_trains":
+ {
+ "0": "custom_extruder_1",
+ "1": "custom_extruder_2",
+ "2": "custom_extruder_3",
+ "3": "custom_extruder_4",
+ "4": "custom_extruder_5",
+ "5": "custom_extruder_6",
+ "6": "custom_extruder_7",
+ "7": "custom_extruder_8"
+ },
"first_start_actions": ["MachineSettingsAction"]
}
}