mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
added speed print to fabtotum qualities
This commit is contained in:
parent
f2e8de388e
commit
c83f983440
9 changed files with 9 additions and 3 deletions
|
@ -12,6 +12,7 @@ weight = -1
|
|||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
speed_print = 80
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.2
|
||||
cool_fan_enabled = False
|
||||
|
|
|
@ -12,6 +12,7 @@ weight = 1
|
|||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
speed_print = 45
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.1
|
||||
cool_fan_enabled = False
|
||||
|
|
|
@ -12,6 +12,7 @@ weight = 0
|
|||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
speed_print = 60
|
||||
layer_height = 0.15
|
||||
layer_height_0 = 0.15
|
||||
cool_fan_enabled = False
|
||||
|
|
|
@ -44,7 +44,7 @@ skirt_gap = 1.5
|
|||
skirt_line_count = 5
|
||||
speed_infill = =speed_print
|
||||
speed_layer_0 = 25
|
||||
speed_print = 50
|
||||
speed_print = 30
|
||||
speed_topbottom = 40
|
||||
speed_travel = 200
|
||||
speed_wall_0 = 40
|
||||
|
|
|
@ -44,7 +44,7 @@ skirt_gap = 1.5
|
|||
skirt_line_count = 5
|
||||
speed_infill = =speed_print
|
||||
speed_layer_0 = 25
|
||||
speed_print = 50
|
||||
speed_print = 30
|
||||
speed_topbottom = 40
|
||||
speed_travel = 200
|
||||
speed_wall_0 = 40
|
||||
|
|
|
@ -44,7 +44,7 @@ skirt_gap = 1.5
|
|||
skirt_line_count = 5
|
||||
speed_infill = =speed_print
|
||||
speed_layer_0 = 25
|
||||
speed_print = 50
|
||||
speed_print = 30
|
||||
speed_topbottom = 40
|
||||
speed_travel = 200
|
||||
speed_wall_0 = 40
|
||||
|
|
|
@ -12,6 +12,7 @@ weight = -1
|
|||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
speed_print = 80
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.2
|
||||
cool_fan_enabled = True
|
||||
|
|
|
@ -12,6 +12,7 @@ weight = 1
|
|||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
speed_print = 45
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.1
|
||||
cool_fan_enabled = True
|
||||
|
|
|
@ -12,6 +12,7 @@ weight = 0
|
|||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
speed_print = 60
|
||||
layer_height = 0.15
|
||||
layer_height_0 = 0.15
|
||||
cool_fan_enabled = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue