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-06-15 17:08:09 +0300
committerGitHub <noreply@github.com>2022-06-15 17:08:09 +0300
commit1a0b095f8d1f0cc68a46efafbc072d66024a8406 (patch)
treeee1c5d44bb16bd8d80f3f4919c4fccca21f66cdc /resources/definitions
parent188b63703b8f637c25d0629e539aa115c372e440 (diff)
parentc466742cb15c8be914a8ef3247c3acaae151d68a (diff)
Merge pull request #11721 from Haxk20/patch-1
voron2_base.def.json: Do not limit travel speeds to 300mm/s
Diffstat (limited to 'resources/definitions')
-rw-r--r--resources/definitions/voron2_base.def.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/definitions/voron2_base.def.json b/resources/definitions/voron2_base.def.json
index b9a1484ae7..850a75ef28 100644
--- a/resources/definitions/voron2_base.def.json
+++ b/resources/definitions/voron2_base.def.json
@@ -108,7 +108,7 @@
"retraction_combing": { "value": "'noskin'" },
"retraction_combing_max_distance": { "default_value": 10 },
"travel_avoid_other_parts": { "default_value": false },
- "speed_travel": { "maximum_value": 300, "value": 300, "maximum_value_warning": 501 },
+ "speed_travel": { "value": 300, "maximum_value_warning": 501 },
"speed_travel_layer_0": { "value": "math.ceil(speed_travel * 0.4)" },
"speed_layer_0": { "value": "math.ceil(speed_print * 0.25)" },
"speed_wall": { "value": "math.ceil(speed_print * 0.33)" },
@@ -152,4 +152,4 @@
"jerk_wall_0": { "value": 10 },
"jerk_roofing": { "value": 10 }
}
-} \ No newline at end of file
+}