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-26 13:28:20 +0300
committerorel <orel@dagoma.fr>2020-05-26 13:28:20 +0300
commitdff6ff1c7e7c8591c97933712d49a6a11f7839c6 (patch)
treea7fcdbe8a1b74c8860d589605d4e4f73094202ad /resources/definitions/dagoma_magis.def.json
parentfc7f1bb0eecb380e65fbabd107d72acc5a113357 (diff)
Integrate Gcode modifications from @Sophist-UK and use the inherits feature to gather common parameters between profiles
Diffstat (limited to 'resources/definitions/dagoma_magis.def.json')
-rw-r--r--resources/definitions/dagoma_magis.def.json59
1 files changed, 3 insertions, 56 deletions
diff --git a/resources/definitions/dagoma_magis.def.json b/resources/definitions/dagoma_magis.def.json
index 2e66c7a578..e3c9c3e693 100644
--- a/resources/definitions/dagoma_magis.def.json
+++ b/resources/definitions/dagoma_magis.def.json
@@ -1,7 +1,7 @@
{
"name": "Dagoma Magis",
"version": 2,
- "inherits": "fdmprinter",
+ "inherits": "dagoma_delta",
"metadata": {
"visible": true,
"author": "Dagoma",
@@ -18,61 +18,8 @@
}
},
"overrides": {
- "machine_width": {
- "default_value": 195.55
- },
- "machine_height": {
- "default_value": 205
- },
- "machine_depth": {
- "default_value": 195.55
- },
- "machine_center_is_zero": {
- "default_value": true
- },
- "machine_head_with_fans_polygon": {
- "default_value": [
- [-36, -42],
- [-36, 42],
- [36, 42],
- [36, -42]
- ]
- },
- "gantry_height": {
- "value": "0"
- },
- "machine_shape": {
- "default_value": "elliptic"
- },
- "machine_start_gcode": {
- "default_value": ";Gcode by Cura\nG90\nG28\nM107\nM109 R100\nG29\nM109 S{material_print_temperature_layer_0} U-55 X55 V-85 Y-85 W0.26 Z0.26\nM82\nG92 E0\nG1 F200 E6\nG92 E0\nG1 F200 E-3.5\nG0 Z0.15\nG0 X10\nG0 Z3\nG1 F6000\n"
- },
- "machine_end_gcode": {
- "default_value": "\nM104 S0\nM106 S255\nM140 S0\nG91\nG1 E-1 F300\nG1 Z+3 E-2 F9000\nG90\nG28\n"
- },
- "default_material_print_temperature": {
- "default_value": 205
- },
- "speed_print": {
- "default_value": 40
- },
- "retraction_amount": {
- "default_value": 3.8
- },
- "retraction_speed": {
- "default_value": 60
- },
- "adhesion_type": {
- "default_value": "skirt"
- },
- "skirt_line_count": {
- "default_value": 2
- },
- "layer_height_0": {
- "default_value": 0.26
- },
- "top_bottom_thickness": {
- "default_value": 1
+ "machine_name": {
+ "default_value": "Dagoma Magis"
}
}
}