Add sanding acceleration and jerk settings

These are the same as the top/bottom acceleration and jerk. Perhaps it could be set a bit higher because quality isn't an issue here, but the jerk basically accounts for every acceleration we make at the low default speeds we're using right now.

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

View file

@ -2310,6 +2310,21 @@
"limit_to_extruder": "top_bottom_extruder_nr",
"settable_per_mesh": true
},
"acceleration_sanding":
{
"label": "Sanding Acceleration",
"description": "The acceleration with which sanding is performed.",
"unit": "mm/s²",
"type": "float",
"minimum_value": "0.1",
"minimum_value_warning": "100",
"maximum_value_warning": "10000",
"default_value": 3000,
"value": "acceleration_topbottom",
"enabled": "resolveOrValue('acceleration_enabled') and sanding_enabled",
"limit_to_extruder": "top_bottom_extruder_nr",
"settable_per_mesh": true
},
"acceleration_support":
{
"label": "Support Acceleration",
@ -2583,6 +2598,20 @@
"limit_to_extruder": "top_bottom_extruder_nr",
"settable_per_mesh": true
},
"jerk_sanding":
{
"label": "Sanding Jerk",
"description": "The maximum instantaneous velocity change while performing sanding.",
"unit": "mm/s",
"type": "float",
"minimum_value": "0.1",
"maximum_value_warning": "50",
"default_value": 20,
"value": "jerk_topbottom",
"enabled": "resolveOrValue('jerk_enabled') and sanding_enabled",
"limit_to_extruder": "top_bottom_extruder_nr",
"settable_per_mesh": true
},
"jerk_support":
{
"label": "Support Jerk",