Fix infill before walls check

This could be dependent on either the inner or the outer wall, depending on how many walls you have. However usually it will be the inner wall.

Contributes to issue CURA-4145.
This commit is contained in:
Ghostkeeper 2017-08-14 11:02:32 +02:00
parent bb1316fc88
commit 70a0a6ef1c
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -1514,7 +1514,7 @@
"description": "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface.",
"type": "bool",
"default_value": true,
"enabled": "infill_sparse_density > 0 and wall_extruder_nr == infill_extruder_nr",
"enabled": "infill_sparse_density > 0 and wall_x_extruder_nr == infill_extruder_nr",
"settable_per_mesh": true
},
"min_infill_area":