mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-25 06:34:26 +08:00
Add cura-specific resources that were moved from Uranium
This commit is contained in:
parent
ec3ab6e165
commit
9f85898df7
BIN
resources/images/Ultimaker2backplate.png
Normal file
BIN
resources/images/Ultimaker2backplate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
resources/images/UltimakerPlusbackplate.png
Normal file
BIN
resources/images/UltimakerPlusbackplate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
resources/images/cura.png
Normal file
BIN
resources/images/cura.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
BIN
resources/meshes/UltimakerRobot_support.stl
Normal file
BIN
resources/meshes/UltimakerRobot_support.stl
Normal file
Binary file not shown.
15104
resources/meshes/ultimaker2_platform.obj
Normal file
15104
resources/meshes/ultimaker2_platform.obj
Normal file
File diff suppressed because it is too large
Load Diff
13812
resources/meshes/ultimaker2go_platform.obj
Normal file
13812
resources/meshes/ultimaker2go_platform.obj
Normal file
File diff suppressed because it is too large
Load Diff
BIN
resources/meshes/ultimaker_platform.stl
Normal file
BIN
resources/meshes/ultimaker_platform.stl
Normal file
Binary file not shown.
1319
resources/settings/fdmprinter.json
Normal file
1319
resources/settings/fdmprinter.json
Normal file
File diff suppressed because it is too large
Load Diff
3
resources/settings/profiles/high_quality.conf
Normal file
3
resources/settings/profiles/high_quality.conf
Normal file
@ -0,0 +1,3 @@
|
||||
[resolution]
|
||||
layer_height = 0.04
|
||||
fill_sparse_density = 25
|
3
resources/settings/profiles/low_quality.conf
Normal file
3
resources/settings/profiles/low_quality.conf
Normal file
@ -0,0 +1,3 @@
|
||||
[resolution]
|
||||
layer_height = 0.15
|
||||
fill_sparse_density = 10
|
44
resources/settings/ultimaker2.json
Normal file
44
resources/settings/ultimaker2.json
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
"id": "ultimaker2",
|
||||
"name": "Ultimaker 2",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "Ultimaker2backplate.png",
|
||||
|
||||
"inherits": "fdmprinter.json",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_width": { "default": 230 },
|
||||
"machine_depth": { "default": 225 },
|
||||
"machine_height": { "default": 205 },
|
||||
"machine_heated_bed": { "default": true },
|
||||
|
||||
"machine_center_is_zero": { "default": false },
|
||||
"machine_nozzle_size": { "default": 0.4 },
|
||||
"machine_head_shape_min_x": { "default": 40 },
|
||||
"machine_head_shape_min_y": { "default": 10 },
|
||||
"machine_head_shape_max_x": { "default": 60 },
|
||||
"machine_head_shape_max_y": { "default": 30 },
|
||||
"machine_nozzle_gantry_distance": { "default": 55 },
|
||||
"machine_nozzle_offset_x_1": { "default": 18.0 },
|
||||
"machine_nozzle_offset_y_1": { "default": 0.0 },
|
||||
"machine_gcode_flavor": { "default": "UltiGCode" },
|
||||
"machine_disallowed_areas": { "default": [
|
||||
[[-115.0, 112.5], [ -82.0, 112.5], [ -84.0, 104.5], [-115.0, 104.5]],
|
||||
[[ 115.0, 112.5], [ 115.0, 104.5], [ 110.0, 104.5], [ 108.0, 112.5]],
|
||||
[[-115.0, -112.5], [-115.0, -104.5], [ -84.0, -104.5], [ -82.0, -112.5]],
|
||||
[[ 115.0, -112.5], [ 108.0, -112.5], [ 110.0, -104.5], [ 115.0, -104.5]]
|
||||
]},
|
||||
"machine_platform_offset": { "default": [9.0, 0.0, 0.0] },
|
||||
|
||||
"machine_nozzle_tip_outer_diameter": { "default": 1.0 },
|
||||
"machine_nozzle_head_distance": { "default": 3.0 },
|
||||
"machine_nozzle_expansion_angle": { "default": 45 }
|
||||
},
|
||||
|
||||
"categories": {
|
||||
"material": {
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
}
|
15
resources/settings/ultimaker2extended.json
Normal file
15
resources/settings/ultimaker2extended.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"id": "ultimaker2extended",
|
||||
"name": "Ultimaker 2 Extended",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "Ultimaker2backplate.png",
|
||||
|
||||
"inherits": "ultimaker2.json",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_width": { "default": 230 },
|
||||
"machine_depth": { "default": 225 },
|
||||
"machine_height": { "default": 315 }
|
||||
}
|
||||
}
|
23
resources/settings/ultimaker2go.json
Normal file
23
resources/settings/ultimaker2go.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"id": "ultimaker2go",
|
||||
"name": "Ultimaker 2 Go",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"platform": "ultimaker2go_platform.obj",
|
||||
"platform_texture": "Ultimaker2backplate.png",
|
||||
|
||||
"inherits": "ultimaker2.json",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_width": { "default": 120 },
|
||||
"machine_depth": { "default": 120 },
|
||||
"machine_height": { "default": 115 },
|
||||
"machine_heated_bed": { "default": false },
|
||||
"machine_disallowed_areas": { "default": [
|
||||
[[-60.0, 60.0], [-33.0, 60.0], [-35.0, 52.0], [-60.0, 52.0]],
|
||||
[[ 60.0, 60.0], [ 60.0, 52.0], [ 35.0, 52.0], [ 33.0, 60.0]],
|
||||
[[-60.0, -60.0], [-60.0, -52.0], [-35.0, -52.0], [-33.0, -60.0]],
|
||||
[[ 60.0, -60.0], [ 33.0, -60.0], [ 35.0, -52.0], [ 60.0, -52.0]]
|
||||
]},
|
||||
"machine_platform_offset": { "default": [0.0, 0.0, 0.0] }
|
||||
}
|
||||
}
|
24
resources/settings/ultimaker_original.json
Normal file
24
resources/settings/ultimaker_original.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"id": "ultimaker_original",
|
||||
"name": "Ultimaker Original",
|
||||
"icon": "icon_ultimaker.png",
|
||||
"platform": "ultimaker_platform.stl",
|
||||
|
||||
"inherits": "fdmprinter.json",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_width": { "default": 205 },
|
||||
"machine_height": { "default": 200 },
|
||||
"machine_depth": { "default": 205 },
|
||||
"machine_center_is_zero": { "default": false },
|
||||
"machine_nozzle_size": { "default": 0.4 },
|
||||
"machine_head_shape_min_x": { "default": 75 },
|
||||
"machine_head_shape_min_y": { "default": 18 },
|
||||
"machine_head_shape_max_x": { "default": 18 },
|
||||
"machine_head_shape_max_y": { "default": 35 },
|
||||
"machine_nozzle_gantry_distance": { "default": 55 },
|
||||
"machine_nozzle_offset_x_1": { "default": 18.0 },
|
||||
"machine_nozzle_offset_y_1": { "default": 0.0 },
|
||||
"machine_gcode_flavor": { "default": "RepRap (Marlin/Sprinter)" }
|
||||
}
|
||||
}
|
13
resources/settings/ultimaker_original_plus.json
Normal file
13
resources/settings/ultimaker_original_plus.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"id": "ultimaker_original_plus",
|
||||
"name": "Ultimaker Original Plus",
|
||||
"icon": "icon_ultimaker.png",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "UltimakerPlusbackplate.png",
|
||||
|
||||
"inherits": "ultimaker_original.json",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_heated_bed": { "default": true }
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user