mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
voron2_base.def.json: Do not limit travel speeds to 300mm/s
VORON V2.4 is an fast machine. There is no reason to limit the user to 300mm/s. Unlock these speeds by removing maximum_value which makes cura fallback to machine_max_feedrate_x/y which are set to the C (299,792,458). Warning stays at 501 after Fulg talked with some VORON team members they have come to the conclusion that 501 is fine as people start hitting issues on the machine around the 500-600 range Signed-off-by: Martin Botka <martin.botka@somainline.org>
This commit is contained in:
parent
cba956be19
commit
c466742cb1
1 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,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)" },
|
||||
|
@ -151,4 +151,4 @@
|
|||
"jerk_wall_0": { "value": 10 },
|
||||
"jerk_roofing": { "value": 10 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue