mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
change 'outer_inset_first = true' to 'inset_direction = outside_in'
This commit is contained in:
parent
0d4c77d5c0
commit
48b08e06a4
3 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ material_flow = 100
|
|||
material_flow_layer_0 = 120
|
||||
material_initial_print_temperature = 230
|
||||
optimize_wall_printing_order = True
|
||||
outer_inset_first = True
|
||||
inset_direction = outside_in
|
||||
retraction_amount = 6
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_speed = 40
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ jerk_travel = 10
|
|||
material_final_print_temperature = 200
|
||||
material_initial_print_temperature = 200
|
||||
optimize_wall_printing_order = True
|
||||
outer_inset_first = True
|
||||
inset_direction = outside_in
|
||||
retraction_amount = 6
|
||||
retraction_min_travel = 1.5
|
||||
retraction_speed = 40
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ material_flow = 90
|
|||
material_flow_layer_0 = 120
|
||||
material_initial_print_temperature = 190
|
||||
optimize_wall_printing_order = True
|
||||
outer_inset_first = True
|
||||
inset_direction = outside_in
|
||||
retraction_amount = 8
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_speed = 60
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue