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:
authorJack Ha <jackha@gmail.com>2018-07-02 14:38:18 +0300
committerJack Ha <jackha@gmail.com>2018-07-02 14:38:18 +0300
commit5aba2e4b90c2ed55a8b97c12c94850a52e5107d2 (patch)
tree601363d018bf1ccac46f55535cc5b3a33c8a8fca /resources/extruders/ord_extruder_2.def.json
parent77c7839bfe3bdada9daee6de4d4106c7bd2a3d94 (diff)
CURA-5334 corrected extruders that didn't have a material_diameter yet
Diffstat (limited to 'resources/extruders/ord_extruder_2.def.json')
-rw-r--r--resources/extruders/ord_extruder_2.def.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/extruders/ord_extruder_2.def.json b/resources/extruders/ord_extruder_2.def.json
index 4e8a9f6c15..1b521c7507 100644
--- a/resources/extruders/ord_extruder_2.def.json
+++ b/resources/extruders/ord_extruder_2.def.json
@@ -14,6 +14,7 @@
"maximum_value": "4"
},
"machine_nozzle_offset_x": { "default_value": 0.0 },
- "machine_nozzle_offset_y": { "default_value": 27.7 }
+ "machine_nozzle_offset_y": { "default_value": 27.7 },
+ "material_diameter": { "default_value": 1.75 }
}
}