Set default gradual infill step height to 1.5mm

All of the profiles currently in Cura that set the gradual infill steps also set the step height (to 3 to 5 layer heights). I'd have chosen 4 layer heights as default based on that, but our material experts say that 1.5mm is about right for most models.

Contributes to issue CURA-3732.
This commit is contained in:
Ghostkeeper 2017-05-05 17:25:34 +02:00
parent fc1a5e89c3
commit 6b74b0d499
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -1346,7 +1346,7 @@
"description": "The height of infill of a given density before switching to half the density.",
"unit": "mm",
"type": "float",
"default_value": 5.0,
"default_value": 1.5,
"minimum_value": "0.0001",
"minimum_value_warning": "3 * resolveOrValue('layer_height')",
"maximum_value_warning": "100",