mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Top_Bottom_layers_number_fix
This commit is contained in:
parent
6d0bb01bd5
commit
11270b9142
10 changed files with 15 additions and 9 deletions
|
@ -11,4 +11,5 @@ weight = 0
|
|||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height = 0.1
|
||||
top_bottom_thickness = =10*layer_height
|
|
@ -11,4 +11,5 @@ weight = 0
|
|||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height = 0.2
|
||||
top_bottom_thickness = =7*layer_height
|
|
@ -11,4 +11,5 @@ weight = 0
|
|||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height = 0.3
|
||||
top_bottom_thickness = =5*layer_height
|
|
@ -11,4 +11,5 @@ weight = 0
|
|||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height = 0.4
|
||||
top_bottom_thickness = =5*layer_height
|
|
@ -11,4 +11,5 @@ weight = 0
|
|||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.5
|
||||
layer_height = 0.5
|
||||
top_bottom_thickness = =4*layer_height
|
|
@ -12,3 +12,4 @@ global_quality = True
|
|||
|
||||
[values]
|
||||
layer_height = 0.6
|
||||
top_bottom_thickness = =4*layer_height
|
||||
|
|
|
@ -12,3 +12,4 @@ global_quality = True
|
|||
|
||||
[values]
|
||||
layer_height = 0.7
|
||||
top_bottom_thickness = =3*layer_height
|
||||
|
|
|
@ -12,3 +12,4 @@ global_quality = True
|
|||
|
||||
[values]
|
||||
layer_height = 0.8
|
||||
top_bottom_thickness = =3*layer_height
|
||||
|
|
|
@ -17,5 +17,4 @@ layer_height_0 = 0.3
|
|||
prime_tower_enable = True
|
||||
retract_at_layer_change = False
|
||||
support_angle = 60
|
||||
support_use_towers = True
|
||||
top_bottom_thickness = =4*layer_height
|
||||
support_use_towers = True
|
|
@ -17,5 +17,4 @@ layer_height_0 = 0.4
|
|||
prime_tower_enable = True
|
||||
retract_at_layer_change = False
|
||||
support_angle = 55
|
||||
support_use_towers = True
|
||||
top_bottom_thickness = =4*layer_height
|
||||
support_use_towers = True
|
Loading…
Add table
Add a link
Reference in a new issue