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:
authorIan Paschal <ian.paschal@gmail.com>2018-07-16 17:46:37 +0300
committerIan Paschal <ian.paschal@gmail.com>2018-07-16 17:46:37 +0300
commit130a61353f800c955bb19c68070352790dae451a (patch)
treebdd2b4dc29b09c9886cb6d30ab4b049ba3648f6d /resources/definitions/dagoma_discoeasy200.def.json
parent5ba3beb104070a26f323c2c03c5604f21d541e70 (diff)
parent23d6f7ba0b7f101a9d27df1cb57956ad6b90a88e (diff)
Merge branch 'dagoma_profiles' of https://github.com/dagoma3d/Cura into dagoma3d-dagoma_profiles
Diffstat (limited to 'resources/definitions/dagoma_discoeasy200.def.json')
-rw-r--r--resources/definitions/dagoma_discoeasy200.def.json27
1 files changed, 21 insertions, 6 deletions
diff --git a/resources/definitions/dagoma_discoeasy200.def.json b/resources/definitions/dagoma_discoeasy200.def.json
index bf1e43ccea..60f371ec88 100644
--- a/resources/definitions/dagoma_discoeasy200.def.json
+++ b/resources/definitions/dagoma_discoeasy200.def.json
@@ -29,32 +29,47 @@
},
"machine_head_with_fans_polygon": {
"default_value": [
- [17, 70],
- [17, -40],
- [-17, -40],
- [17, 70]
+ [-17, -70],
+ [-17, 40],
+ [17, 40],
+ [17, -70]
]
},
"gantry_height": {
"default_value": 10
},
"machine_start_gcode": {
- "default_value": ";Gcode by Cura\nG90\nM106 S250\nG28 X Y\nG1 X50\nM109 S180\nG28\nM104 S{material_print_temperature_layer_0}\nG29\nM107\nG1 X100 Y20 F3000\nG1 Z0.5\nM109 S{material_print_temperature_layer_0}\nM82\nG92 E0\nG1 F200 E10\nG92 E0\nG1 Z3\nG1 F6000\n"
+ "default_value": ";Gcode by Cura\nG90\nM106 S255\nG28 X Y\nG1 X50\nM109 R90\nG28\nM104 S{material_print_temperature_layer_0}\nG29\nM107\nG1 X100 Y20 F3000\nG1 Z0.5\nM109 S{material_print_temperature_layer_0}\nM82\nG92 E0\nG1 F200 E10\nG92 E0\nG1 Z3\nG1 F6000\n"
},
"machine_end_gcode": {
"default_value": "\nM104 S0\nM106 S255\nM140 S0\nG91\nG1 E-1 F300\nG1 Z+3 F3000\nG90\nG28 X Y\nM107\nM84\n"
},
+ "material_diameter": {
+ "default_value": 1.75
+ },
+ "default_material_print_temperature": {
+ "default_value": 205
+ },
"speed_print": {
"default_value": 60
},
"speed_travel": {
- "value": "100"
+ "default_value": 100
},
"retraction_amount": {
"default_value": 3.5
},
"retraction_speed": {
"default_value": 50
+ },
+ "adhesion_type": {
+ "default_value": "skirt"
+ },
+ "skirt_line_count": {
+ "default_value": 2
+ },
+ "layer_height_0": {
+ "default_value": 0.26
}
}
}