Merge branch '2.7'

This commit is contained in:
Ghostkeeper 2017-08-14 11:02:48 +02:00
commit 019b5852ab
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
2 changed files with 5 additions and 6 deletions

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":