setting description and enabled fixes to infill_multiplier

This commit is contained in:
Tim Kuipers 2018-05-11 19:40:38 +02:00
parent 31d1c9f92c
commit 790321833b

View File

@ -1683,12 +1683,12 @@
"infill_multiplier":
{
"label": "Infill Line Multiplier",
"description": "Convert each infill line to this many lines. This makes the ",
"description": "Convert each infill line to this many lines. The extra lines do not cross over each other, but avoid each other. This makes the infill stiffer, but increases print time and material usage.",
"default_value": 1,
"type": "int",
"minimum_value": "1",
"maximum_value_warning": "infill_line_distance / infill_line_width",
"enabled": "infill_sparse_density > 0 and not spaghetti_infill_enabled",
"enabled": "infill_sparse_density > 0 and not spaghetti_infill_enabled and infill_pattern != 'zigzag'",
"limit_to_extruder": "infill_extruder_nr",
"settable_per_mesh": true
},