fix: typo in setting formula

This commit is contained in:
Tim Kuipers 2018-07-26 10:10:20 +02:00
parent 1016564df0
commit 9c6b676660

View File

@ -1664,7 +1664,7 @@
"description": "Connect infill paths where they run next to each other. For infill patterns which consist of several closed polygons, enabling this setting greatly reduces the travel time.",
"type": "bool",
"default_value": true,
"value": "infill_pattern == 'cross' or infill_pattern == 'cross_3d' or infill_multiplier % 2 = 0",
"value": "infill_pattern == 'cross' or infill_pattern == 'cross_3d' or infill_multiplier % 2 == 0",
"enabled": "infill_pattern == 'cross' or infill_pattern == 'cross_3d' or infill_multiplier % 2 == 0",
"limit_to_extruder": "infill_extruder_nr",
"settable_per_mesh": true