mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 02:49:03 +08:00
Fix failing test for um3_extended 0.8 variant
This commit is contained in:
parent
d6b270954a
commit
474db38ddf
@ -56,7 +56,6 @@ retraction_amount = 4.5
|
||||
retraction_count_max = 15
|
||||
retraction_extrusion_window = =retraction_amount
|
||||
retraction_hop = 2
|
||||
retraction_hop_enabled = True
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 5
|
||||
retraction_prime_speed = 15
|
||||
|
@ -22,4 +22,4 @@ def test_ultimaker3extended_variants(um3_file, um3e_file):
|
||||
um3.read_file(open(os.path.join(directory, um3_file)))
|
||||
um3e = configparser.ConfigParser()
|
||||
um3e.read_file(open(os.path.join(directory, um3e_file)))
|
||||
assert um3["values"] == um3e["values"]
|
||||
assert um3["values"] == um3e["values"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user