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/extruders/custom_extruder_5.def.json
parent8f6a210c756c5dbd62b57529f488a538399aa126 (diff)
Add extruders to Custom FDM Printer definition
Diffstat (limited to 'resources/extruders/custom_extruder_5.def.json')
-rw-r--r--resources/extruders/custom_extruder_5.def.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/resources/extruders/custom_extruder_5.def.json b/resources/extruders/custom_extruder_5.def.json
new file mode 100644
index 0000000000..ea64605041
--- /dev/null
+++ b/resources/extruders/custom_extruder_5.def.json
@@ -0,0 +1,17 @@
+{
+ "id": "custom_extruder_5",
+ "version": 2,
+ "name": "Extruder 5",
+ "inherits": "fdmextruder",
+ "metadata": {
+ "machine": "custom",
+ "position": "4"
+ },
+
+ "overrides": {
+ "extruder_nr": {
+ "default_value": 4,
+ "maximum_value": "7"
+ }
+ }
+}