mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-15 05:48:02 +08:00
Make sanding speed scale with top/bottom speed
The default stays the same. Contributes to issue CURA-3903.
This commit is contained in:
parent
5560fd2b11
commit
c30d529240
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user