JSON/profiles: fix: made travel_compensate_overlapping_walls_enabled always true (CURA-983)

This commit is contained in:
Tim Kuipers 2016-03-02 11:10:22 +01:00
parent b225cb5c34
commit 4bde5c176f
15 changed files with 1 additions and 15 deletions

View File

@ -467,7 +467,7 @@
"label": "Compensate Wall Overlaps",
"description": "Compensate the flow for parts of a wall being laid down where there already is a piece of a wall. These overlaps occur in thin pieces in a model. Gcode generation might be slowed down considerably.",
"type": "boolean",
"default": false,
"default": true,
"visible": false
},
"fill_perimeter_gaps": {

View File

@ -11,7 +11,6 @@ layer_height = 0.06
layer_height_0 = 0.15
shell_thickness = 0.88
top_bottom_thickness = 0.72
travel_compensate_overlapping_walls_enabled = True
top_bottom_pattern = lines
infill_sparse_density = 22
infill_wipe_dist = 0.1

View File

@ -11,7 +11,6 @@ layer_height = 0.15
layer_height_0 = 0.26
shell_thickness = 0.7
top_bottom_thickness = 0.6
travel_compensate_overlapping_walls_enabled = True
top_bottom_pattern = lines
infill_sparse_density = 18
infill_wipe_dist = 0.2

View File

@ -11,7 +11,6 @@ layer_height = 0.06
layer_height_0 = 0.26
shell_thickness = 1.05
top_bottom_thickness = 0.84
travel_compensate_overlapping_walls_enabled = True
top_bottom_pattern = lines
infill_sparse_density = 22
infill_wipe_dist = 0.2

View File

@ -11,7 +11,6 @@ layer_height = 0.1
layer_height_0 = 0.26
shell_thickness = 1.05
top_bottom_thickness = 0.8
travel_compensate_overlapping_walls_enabled = True
top_bottom_pattern = lines
infill_sparse_density = 20
infill_wipe_dist = 0.2

View File

@ -11,7 +11,6 @@ layer_height = 0.04
layer_height_0 = 0.26
shell_thickness = 1.4
top_bottom_thickness = 1.12
travel_compensate_overlapping_walls_enabled = True
top_bottom_pattern = lines
infill_sparse_density = 25
infill_wipe_dist = 0.2

View File

@ -11,7 +11,6 @@ layer_height = 0.15
layer_height_0 = 0.4
shell_thickness = 1.59
top_bottom_thickness = 1.2
travel_compensate_overlapping_walls_enabled = True
top_bottom_pattern = lines
infill_sparse_density = 20
infill_wipe_dist = 0.3

View File

@ -11,7 +11,6 @@ layer_height = 0.2
layer_height_0 = 0.5
shell_thickness = 2.1
top_bottom_thickness = 1.6
travel_compensate_overlapping_walls_enabled = True
top_bottom_pattern = lines
infill_sparse_density = 20
infill_wipe_dist = 0.4

View File

@ -10,7 +10,6 @@ layer_height = 0.06
layer_height_0 = 0.15
shell_thickness = 0.88
top_bottom_thickness = 0.72
travel_compensate_overlapping_walls_enabled = True
top_bottom_pattern = lines
infill_sparse_density = 22
infill_overlap = 0.022

View File

@ -10,7 +10,6 @@ layer_height = 0.15
layer_height_0 = 0.26
shell_thickness = 0.7
top_bottom_thickness = 0.6
travel_compensate_overlapping_walls_enabled = True
top_bottom_pattern = lines
infill_sparse_density = 18
infill_overlap = 0.035

View File

@ -10,7 +10,6 @@ layer_height = 0.06
layer_height_0 = 0.26
shell_thickness = 1.05
top_bottom_thickness = 0.84
travel_compensate_overlapping_walls_enabled = True
top_bottom_pattern = lines
infill_sparse_density = 22
infill_overlap = 0.035

View File

@ -10,7 +10,6 @@ layer_height = 0.1
layer_height_0 = 0.26
shell_thickness = 1.05
top_bottom_thickness = 0.8
travel_compensate_overlapping_walls_enabled = True
top_bottom_pattern = lines
infill_sparse_density = 20
infill_overlap = 0.035

View File

@ -10,7 +10,6 @@ layer_height = 0.04
layer_height_0 = 0.26
shell_thickness = 1.4
top_bottom_thickness = 1.12
travel_compensate_overlapping_walls_enabled = True
top_bottom_pattern = lines
infill_sparse_density = 25
infill_overlap = 0.035

View File

@ -10,7 +10,6 @@ layer_height = 0.15
layer_height_0 = 0.4
shell_thickness = 1.59
top_bottom_thickness = 1.2
travel_compensate_overlapping_walls_enabled = True
top_bottom_pattern = lines
infill_sparse_density = 20
infill_overlap = 0.053

View File

@ -10,7 +10,6 @@ layer_height = 0.2
layer_height_0 = 0.5
shell_thickness = 2.1
top_bottom_thickness = 1.6
travel_compensate_overlapping_walls_enabled = True
top_bottom_pattern = lines
infill_sparse_density = 20
infill_overlap = 0.07