From 15367a68d7eb72343fbb800f3966a764bfd623c0 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Thu, 4 May 2017 17:45:45 +0200 Subject: [PATCH] WARNING: TO BE REMOVED! impossible settings limit_to_extruder: overlap percentage CURA-3740 These settings inherently have to do with multiple features and so we should find a value function which depends on settings from the extruder trains corresponding to those features (wall, skin, infill). However, we haven't found those functions yet and we have to do research. Once we have found the formula these settings shouldn't depend on a single extruder any more and so we should remove the limit_to_extruder. --- resources/definitions/fdmprinter.def.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index eb7dd72586..0c9ed059f9 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1356,6 +1356,7 @@ "minimum_value_warning": "-50", "maximum_value_warning": "100", "enabled": "infill_sparse_density > 0 and infill_pattern != 'concentric'", + "limit_to_extruder": "infill_extruder_nr", "settable_per_mesh": true, "children": { @@ -1385,6 +1386,7 @@ "maximum_value_warning": "100", "value": "5 if top_bottom_pattern != 'concentric' else 0", "enabled": "top_bottom_pattern != 'concentric'", + "limit_to_extruder": "top_bottom_extruder_nr", "settable_per_mesh": true, "children": {