Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2022-09-14 14:58:55 +0300
committerJaime van Kessel <nallath@gmail.com>2022-09-14 14:58:55 +0300
commit487536c75766badb9a1e699aaca63936be6ad888 (patch)
tree7a20c34d217c182065f87ba7a4057a4aff91a559
parentee551e48b31ac252340493591d2a0cb934228eba (diff)
Put back the speed_wall_x for UM2+C
-rw-r--r--resources/definitions/ultimaker2_plus_connect.def.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/definitions/ultimaker2_plus_connect.def.json b/resources/definitions/ultimaker2_plus_connect.def.json
index adb5efadcf..6a69bb8ff4 100644
--- a/resources/definitions/ultimaker2_plus_connect.def.json
+++ b/resources/definitions/ultimaker2_plus_connect.def.json
@@ -83,6 +83,7 @@
"meshfix_maximum_travel_resolution": { "value": 0.5 },
"prime_blob_enable": { "enabled": true, "default_value": true, "value": "resolveOrValue('print_sequence') != 'one_at_a_time'" },
"retraction_prime_speed": { "value": "15" },
- "retraction_speed": {"value": "45" }
+ "retraction_speed": {"value": "45" },
+ "speed_wall_x": { "value": "speed_wall" }
}
}