mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Merge branch '2.7'
This commit is contained in:
commit
019b5852ab
2 changed files with 5 additions and 6 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue