mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Also set a limit to retraction prime speed for original Jellybox
This commit is contained in:
parent
a9849be1b2
commit
d85dcf0d8f
4 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@ retraction_combing = noskin
|
||||||
retraction_hop_enabled = True
|
retraction_hop_enabled = True
|
||||||
retraction_min_travel = =machine_nozzle_size * 3
|
retraction_min_travel = =machine_nozzle_size * 3
|
||||||
retraction_retract_speed = =retraction_speed
|
retraction_retract_speed = =retraction_speed
|
||||||
retraction_prime_speed = =retraction_speed - 30
|
retraction_prime_speed = =max(retraction_speed - 30, 5)
|
||||||
roofing_layer_count = 1
|
roofing_layer_count = 1
|
||||||
skin_line_width = =line_width * 1.2
|
skin_line_width = =line_width * 1.2
|
||||||
skin_outline_count = 2
|
skin_outline_count = 2
|
||||||
|
|
|
@ -35,7 +35,7 @@ retraction_combing = noskin
|
||||||
retraction_hop_enabled = True
|
retraction_hop_enabled = True
|
||||||
retraction_min_travel = =machine_nozzle_size * 3
|
retraction_min_travel = =machine_nozzle_size * 3
|
||||||
retraction_retract_speed = =retraction_speed
|
retraction_retract_speed = =retraction_speed
|
||||||
retraction_prime_speed = =retraction_speed - 30
|
retraction_prime_speed = =max(retraction_speed - 30, 5)
|
||||||
roofing_layer_count = 1
|
roofing_layer_count = 1
|
||||||
skin_line_width = =line_width * 1.2
|
skin_line_width = =line_width * 1.2
|
||||||
skin_outline_count = 2
|
skin_outline_count = 2
|
||||||
|
|
|
@ -35,7 +35,7 @@ retraction_combing = noskin
|
||||||
retraction_hop_enabled = True
|
retraction_hop_enabled = True
|
||||||
retraction_min_travel = =machine_nozzle_size * 3
|
retraction_min_travel = =machine_nozzle_size * 3
|
||||||
retraction_retract_speed = =retraction_speed
|
retraction_retract_speed = =retraction_speed
|
||||||
retraction_prime_speed = =retraction_speed - 30
|
retraction_prime_speed = =max(retraction_speed - 30, 5)
|
||||||
roofing_layer_count = 1
|
roofing_layer_count = 1
|
||||||
skin_line_width = =line_width * 1.2
|
skin_line_width = =line_width * 1.2
|
||||||
skin_outline_count = 2
|
skin_outline_count = 2
|
||||||
|
|
|
@ -35,7 +35,7 @@ retraction_combing = noskin
|
||||||
retraction_hop_enabled = True
|
retraction_hop_enabled = True
|
||||||
retraction_min_travel = =machine_nozzle_size * 3
|
retraction_min_travel = =machine_nozzle_size * 3
|
||||||
retraction_retract_speed = =retraction_speed
|
retraction_retract_speed = =retraction_speed
|
||||||
retraction_prime_speed = =retraction_speed - 30
|
retraction_prime_speed = =max(retraction_speed - 30, 5)
|
||||||
roofing_layer_count = 1
|
roofing_layer_count = 1
|
||||||
skin_line_width = =line_width * 1.2
|
skin_line_width = =line_width * 1.2
|
||||||
skin_outline_count = 2
|
skin_outline_count = 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue