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:
authororel <orel@dagoma.fr>2020-05-20 12:41:49 +0300
committerorel <orel@dagoma.fr>2020-05-20 12:41:49 +0300
commit863d5460bcc957c4a672816babea6a65dfd02856 (patch)
tree708a4416584f53aa9ef4068e532dc32e7c33ce33 /resources/extruders/dagoma_discoeasy200_extruder.def.json
parent81ec7d6582bd24afe929600c4b431e9f03bcd06a (diff)
Separate mono/dual extruders Dagoma printers profiles
Diffstat (limited to 'resources/extruders/dagoma_discoeasy200_extruder.def.json')
-rw-r--r--resources/extruders/dagoma_discoeasy200_extruder.def.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/resources/extruders/dagoma_discoeasy200_extruder.def.json b/resources/extruders/dagoma_discoeasy200_extruder.def.json
new file mode 100644
index 0000000000..7bef0a7649
--- /dev/null
+++ b/resources/extruders/dagoma_discoeasy200_extruder.def.json
@@ -0,0 +1,21 @@
+{
+ "version": 2,
+ "name": "Extruder",
+ "inherits": "fdmextruder",
+ "metadata": {
+ "machine": "dagoma_discoeasy200",
+ "position": "0"
+ },
+
+ "overrides": {
+ "extruder_nr": {
+ "default_value": 0
+ },
+ "machine_nozzle_size": {
+ "default_value": 0.4
+ },
+ "material_diameter": {
+ "default_value": 1.75
+ }
+ }
+}