mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
cross_infill_density_image setting
This commit is contained in:
parent
eb0b08a813
commit
6176b939d6
1 changed files with 10 additions and 0 deletions
|
|
@ -5263,6 +5263,16 @@
|
||||||
"limit_to_extruder": "infill_extruder_nr",
|
"limit_to_extruder": "infill_extruder_nr",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
"cross_infill_density_image":
|
||||||
|
{
|
||||||
|
"label": "Cross Infill Density Image",
|
||||||
|
"description": "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the infill of the print.",
|
||||||
|
"type": "str",
|
||||||
|
"default_value": "",
|
||||||
|
"enabled": "infill_pattern == 'cross' or infill_pattern == 'cross_3d'",
|
||||||
|
"limit_to_extruder": "infill_extruder_nr",
|
||||||
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
"spaghetti_infill_enabled":
|
"spaghetti_infill_enabled":
|
||||||
{
|
{
|
||||||
"label": "Spaghetti Infill",
|
"label": "Spaghetti Infill",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue