mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
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:
parent
bb1316fc88
commit
70a0a6ef1c
1 changed files with 1 additions and 1 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