mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue