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:
Ghostkeeper 2021-06-17 17:57:51 +02:00
parent 611208368c
commit 3300192abc
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
19 changed files with 44 additions and 27 deletions

View file

@ -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

View file

@ -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

View file

@ -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