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.
This commit is contained in:
Tim Kuipers 2017-05-04 17:45:45 +02:00
parent 8d6862be50
commit 15367a68d7

View File

@ -1356,6 +1356,7 @@
"minimum_value_warning": "-50", "minimum_value_warning": "-50",
"maximum_value_warning": "100", "maximum_value_warning": "100",
"enabled": "infill_sparse_density > 0 and infill_pattern != 'concentric'", "enabled": "infill_sparse_density > 0 and infill_pattern != 'concentric'",
"limit_to_extruder": "infill_extruder_nr",
"settable_per_mesh": true, "settable_per_mesh": true,
"children": "children":
{ {
@ -1385,6 +1386,7 @@
"maximum_value_warning": "100", "maximum_value_warning": "100",
"value": "5 if top_bottom_pattern != 'concentric' else 0", "value": "5 if top_bottom_pattern != 'concentric' else 0",
"enabled": "top_bottom_pattern != 'concentric'", "enabled": "top_bottom_pattern != 'concentric'",
"limit_to_extruder": "top_bottom_extruder_nr",
"settable_per_mesh": true, "settable_per_mesh": true,
"children": "children":
{ {