Merge branch 'cross_fractal_infill_reimplementation'

This commit is contained in:
Ghostkeeper 2018-05-16 16:25:38 +02:00
commit a74b6047e7
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -5772,6 +5772,27 @@
"limit_to_extruder": "infill_extruder_nr",
"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
},
"cross_support_density_image":
{
"label": "Cross Fill Density Image for Support",
"description": "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the support.",
"type": "str",
"default_value": "",
"enabled": "infill_pattern == 'cross' or infill_pattern == 'cross_3d'",
"limit_to_extruder": "support_infill_extruder_nr",
"settable_per_mesh": false,
"settable_per_extruder": true
},
"spaghetti_infill_enabled":
{
"label": "Spaghetti Infill",