From 790321833ba0ac4c29d248d1b6c8da6c83ffede1 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Fri, 11 May 2018 19:40:38 +0200 Subject: [PATCH] setting description and enabled fixes to infill_multiplier --- resources/definitions/fdmprinter.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 07fc28354d..7799276efe 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -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 },