Make sanding speed scale with top/bottom speed

The default stays the same.

Contributes to issue CURA-3903.
This commit is contained in:
Ghostkeeper 2017-06-06 10:26:01 +02:00
parent 5560fd2b11
commit c30d529240
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -1977,6 +1977,7 @@
"type": "float",
"unit": "mm/s",
"default_value": 20.0,
"value": "speed_topbottom * 20 / 30",
"minimum_value": "0.001",
"maximum_value": "math.sqrt(machine_max_feedrate_x ** 2 + machine_max_feedrate_y ** 2)",
"maximum_value_warning": "100",