mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:48:58 +08:00
Added ultimaker2 plus definitions
This commit is contained in:
parent
ccfa4a4842
commit
414be1f851
BIN
resources/images/ultimaker2plus_backplate.png
Normal file
BIN
resources/images/ultimaker2plus_backplate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
19
resources/machines/ultimaker2_extended_plus.json
Normal file
19
resources/machines/ultimaker2_extended_plus.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"id": "ultimaker2_extended_plus_base",
|
||||
"version": 1,
|
||||
"name": "Ultimaker 2 Extended+",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "ultimaker2plus_backplate.png",
|
||||
"visible": false,
|
||||
"inherits": "ultimaker2plus.json",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_width": { "default": 230 },
|
||||
"machine_depth": { "default": 225 },
|
||||
"machine_height": { "default": 310 },
|
||||
"machine_show_variants": { "default": true },
|
||||
"gantry_height": { "default": 50 }
|
||||
}
|
||||
}
|
14
resources/machines/ultimaker2_extended_plus_025.json
Normal file
14
resources/machines/ultimaker2_extended_plus_025.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"id": "ultimaker2_extended_plus",
|
||||
"version": 1,
|
||||
"name": "Ultimaker 2 Extended+",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "ultimaker2plus_backplate.png",
|
||||
"inherits": "ultimaker2_extended_plus.json",
|
||||
"variant": "0.25mm Nozzle",
|
||||
"machine_settings": {
|
||||
"machine_nozzle_size": { "default": 0.25 }
|
||||
}
|
||||
}
|
14
resources/machines/ultimaker2_extended_plus_040.json
Normal file
14
resources/machines/ultimaker2_extended_plus_040.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"id": "ultimaker2_extended_plus",
|
||||
"version": 1,
|
||||
"name": "Ultimaker 2 Extended+",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "ultimaker2plus_backplate.png",
|
||||
"inherits": "ultimaker2_extended_plus.json",
|
||||
"variant": "0.40mm Nozzle",
|
||||
"machine_settings": {
|
||||
"machine_nozzle_size": { "default": 0.40 }
|
||||
}
|
||||
}
|
14
resources/machines/ultimaker2_extended_plus_060.json
Normal file
14
resources/machines/ultimaker2_extended_plus_060.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"id": "ultimaker2_extended_plus",
|
||||
"version": 1,
|
||||
"name": "Ultimaker 2 Extended+",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "ultimaker2plus_backplate.png",
|
||||
"inherits": "ultimaker2_extended_plus.json",
|
||||
"variant": "0.60mm Nozzle",
|
||||
"machine_settings": {
|
||||
"machine_nozzle_size": { "default": 0.60 }
|
||||
}
|
||||
}
|
14
resources/machines/ultimaker2_extended_plus_080.json
Normal file
14
resources/machines/ultimaker2_extended_plus_080.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"id": "ultimaker2_extended_plus",
|
||||
"version": 1,
|
||||
"name": "Ultimaker 2 Extended+",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "ultimaker2plus_backplate.png",
|
||||
"inherits": "ultimaker2_extended_plus.json",
|
||||
"variant": "0.80mm Nozzle",
|
||||
"machine_settings": {
|
||||
"machine_nozzle_size": { "default": 0.80 }
|
||||
}
|
||||
}
|
46
resources/machines/ultimaker2plus.json
Normal file
46
resources/machines/ultimaker2plus.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"id": "ultimaker2plus_base",
|
||||
"version": 1,
|
||||
"name": "Ultimaker 2+",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "ultimaker2plus_backplate.png",
|
||||
"visible": false,
|
||||
|
||||
"inherits": "ultimaker2.json",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_width": { "default": 230 },
|
||||
"machine_depth": { "default": 225 },
|
||||
"machine_height": { "default": 200 },
|
||||
"machine_show_variants": { "default": true },
|
||||
"gantry_height": { "default": 50 }
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"shell_thickness": { "default": 1.2 },
|
||||
"top_bottom_thickness": { "inherit_function": "(parent_value / 3) * 2" },
|
||||
"travel_compensate_overlapping_walls_enabled": { "default": true },
|
||||
"skin_alternate_rotation": { "default": true },
|
||||
"skin_outline_count": { "default": 2 },
|
||||
"infill_sparse_density": { "default": 10 },
|
||||
"infill_overlap": { "default": 14, "inherit_function": "14 if infill_sparse_density < 95 else 0" },
|
||||
"infill_wipe_dist": { "default": 0.35, "inherit_function": "wall_line_width_0" },
|
||||
"retraction_amount": { "default": 6 },
|
||||
"retraction_min_travel": { "default": 4.5 },
|
||||
"retraction_count_max": { "default": 6 },
|
||||
"retraction_extrusion_window": { "default": 6.0 },
|
||||
"speed_print": { "default": 50 },
|
||||
"speed_wall": { "inherit_function": "parent_value / 50 * 30" },
|
||||
"speed_wall_x": { "inherit_function": "speed_print / 50 * 40" },
|
||||
"speed_topbottom": { "inherit_function": "parent_value / 50 * 20" },
|
||||
"speed_layer_0": { "default": 20 },
|
||||
"skirt_speed": { "default": 20 },
|
||||
"travel_avoid_distance": { "default": 1.0 },
|
||||
"coasting_enable": { "default": true },
|
||||
"coasting_volume": { "default": 0.4 },
|
||||
"support_angle": { "default": 50 },
|
||||
"adhesion_type": { "default": "brim" }
|
||||
}
|
||||
}
|
31
resources/machines/ultimaker2plus_025.json
Normal file
31
resources/machines/ultimaker2plus_025.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"id": "ultimaker2plus",
|
||||
"version": 1,
|
||||
"name": "Ultimaker 2+",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "ultimaker2plus_backplate.png",
|
||||
|
||||
"inherits": "ultimaker2plus.json",
|
||||
|
||||
"variant": "0.25mm Nozzle",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_nozzle_size": { "default": 0.25 }
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"layer_height": { "default": 0.06 },
|
||||
"layer_height_0": { "default": 0.15 },
|
||||
|
||||
"infill_sparse_density": { "default": 12 },
|
||||
"speed_print": { "default": 30 },
|
||||
"speed_wall": { "inherit_function": "parent_value / 30 * 20" },
|
||||
"speed_wall_x": { "inherit_function": "speed_print / 30 * 25" },
|
||||
"speed_topbottom": { "inherit_function": "parent_value / 30 * 20" },
|
||||
|
||||
"coasting_volume": { "default": 0.1 },
|
||||
"coasting_min_volume": { "default": 0.17 }
|
||||
}
|
||||
}
|
22
resources/machines/ultimaker2plus_040.json
Normal file
22
resources/machines/ultimaker2plus_040.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"id": "ultimaker2plus",
|
||||
"version": 1,
|
||||
"name": "Ultimaker 2+",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "ultimaker2plus_backplate.png",
|
||||
|
||||
"inherits": "ultimaker2plus.json",
|
||||
|
||||
"variant": "0.40mm Nozzle",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_nozzle_size": { "default": 0.40 }
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"wall_line_width_0": { "inherit_function": "parent_value * 0.875" },
|
||||
"skin_line_width": { "inherit_function": "parent_value * 0.875" }
|
||||
}
|
||||
}
|
32
resources/machines/ultimaker2plus_060.json
Normal file
32
resources/machines/ultimaker2plus_060.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"id": "ultimaker2plus",
|
||||
"version": 1,
|
||||
"name": "Ultimaker 2+",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "ultimaker2plus_backplate.png",
|
||||
|
||||
"inherits": "ultimaker2plus.json",
|
||||
|
||||
"variant": "0.60mm Nozzle",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_nozzle_size": { "default": 0.60 }
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"layer_height": { "default": 0.15 },
|
||||
"layer_height_0": { "default": 0.4 },
|
||||
|
||||
"shell_thickness": { "default": 1.8 },
|
||||
|
||||
"infill_sparse_density": { "default": 15 },
|
||||
"speed_print": { "default": 55 },
|
||||
"speed_wall": { "inherit_function": "parent_value / 55 * 25" },
|
||||
"speed_wall_x": { "inherit_function": "speed_print / 55 * 40" },
|
||||
"speed_topbottom": { "inherit_function": "parent_value / 55 * 20" },
|
||||
|
||||
"coasting_volume": { "default": 1.36 }
|
||||
}
|
||||
}
|
33
resources/machines/ultimaker2plus_080.json
Normal file
33
resources/machines/ultimaker2plus_080.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"id": "ultimaker2plus",
|
||||
"version": 1,
|
||||
"name": "Ultimaker 2+",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "ultimaker2plus_backplate.png",
|
||||
|
||||
"inherits": "ultimaker2plus.json",
|
||||
|
||||
"variant": "0.80mm Nozzle",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_nozzle_size": { "default": 0.80 }
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"layer_height": { "default": 0.2 },
|
||||
"layer_height_0": { "default": 0.5 },
|
||||
|
||||
"shell_thickness": { "default": 2.4 },
|
||||
"top_bottom_thickness": { "inherit_function": "parent_value / 2" },
|
||||
|
||||
"infill_sparse_density": { "default": 16 },
|
||||
"speed_print": { "default": 40 },
|
||||
"speed_wall": { "inherit_function": "parent_value / 40 * 20" },
|
||||
"speed_wall_x": { "inherit_function": "speed_print / 40 * 30" },
|
||||
"speed_topbottom": { "inherit_function": "parent_value / 40 * 20" },
|
||||
|
||||
"coasting_volume": { "default": 3.22 }
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user