mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Merge pull request #20416 from Ultimaker/PP-600_reduce_s8_travel_speed
PP-600: Reduce S8 travel speed
This commit is contained in:
commit
404daa2d0b
1 changed files with 3 additions and 3 deletions
|
@ -500,13 +500,13 @@
|
||||||
"speed_travel":
|
"speed_travel":
|
||||||
{
|
{
|
||||||
"maximum_value": 500,
|
"maximum_value": 500,
|
||||||
"maximum_value_warning": 400,
|
"maximum_value_warning": 300,
|
||||||
"value": 400
|
"value": 300
|
||||||
},
|
},
|
||||||
"speed_travel_layer_0":
|
"speed_travel_layer_0":
|
||||||
{
|
{
|
||||||
"maximum_value": 500,
|
"maximum_value": 500,
|
||||||
"maximum_value_warning": 400,
|
"maximum_value_warning": 300,
|
||||||
"value": 150
|
"value": 150
|
||||||
},
|
},
|
||||||
"speed_wall":
|
"speed_wall":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue