Browse Source

Fix failing test for um3_extended 0.8 variant

ChrisTerBeke 7 years ago
parent
commit
474db38ddf
2 changed files with 1 additions and 2 deletions
  1. 0 1
      resources/variants/ultimaker3_bb0.8.inst.cfg
  2. 1 1
      tests/TestProfileRequirements.py

+ 0 - 1
resources/variants/ultimaker3_bb0.8.inst.cfg

@@ -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

+ 1 - 1
tests/TestProfileRequirements.py

@@ -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"]