mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
default speeds different for travel_speed (CURA-439)
This commit is contained in:
parent
8ca6b87e17
commit
107beb9798
1 changed files with 2 additions and 2 deletions
|
@ -825,8 +825,8 @@
|
|||
"type": "float",
|
||||
"min_value": "0.1",
|
||||
"max_value_warning": "300",
|
||||
"default": 150,
|
||||
"inherit_function": "speed_print if magic_spiralize else 150"
|
||||
"default": 120,
|
||||
"inherit_function": "speed_print if magic_spiralize else 120"
|
||||
},
|
||||
"speed_layer_0": {
|
||||
"label": "Bottom Layer Speed",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue