mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:39:03 +08:00
JSON+profiles: removed shell thickness as a whole (CURA-1309)
This commit is contained in:
parent
c8aa770fed
commit
4c47615145
@ -37,7 +37,6 @@
|
||||
|
||||
"overrides": {
|
||||
"layer_height": { "default": 0.2 },
|
||||
"shell_thickness": { "default": 0.8 },
|
||||
"wall_thickness": { "default": 0.8 },
|
||||
"top_bottom_thickness": { "default": 0.3, "visible": true },
|
||||
"material_print_temperature": { "default": 195, "visible": true },
|
||||
|
@ -35,7 +35,6 @@
|
||||
|
||||
"overrides": {
|
||||
"layer_height": { "default": 0.2 },
|
||||
"shell_thickness": { "default": 0.8},
|
||||
"wall_thickness": { "default": 0.8 },
|
||||
"top_bottom_thickness": { "default": 0.3, "visible": true },
|
||||
"material_print_temperature": { "default": 195, "visible": true },
|
||||
|
@ -40,7 +40,6 @@
|
||||
"overrides": {
|
||||
"layer_height": { "default": 0.2 },
|
||||
"layer_height_0": { "default": 0.2, "visible": false },
|
||||
"shell_thickness": { "default": 1.0 },
|
||||
"wall_thickness": { "default": 1.0, "visible": false },
|
||||
"top_bottom_thickness": { "default": 1.0, "visible": false},
|
||||
"bottom_thickness": { "default": 1.0, "visible": false },
|
||||
|
@ -43,7 +43,6 @@
|
||||
"material_diameter": { "default": 1.75 },
|
||||
"layer_height": { "default": 0.2 },
|
||||
"layer_height_0": { "default": 0.2, "visible": true },
|
||||
"shell_thickness": { "default": 1.2 },
|
||||
"wall_line_count": { "default": 3, "visible": false },
|
||||
"wall_thickness": { "default": 1.2, "visible": false },
|
||||
"top_bottom_thickness": { "default": 1.2, "visible": false },
|
||||
|
@ -40,7 +40,6 @@
|
||||
"overrides": {
|
||||
"layer_height": { "default": 0.2 },
|
||||
"layer_height_0": { "default": 0.2, "visible": false },
|
||||
"shell_thickness": { "default": 1.0 },
|
||||
"wall_thickness": { "default": 1.0, "visible": false },
|
||||
"top_bottom_thickness": { "default": 1.0, "visible": false},
|
||||
"bottom_thickness": { "default": 1.0, "visible": false },
|
||||
|
@ -40,7 +40,6 @@
|
||||
"overrides": {
|
||||
"layer_height": { "default": 0.2 },
|
||||
"layer_height_0": { "default": 0.2, "visible": false },
|
||||
"shell_thickness": { "default": 1.0 },
|
||||
"wall_thickness": { "default": 1.0, "visible": false },
|
||||
"top_bottom_thickness": { "default": 1.0, "visible": false},
|
||||
"bottom_thickness": { "default": 1.0, "visible": false },
|
||||
|
@ -43,7 +43,6 @@
|
||||
"material_diameter": { "default": 1.75 },
|
||||
"layer_height": { "default": 0.2 },
|
||||
"layer_height_0": { "default": 0.2, "visible": true },
|
||||
"shell_thickness": { "default": 1.2 },
|
||||
"wall_line_count": { "default": 3, "visible": false },
|
||||
"wall_thickness": { "default": 1.2, "visible": false },
|
||||
"top_bottom_thickness": { "default": 1.2, "visible": false },
|
||||
|
@ -340,18 +340,6 @@
|
||||
"visible": true,
|
||||
"icon": "category_shell",
|
||||
"settings": {
|
||||
"shell_thickness": {
|
||||
"label": "Shell Thickness",
|
||||
"description": "The thickness of the outside shell in the horizontal and vertical direction. This is used in combination with the nozzle size to define the number of perimeter lines and the thickness of those perimeter lines. This is also used to define the number of solid top and bottom layers.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 0.8,
|
||||
"min_value": "0",
|
||||
"min_value_warning": "0.2",
|
||||
"max_value_warning": "5",
|
||||
"visible": false,
|
||||
"enabled": "False",
|
||||
"children": {
|
||||
"wall_thickness": {
|
||||
"label": "Wall Thickness",
|
||||
"description": "The thickness of the outside walls in the horizontal direction. This value divided by the wall line width defines the number of walls.",
|
||||
@ -428,8 +416,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"top_bottom_pattern": {
|
||||
"label": "Top/Bottom Pattern",
|
||||
|
@ -30,7 +30,6 @@
|
||||
|
||||
"overrides": {
|
||||
"layer_height": { "default": 0.15},
|
||||
"shell_thickness": { "default": 0.8},
|
||||
"wall_thickness": { "default": 0.8},
|
||||
"top_bottom_thickness": { "default": 0.3, "visible": true},
|
||||
"material_print_temperature": { "default": 215, "visible": true},
|
||||
|
@ -10,6 +10,6 @@ cool_min_layer_time = 3
|
||||
speed_wall_0 = 40
|
||||
speed_wall_x = 80
|
||||
speed_infill = 100
|
||||
shell_thickness = 1
|
||||
wall_thickness = 1
|
||||
speed_topbottom = 30
|
||||
|
||||
|
@ -10,7 +10,7 @@ weight = -2
|
||||
line_width = 0.22
|
||||
layer_height = 0.06
|
||||
layer_height_0 = 0.15
|
||||
shell_thickness = 0.88
|
||||
wall_thickness = 0.88
|
||||
top_bottom_thickness = 0.72
|
||||
infill_sparse_density = 22
|
||||
retraction_amount = 6
|
||||
|
@ -10,7 +10,7 @@ weight = -1
|
||||
line_width = 0.35
|
||||
layer_height = 0.15
|
||||
layer_height_0 = 0.26
|
||||
shell_thickness = 0.7
|
||||
wall_thickness = 0.7
|
||||
top_bottom_thickness = 0.6
|
||||
infill_sparse_density = 18
|
||||
retraction_amount = 5.5
|
||||
|
@ -10,7 +10,7 @@ weight = -3
|
||||
line_width = 0.35
|
||||
layer_height = 0.06
|
||||
layer_height_0 = 0.26
|
||||
shell_thickness = 1.05
|
||||
wall_thickness = 1.05
|
||||
top_bottom_thickness = 0.84
|
||||
infill_sparse_density = 22
|
||||
retraction_amount = 5.5
|
||||
|
@ -9,7 +9,7 @@ weight = -2
|
||||
[settings]
|
||||
line_width = 0.35
|
||||
layer_height_0 = 0.26
|
||||
shell_thickness = 1.05
|
||||
wall_thickness = 1.05
|
||||
top_bottom_thickness = 0.8
|
||||
infill_sparse_density = 20
|
||||
retraction_amount = 5.5
|
||||
|
@ -10,7 +10,7 @@ weight = -4
|
||||
line_width = 0.35
|
||||
layer_height = 0.04
|
||||
layer_height_0 = 0.26
|
||||
shell_thickness = 1.4
|
||||
wall_thickness = 1.4
|
||||
top_bottom_thickness = 1.12
|
||||
infill_sparse_density = 25
|
||||
retraction_amount = 5.5
|
||||
|
@ -10,7 +10,7 @@ weight = -2
|
||||
line_width = 0.53
|
||||
layer_height = 0.15
|
||||
layer_height_0 = 0.4
|
||||
shell_thickness = 1.59
|
||||
wall_thickness = 1.59
|
||||
top_bottom_thickness = 1.2
|
||||
retraction_amount = 6
|
||||
speed_print = 25
|
||||
|
@ -10,7 +10,7 @@ weight = -2
|
||||
line_width = 0.7
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.5
|
||||
shell_thickness = 2.1
|
||||
wall_thickness = 2.1
|
||||
top_bottom_thickness = 1.6
|
||||
infill_sparse_density = 20
|
||||
retraction_amount = 6
|
||||
|
@ -9,7 +9,7 @@ weight = -2
|
||||
line_width = 0.22
|
||||
layer_height = 0.06
|
||||
layer_height_0 = 0.15
|
||||
shell_thickness = 0.88
|
||||
wall_thickness = 0.88
|
||||
top_bottom_thickness = 0.72
|
||||
infill_sparse_density = 22
|
||||
infill_overlap = 0.022
|
||||
|
@ -9,7 +9,7 @@ weight = -1
|
||||
line_width = 0.35
|
||||
layer_height = 0.15
|
||||
layer_height_0 = 0.26
|
||||
shell_thickness = 0.7
|
||||
wall_thickness = 0.7
|
||||
top_bottom_thickness = 0.6
|
||||
infill_sparse_density = 18
|
||||
infill_overlap = 0.035
|
||||
|
@ -9,7 +9,7 @@ weight = -3
|
||||
line_width = 0.35
|
||||
layer_height = 0.06
|
||||
layer_height_0 = 0.26
|
||||
shell_thickness = 1.05
|
||||
wall_thickness = 1.05
|
||||
top_bottom_thickness = 0.84
|
||||
infill_sparse_density = 22
|
||||
infill_overlap = 0.035
|
||||
|
@ -9,7 +9,7 @@ weight = -2
|
||||
line_width = 0.35
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.26
|
||||
shell_thickness = 1.05
|
||||
wall_thickness = 1.05
|
||||
top_bottom_thickness = 0.8
|
||||
infill_overlap = 0.035
|
||||
retraction_amount = 5.5
|
||||
|
@ -9,7 +9,7 @@ weight = -4
|
||||
line_width = 0.35
|
||||
layer_height = 0.04
|
||||
layer_height_0 = 0.26
|
||||
shell_thickness = 1.4
|
||||
wall_thickness = 1.4
|
||||
top_bottom_thickness = 1.12
|
||||
infill_sparse_density = 25
|
||||
infill_overlap = 0.035
|
||||
|
@ -9,7 +9,7 @@ weight = -2
|
||||
line_width = 0.53
|
||||
layer_height = 0.15
|
||||
layer_height_0 = 0.4
|
||||
shell_thickness = 1.59
|
||||
wall_thickness = 1.59
|
||||
top_bottom_thickness = 1.2
|
||||
infill_overlap = 0.053
|
||||
retraction_amount = 6
|
||||
|
@ -9,7 +9,7 @@ weight = -2
|
||||
line_width = 0.7
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.5
|
||||
shell_thickness = 2.1
|
||||
wall_thickness = 2.1
|
||||
top_bottom_thickness = 1.6
|
||||
infill_sparse_density = 20
|
||||
infill_overlap = 0.07
|
||||
|
Loading…
x
Reference in New Issue
Block a user