JSON+profiles: removed shell thickness as a whole (CURA-1309)

This commit is contained in:
Tim Kuipers 2016-03-30 19:12:41 +02:00
parent c8aa770fed
commit 4c47615145
24 changed files with 67 additions and 89 deletions

View File

@ -37,7 +37,6 @@
"overrides": { "overrides": {
"layer_height": { "default": 0.2 }, "layer_height": { "default": 0.2 },
"shell_thickness": { "default": 0.8 },
"wall_thickness": { "default": 0.8 }, "wall_thickness": { "default": 0.8 },
"top_bottom_thickness": { "default": 0.3, "visible": true }, "top_bottom_thickness": { "default": 0.3, "visible": true },
"material_print_temperature": { "default": 195, "visible": true }, "material_print_temperature": { "default": 195, "visible": true },

View File

@ -35,7 +35,6 @@
"overrides": { "overrides": {
"layer_height": { "default": 0.2 }, "layer_height": { "default": 0.2 },
"shell_thickness": { "default": 0.8},
"wall_thickness": { "default": 0.8 }, "wall_thickness": { "default": 0.8 },
"top_bottom_thickness": { "default": 0.3, "visible": true }, "top_bottom_thickness": { "default": 0.3, "visible": true },
"material_print_temperature": { "default": 195, "visible": true }, "material_print_temperature": { "default": 195, "visible": true },

View File

@ -40,7 +40,6 @@
"overrides": { "overrides": {
"layer_height": { "default": 0.2 }, "layer_height": { "default": 0.2 },
"layer_height_0": { "default": 0.2, "visible": false }, "layer_height_0": { "default": 0.2, "visible": false },
"shell_thickness": { "default": 1.0 },
"wall_thickness": { "default": 1.0, "visible": false }, "wall_thickness": { "default": 1.0, "visible": false },
"top_bottom_thickness": { "default": 1.0, "visible": false}, "top_bottom_thickness": { "default": 1.0, "visible": false},
"bottom_thickness": { "default": 1.0, "visible": false }, "bottom_thickness": { "default": 1.0, "visible": false },

View File

@ -43,7 +43,6 @@
"material_diameter": { "default": 1.75 }, "material_diameter": { "default": 1.75 },
"layer_height": { "default": 0.2 }, "layer_height": { "default": 0.2 },
"layer_height_0": { "default": 0.2, "visible": true }, "layer_height_0": { "default": 0.2, "visible": true },
"shell_thickness": { "default": 1.2 },
"wall_line_count": { "default": 3, "visible": false }, "wall_line_count": { "default": 3, "visible": false },
"wall_thickness": { "default": 1.2, "visible": false }, "wall_thickness": { "default": 1.2, "visible": false },
"top_bottom_thickness": { "default": 1.2, "visible": false }, "top_bottom_thickness": { "default": 1.2, "visible": false },

View File

@ -40,7 +40,6 @@
"overrides": { "overrides": {
"layer_height": { "default": 0.2 }, "layer_height": { "default": 0.2 },
"layer_height_0": { "default": 0.2, "visible": false }, "layer_height_0": { "default": 0.2, "visible": false },
"shell_thickness": { "default": 1.0 },
"wall_thickness": { "default": 1.0, "visible": false }, "wall_thickness": { "default": 1.0, "visible": false },
"top_bottom_thickness": { "default": 1.0, "visible": false}, "top_bottom_thickness": { "default": 1.0, "visible": false},
"bottom_thickness": { "default": 1.0, "visible": false }, "bottom_thickness": { "default": 1.0, "visible": false },

View File

@ -40,7 +40,6 @@
"overrides": { "overrides": {
"layer_height": { "default": 0.2 }, "layer_height": { "default": 0.2 },
"layer_height_0": { "default": 0.2, "visible": false }, "layer_height_0": { "default": 0.2, "visible": false },
"shell_thickness": { "default": 1.0 },
"wall_thickness": { "default": 1.0, "visible": false }, "wall_thickness": { "default": 1.0, "visible": false },
"top_bottom_thickness": { "default": 1.0, "visible": false}, "top_bottom_thickness": { "default": 1.0, "visible": false},
"bottom_thickness": { "default": 1.0, "visible": false }, "bottom_thickness": { "default": 1.0, "visible": false },

View File

@ -43,7 +43,6 @@
"material_diameter": { "default": 1.75 }, "material_diameter": { "default": 1.75 },
"layer_height": { "default": 0.2 }, "layer_height": { "default": 0.2 },
"layer_height_0": { "default": 0.2, "visible": true }, "layer_height_0": { "default": 0.2, "visible": true },
"shell_thickness": { "default": 1.2 },
"wall_line_count": { "default": 3, "visible": false }, "wall_line_count": { "default": 3, "visible": false },
"wall_thickness": { "default": 1.2, "visible": false }, "wall_thickness": { "default": 1.2, "visible": false },
"top_bottom_thickness": { "default": 1.2, "visible": false }, "top_bottom_thickness": { "default": 1.2, "visible": false },

View File

@ -340,18 +340,6 @@
"visible": true, "visible": true,
"icon": "category_shell", "icon": "category_shell",
"settings": { "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": { "wall_thickness": {
"label": "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.", "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": { "top_bottom_pattern": {
"label": "Top/Bottom Pattern", "label": "Top/Bottom Pattern",

View File

@ -30,7 +30,6 @@
"overrides": { "overrides": {
"layer_height": { "default": 0.15}, "layer_height": { "default": 0.15},
"shell_thickness": { "default": 0.8},
"wall_thickness": { "default": 0.8}, "wall_thickness": { "default": 0.8},
"top_bottom_thickness": { "default": 0.3, "visible": true}, "top_bottom_thickness": { "default": 0.3, "visible": true},
"material_print_temperature": { "default": 215, "visible": true}, "material_print_temperature": { "default": 215, "visible": true},

View File

@ -10,6 +10,6 @@ cool_min_layer_time = 3
speed_wall_0 = 40 speed_wall_0 = 40
speed_wall_x = 80 speed_wall_x = 80
speed_infill = 100 speed_infill = 100
shell_thickness = 1 wall_thickness = 1
speed_topbottom = 30 speed_topbottom = 30

View File

@ -10,7 +10,7 @@ weight = -2
line_width = 0.22 line_width = 0.22
layer_height = 0.06 layer_height = 0.06
layer_height_0 = 0.15 layer_height_0 = 0.15
shell_thickness = 0.88 wall_thickness = 0.88
top_bottom_thickness = 0.72 top_bottom_thickness = 0.72
infill_sparse_density = 22 infill_sparse_density = 22
retraction_amount = 6 retraction_amount = 6

View File

@ -10,7 +10,7 @@ weight = -1
line_width = 0.35 line_width = 0.35
layer_height = 0.15 layer_height = 0.15
layer_height_0 = 0.26 layer_height_0 = 0.26
shell_thickness = 0.7 wall_thickness = 0.7
top_bottom_thickness = 0.6 top_bottom_thickness = 0.6
infill_sparse_density = 18 infill_sparse_density = 18
retraction_amount = 5.5 retraction_amount = 5.5

View File

@ -10,7 +10,7 @@ weight = -3
line_width = 0.35 line_width = 0.35
layer_height = 0.06 layer_height = 0.06
layer_height_0 = 0.26 layer_height_0 = 0.26
shell_thickness = 1.05 wall_thickness = 1.05
top_bottom_thickness = 0.84 top_bottom_thickness = 0.84
infill_sparse_density = 22 infill_sparse_density = 22
retraction_amount = 5.5 retraction_amount = 5.5

View File

@ -9,7 +9,7 @@ weight = -2
[settings] [settings]
line_width = 0.35 line_width = 0.35
layer_height_0 = 0.26 layer_height_0 = 0.26
shell_thickness = 1.05 wall_thickness = 1.05
top_bottom_thickness = 0.8 top_bottom_thickness = 0.8
infill_sparse_density = 20 infill_sparse_density = 20
retraction_amount = 5.5 retraction_amount = 5.5

View File

@ -10,7 +10,7 @@ weight = -4
line_width = 0.35 line_width = 0.35
layer_height = 0.04 layer_height = 0.04
layer_height_0 = 0.26 layer_height_0 = 0.26
shell_thickness = 1.4 wall_thickness = 1.4
top_bottom_thickness = 1.12 top_bottom_thickness = 1.12
infill_sparse_density = 25 infill_sparse_density = 25
retraction_amount = 5.5 retraction_amount = 5.5

View File

@ -10,7 +10,7 @@ weight = -2
line_width = 0.53 line_width = 0.53
layer_height = 0.15 layer_height = 0.15
layer_height_0 = 0.4 layer_height_0 = 0.4
shell_thickness = 1.59 wall_thickness = 1.59
top_bottom_thickness = 1.2 top_bottom_thickness = 1.2
retraction_amount = 6 retraction_amount = 6
speed_print = 25 speed_print = 25

View File

@ -10,7 +10,7 @@ weight = -2
line_width = 0.7 line_width = 0.7
layer_height = 0.2 layer_height = 0.2
layer_height_0 = 0.5 layer_height_0 = 0.5
shell_thickness = 2.1 wall_thickness = 2.1
top_bottom_thickness = 1.6 top_bottom_thickness = 1.6
infill_sparse_density = 20 infill_sparse_density = 20
retraction_amount = 6 retraction_amount = 6

View File

@ -9,7 +9,7 @@ weight = -2
line_width = 0.22 line_width = 0.22
layer_height = 0.06 layer_height = 0.06
layer_height_0 = 0.15 layer_height_0 = 0.15
shell_thickness = 0.88 wall_thickness = 0.88
top_bottom_thickness = 0.72 top_bottom_thickness = 0.72
infill_sparse_density = 22 infill_sparse_density = 22
infill_overlap = 0.022 infill_overlap = 0.022

View File

@ -9,7 +9,7 @@ weight = -1
line_width = 0.35 line_width = 0.35
layer_height = 0.15 layer_height = 0.15
layer_height_0 = 0.26 layer_height_0 = 0.26
shell_thickness = 0.7 wall_thickness = 0.7
top_bottom_thickness = 0.6 top_bottom_thickness = 0.6
infill_sparse_density = 18 infill_sparse_density = 18
infill_overlap = 0.035 infill_overlap = 0.035

View File

@ -9,7 +9,7 @@ weight = -3
line_width = 0.35 line_width = 0.35
layer_height = 0.06 layer_height = 0.06
layer_height_0 = 0.26 layer_height_0 = 0.26
shell_thickness = 1.05 wall_thickness = 1.05
top_bottom_thickness = 0.84 top_bottom_thickness = 0.84
infill_sparse_density = 22 infill_sparse_density = 22
infill_overlap = 0.035 infill_overlap = 0.035

View File

@ -9,7 +9,7 @@ weight = -2
line_width = 0.35 line_width = 0.35
layer_height = 0.1 layer_height = 0.1
layer_height_0 = 0.26 layer_height_0 = 0.26
shell_thickness = 1.05 wall_thickness = 1.05
top_bottom_thickness = 0.8 top_bottom_thickness = 0.8
infill_overlap = 0.035 infill_overlap = 0.035
retraction_amount = 5.5 retraction_amount = 5.5

View File

@ -9,7 +9,7 @@ weight = -4
line_width = 0.35 line_width = 0.35
layer_height = 0.04 layer_height = 0.04
layer_height_0 = 0.26 layer_height_0 = 0.26
shell_thickness = 1.4 wall_thickness = 1.4
top_bottom_thickness = 1.12 top_bottom_thickness = 1.12
infill_sparse_density = 25 infill_sparse_density = 25
infill_overlap = 0.035 infill_overlap = 0.035

View File

@ -9,7 +9,7 @@ weight = -2
line_width = 0.53 line_width = 0.53
layer_height = 0.15 layer_height = 0.15
layer_height_0 = 0.4 layer_height_0 = 0.4
shell_thickness = 1.59 wall_thickness = 1.59
top_bottom_thickness = 1.2 top_bottom_thickness = 1.2
infill_overlap = 0.053 infill_overlap = 0.053
retraction_amount = 6 retraction_amount = 6

View File

@ -9,7 +9,7 @@ weight = -2
line_width = 0.7 line_width = 0.7
layer_height = 0.2 layer_height = 0.2
layer_height_0 = 0.5 layer_height_0 = 0.5
shell_thickness = 2.1 wall_thickness = 2.1
top_bottom_thickness = 1.6 top_bottom_thickness = 1.6
infill_sparse_density = 20 infill_sparse_density = 20
infill_overlap = 0.07 infill_overlap = 0.07