Improve inheritance function for speed_travel_layer_0

This makes the speed_travel_layer_0 by default have the same ratio to the parent print speed as the travel speed has on other layers.
This commit is contained in:
Ghostkeeper 2016-07-27 10:56:13 +02:00
parent 4295a85f6a
commit 5da3cd34e9
No known key found for this signature in database
GPG Key ID: 701948C5954A7385

View File

@ -1541,7 +1541,7 @@
"unit": "mm/s", "unit": "mm/s",
"type": "float", "type": "float",
"default_value": 60, "default_value": 60,
"value": "speed_layer_0 * 2", "value": "speed_layer_0 * speed_travel / speed_print",
"minimum_value": "0.1", "minimum_value": "0.1",
"maximum_value": "299792458000", "maximum_value": "299792458000",
"maximum_value_warning": "300", "maximum_value_warning": "300",