Disable Z-hop for all TPU profiles

This gives better results, and we don't want to offer dual-extrusion options for TPU at first anyway.
This commit is contained in:
Ghostkeeper 2017-05-19 15:41:00 +02:00
parent 862cbe0211
commit 600428a0a3
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75
6 changed files with 6 additions and 3 deletions

View File

@ -44,7 +44,7 @@ retraction_count_max = 12
retraction_extra_prime_amount = 0.8
retraction_extrusion_window = 1
retraction_hop = 2
retraction_hop_enabled = True
retraction_hop_enabled = False
retraction_hop_only_when_collides = True
retraction_min_travel = 0.8
retraction_prime_speed = 15

View File

@ -45,7 +45,7 @@ retraction_count_max = 12
retraction_extra_prime_amount = 0.8
retraction_extrusion_window = 1
retraction_hop = 2
retraction_hop_enabled = True
retraction_hop_enabled = False
retraction_hop_only_when_collides = True
retraction_min_travel = 0.8
retraction_prime_speed = 15

View File

@ -42,7 +42,7 @@ retraction_count_max = 12
retraction_extra_prime_amount = 0.8
retraction_extrusion_window = 1
retraction_hop = 2
retraction_hop_enabled = True
retraction_hop_enabled = False
retraction_hop_only_when_collides = True
retraction_min_travel = 0.8
retraction_prime_speed = 15

View File

@ -38,6 +38,7 @@ retract_at_layer_change = False
retraction_count_max = 12
retraction_extra_prime_amount = 0.5
retraction_hop = 0.5
retraction_hop_enabled = False
retraction_hop_only_when_collides = False
retraction_min_travel = 0.8
retraction_prime_speed = 15

View File

@ -39,6 +39,7 @@ retract_at_layer_change = False
retraction_count_max = 12
retraction_extra_prime_amount = 0.5
retraction_hop = 0.5
retraction_hop_enabled = False
retraction_hop_only_when_collides = False
retraction_min_travel = 0.8
retraction_prime_speed = 15

View File

@ -38,6 +38,7 @@ retract_at_layer_change = False
retraction_count_max = 12
retraction_extra_prime_amount = 0.5
retraction_hop = 0.5
retraction_hop_enabled = False
retraction_hop_only_when_collides = False
retraction_min_travel = 0.8
retraction_prime_speed = 15