mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:55:56 +08:00
JSON: feat: infill before walls
This commit is contained in:
parent
222eabed8b
commit
4eb37a1cc9
@ -511,6 +511,13 @@
|
||||
"inherit_function": "math.floor((parent_value + 0.001) / layer_height)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"infill_before_walls": {
|
||||
"label": "Infill Before Walls",
|
||||
"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": "boolean",
|
||||
"default": true,
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user