mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 19:26:04 +08:00
Add sanding speed setting
The acceleration and jerk aren't adjustable yet (it uses top/bottom acceleration and jerk). Later, maybe. Contributes to issue CURA-3903.
This commit is contained in:
parent
c69b3110be
commit
ec7081d95a
@ -5385,6 +5385,19 @@
|
||||
"maximum_value_warning": "50",
|
||||
"enabled": "sanding_enabled",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"speed_sanding":
|
||||
{
|
||||
"label": "Sanding Speed",
|
||||
"description": "The speed at which to pass over the top surface.",
|
||||
"type": "float",
|
||||
"unit": "mm/s",
|
||||
"default_value": 20.0,
|
||||
"minimum_value": "0.001",
|
||||
"maximum_value": "math.sqrt(machine_max_feedrate_x ** 2 + machine_max_feedrate_y ** 2)",
|
||||
"maximum_value_warning": "100",
|
||||
"enabled": "sanding_enabled",
|
||||
"settable_per_mesh": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user