mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Move prime speed override to definition file
To reduce the number of overrides. You'd only need to change it in one place, next time. It was being overridden in the quality profile in every supported configuration.
This commit is contained in:
parent
d85dcf0d8f
commit
1dc39dba71
10 changed files with 8 additions and 8 deletions
|
@ -35,7 +35,6 @@ retraction_combing = noskin
|
|||
retraction_hop_enabled = True
|
||||
retraction_min_travel = =machine_nozzle_size * 3
|
||||
retraction_retract_speed = =retraction_speed
|
||||
retraction_prime_speed = =max(retraction_speed - 30, 5)
|
||||
roofing_layer_count = 1
|
||||
skin_line_width = =line_width * 1.2
|
||||
skin_outline_count = 2
|
||||
|
|
|
@ -35,7 +35,6 @@ retraction_combing = noskin
|
|||
retraction_hop_enabled = True
|
||||
retraction_min_travel = =machine_nozzle_size * 3
|
||||
retraction_retract_speed = =retraction_speed
|
||||
retraction_prime_speed = =max(retraction_speed - 30, 5)
|
||||
roofing_layer_count = 1
|
||||
skin_line_width = =line_width * 1.2
|
||||
skin_outline_count = 2
|
||||
|
|
|
@ -35,7 +35,6 @@ retraction_combing = noskin
|
|||
retraction_hop_enabled = True
|
||||
retraction_min_travel = =machine_nozzle_size * 3
|
||||
retraction_retract_speed = =retraction_speed
|
||||
retraction_prime_speed = =max(retraction_speed - 30, 5)
|
||||
roofing_layer_count = 1
|
||||
skin_line_width = =line_width * 1.2
|
||||
skin_outline_count = 2
|
||||
|
|
|
@ -35,7 +35,6 @@ retraction_combing = noskin
|
|||
retraction_hop_enabled = True
|
||||
retraction_min_travel = =machine_nozzle_size * 3
|
||||
retraction_retract_speed = =retraction_speed
|
||||
retraction_prime_speed = =max(retraction_speed - 30, 5)
|
||||
roofing_layer_count = 1
|
||||
skin_line_width = =line_width * 1.2
|
||||
skin_outline_count = 2
|
||||
|
|
|
@ -35,7 +35,6 @@ retraction_combing = noskin
|
|||
retraction_hop_enabled = True
|
||||
retraction_min_travel = =machine_nozzle_size * 3
|
||||
retraction_retract_speed = =retraction_speed
|
||||
retraction_prime_speed = =max(retraction_speed - 30, 5)
|
||||
roofing_layer_count = 1
|
||||
skin_line_width = =line_width * 1.2
|
||||
skin_outline_count = 2
|
||||
|
|
|
@ -35,7 +35,6 @@ retraction_combing = noskin
|
|||
retraction_hop_enabled = True
|
||||
retraction_min_travel = =machine_nozzle_size * 3
|
||||
retraction_retract_speed = =retraction_speed
|
||||
retraction_prime_speed = =max(retraction_speed - 30, 5)
|
||||
roofing_layer_count = 1
|
||||
skin_line_width = =line_width * 1.2
|
||||
skin_outline_count = 2
|
||||
|
|
|
@ -35,7 +35,6 @@ retraction_combing = noskin
|
|||
retraction_hop_enabled = True
|
||||
retraction_min_travel = =machine_nozzle_size * 3
|
||||
retraction_retract_speed = =retraction_speed
|
||||
retraction_prime_speed = =max(retraction_speed - 30, 5)
|
||||
roofing_layer_count = 1
|
||||
skin_line_width = =line_width * 1.2
|
||||
skin_outline_count = 2
|
||||
|
|
|
@ -35,7 +35,6 @@ retraction_combing = noskin
|
|||
retraction_hop_enabled = True
|
||||
retraction_min_travel = =machine_nozzle_size * 3
|
||||
retraction_retract_speed = =retraction_speed
|
||||
retraction_prime_speed = =max(retraction_speed - 30, 5)
|
||||
roofing_layer_count = 1
|
||||
skin_line_width = =line_width * 1.2
|
||||
skin_outline_count = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue