mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Change outer_before_inner setting to an enum
We'll offer the option to print from outside to inside, from inside to outside, or from inside to outside except that the very innermost centre wall is printed last. Contributes to issue CURA-8109.
This commit is contained in:
parent
611208368c
commit
3300192abc
19 changed files with 44 additions and 27 deletions
|
@ -28,7 +28,7 @@ top_bottom_pattern = lines
|
|||
top_bottom_pattern_0 = lines
|
||||
wall_0_inset = 0
|
||||
optimize_wall_printing_order = False
|
||||
outer_inset_first = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
|
|
|
@ -27,7 +27,7 @@ top_bottom_pattern = lines
|
|||
top_bottom_pattern_0 = lines
|
||||
wall_0_inset = 0
|
||||
optimize_wall_printing_order = False
|
||||
outer_inset_first = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
|
|
|
@ -27,7 +27,7 @@ top_bottom_pattern = lines
|
|||
top_bottom_pattern_0 = lines
|
||||
wall_0_inset = 0
|
||||
optimize_wall_printing_order = False
|
||||
outer_inset_first = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
|
|
|
@ -29,7 +29,7 @@ top_bottom_pattern = lines
|
|||
top_bottom_pattern_0 = lines
|
||||
wall_0_inset = 0
|
||||
optimize_wall_printing_order = False
|
||||
outer_inset_first = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
|
|
|
@ -26,7 +26,7 @@ top_bottom_pattern = lines
|
|||
top_bottom_pattern_0 = lines
|
||||
wall_0_inset = 0
|
||||
optimize_wall_printing_order = False
|
||||
outer_inset_first = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
|
|
|
@ -29,7 +29,7 @@ top_bottom_pattern = lines
|
|||
top_bottom_pattern_0 = lines
|
||||
wall_0_inset = 0
|
||||
optimize_wall_printing_order = False
|
||||
outer_inset_first = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
|
|
|
@ -28,7 +28,7 @@ top_bottom_pattern = lines
|
|||
top_bottom_pattern_0 = lines
|
||||
wall_0_inset = 0
|
||||
optimize_wall_printing_order = False
|
||||
outer_inset_first = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
|
|
|
@ -27,7 +27,7 @@ top_bottom_pattern = lines
|
|||
top_bottom_pattern_0 = lines
|
||||
wall_0_inset = 0
|
||||
optimize_wall_printing_order = False
|
||||
outer_inset_first = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
|
|
|
@ -27,7 +27,7 @@ top_bottom_pattern = lines
|
|||
top_bottom_pattern_0 = lines
|
||||
wall_0_inset = 0
|
||||
optimize_wall_printing_order = False
|
||||
outer_inset_first = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
|
|
|
@ -27,7 +27,7 @@ top_bottom_pattern = lines
|
|||
top_bottom_pattern_0 = lines
|
||||
wall_0_inset = 0
|
||||
optimize_wall_printing_order = False
|
||||
outer_inset_first = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
|
|
|
@ -21,7 +21,7 @@ top_thickness = 0.8
|
|||
top_layers = 4
|
||||
bottom_thickness = 0.8
|
||||
bottom_layers = 4
|
||||
outer_inset_first = False
|
||||
inset_direction = inside_out
|
||||
skin_outline_count = 0
|
||||
|
||||
; infill_line_distance = 8
|
||||
|
|
|
@ -21,7 +21,7 @@ top_thickness = 0.8
|
|||
top_layers = 10
|
||||
bottom_thickness = 0.8
|
||||
bottom_layers = 10
|
||||
outer_inset_first = False
|
||||
inset_direction = inside_out
|
||||
skin_outline_count = 1
|
||||
|
||||
; infill_line_distance = 8
|
||||
|
|
|
@ -21,7 +21,7 @@ top_thickness = 0.8
|
|||
top_layers = 5
|
||||
bottom_thickness = 0.8
|
||||
bottom_layers = 5
|
||||
outer_inset_first = False
|
||||
inset_direction = inside_out
|
||||
skin_outline_count = 0
|
||||
|
||||
; infill_line_distance = 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue