Update PVA profiles with gradual infill settings

These profiles are optimised by hand.
This commit is contained in:
Ghostkeeper 2017-07-24 09:08:49 +02:00
parent 3aabbab11f
commit 06caedbed8
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
10 changed files with 18 additions and 13 deletions

View file

@ -3472,7 +3472,7 @@
"description": "The height of support infill of a given density before switching to half the density.",
"unit": "mm",
"type": "float",
"default_value": 1.5,
"default_value": 1,
"minimum_value": "0.0001",
"minimum_value_warning": "3 * resolveOrValue('layer_height')",
"enabled": "support_enable and support_infill_rate > 0 and gradual_support_infill_steps > 0",