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-01-17 15:06:53 +0300
committerOrel <orel@dagoma.fr>2020-01-17 15:06:53 +0300
commit352bbed313c9a982aa3d185cb7c64c7cffa96caf (patch)
tree75ba71d7f689c6aa698e4c7508886c636f5a4bcc /resources/extruders/dagoma_discoultimate_extruder_0.def.json
parentda3ea6cfdbe4f8bc24a823dc70240e3180ef60cf (diff)
Add machine_extruder_start_code and machine_extruder_end_code default values on bicolor Dagoma printers.
Diffstat (limited to 'resources/extruders/dagoma_discoultimate_extruder_0.def.json')
-rw-r--r--resources/extruders/dagoma_discoultimate_extruder_0.def.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/extruders/dagoma_discoultimate_extruder_0.def.json b/resources/extruders/dagoma_discoultimate_extruder_0.def.json
index f55cb9fdab..878d6fdc75 100644
--- a/resources/extruders/dagoma_discoultimate_extruder_0.def.json
+++ b/resources/extruders/dagoma_discoultimate_extruder_0.def.json
@@ -16,6 +16,12 @@
},
"material_diameter": {
"default_value": 1.75
+ },
+ "machine_extruder_start_code": {
+ "default_value": "\n;Start T0\nG92 E0\nG1 E-{retraction_amount} F10000\nG92 E0G1 E1.5 F3000\nG1 E-60 F10000\nG92 E0\n"
+ },
+ "machine_extruder_end_code": {
+ "default_value": "\nG92 E0\nG1 E{retraction_amount} F3000\nG92 E0\nG1 E60 F3000\nG92 E0\nG1 E-{retraction_amount} F5000\n;End T0\n\n"
}
}
}