mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00
JSON: workaround for stutter in spiralize vase: set travel speed to printing speed
This commit is contained in:
parent
1177fd3c41
commit
6303062f45
1 changed files with 2 additions and 1 deletions
|
@ -758,7 +758,8 @@
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "0.1",
|
"min_value": "0.1",
|
||||||
"max_value_warning": "300",
|
"max_value_warning": "300",
|
||||||
"default": 150
|
"default": 150,
|
||||||
|
"inherit_function": "speed_print if magic_spiralize else 150"
|
||||||
},
|
},
|
||||||
"speed_layer_0": {
|
"speed_layer_0": {
|
||||||
"label": "Bottom Layer Speed",
|
"label": "Bottom Layer Speed",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue