Introduce Dagoma DiscoUltimate profile and make minor changes on other Dagoma printers profiles.

This commit is contained in:
Orel 2020-01-16 16:47:17 +01:00
parent 8bf7666493
commit 8c7ca506ad
11 changed files with 100 additions and 8 deletions

View File

@ -7,8 +7,8 @@
"author": "Dagoma",
"manufacturer": "Dagoma",
"file_formats": "text/x-gcode",
"platform": "discoeasy200.stl",
"platform_offset": [ 105, -59, 280],
"platform": "dagoma_discoeasy200.stl",
"platform_offset": [0, -29, -11],
"has_machine_quality": true,
"has_materials": true,
"machine_extruder_trains":
@ -18,13 +18,13 @@
},
"overrides": {
"machine_width": {
"default_value": 211
"default_value": 205
},
"machine_height": {
"default_value": 205
},
"machine_depth": {
"default_value": 211
"default_value": 205
},
"machine_center_is_zero": {
"default_value": false

View File

@ -0,0 +1,71 @@
{
"name": "Dagoma DiscoUltimate",
"version": 2,
"inherits": "fdmprinter",
"metadata": {
"visible": true,
"author": "Dagoma",
"manufacturer": "Dagoma",
"file_formats": "text/x-gcode",
"platform": "dagoma_discoultimate.stl",
"platform_offset": [0, -29.5, -11],
"has_machine_quality": true,
"has_materials": true,
"machine_extruder_trains":
{
"0": "dagoma_discoultimate_extruder_0"
}
},
"overrides": {
"machine_width": {
"default_value": 205
},
"machine_height": {
"default_value": 205
},
"machine_depth": {
"default_value": 205
},
"machine_center_is_zero": {
"default_value": false
},
"machine_head_with_fans_polygon": {
"default_value": [
[-17, -70],
[-17, 40],
[17, 40],
[17, -70]
]
},
"gantry_height": {
"value": "10"
},
"machine_start_gcode": {
"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"
},
"default_material_print_temperature": {
"default_value": 205
},
"speed_print": {
"default_value": 60
},
"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
}
}
}

View File

@ -7,8 +7,8 @@
"author": "Dagoma",
"manufacturer": "Dagoma",
"file_formats": "text/x-gcode",
"platform": "neva.stl",
"platform_offset": [ 0, 0, 0],
"platform": "dagoma_magis.stl",
"platform_offset": [0, -28, -35],
"has_machine_quality": true,
"has_materials": true,
"machine_extruder_trains":

View File

@ -7,8 +7,8 @@
"author": "Dagoma",
"manufacturer": "Dagoma",
"file_formats": "text/x-gcode",
"platform": "neva.stl",
"platform_offset": [ 0, 0, 0],
"platform": "dagoma_neva.stl",
"platform_offset": [0, -28, -35],
"has_machine_quality": true,
"has_materials": true,
"machine_extruder_trains":

View File

@ -0,0 +1,21 @@
{
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "dagoma_discoultimate",
"position": "0"
},
"overrides": {
"extruder_nr": {
"default_value": 0
},
"machine_nozzle_size": {
"default_value": 0.4
},
"material_diameter": {
"default_value": 1.75
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.