After some update I started to get these items holmium-solution-quality-based-productivity inside the machine after each craft.
They can't be taken out with inserters or loaders. The only way is manually.
Maybe it's related to the Factorio setting for showing hidden items?
I "fixed" it by changing the line
quality_holmium_solution_recipe.results = {
{type = "item", name="holmium-solution-quality-based-productivity", amount = 0},
{type = "fluid", name="holmium-solution", amount = 100},
}
Amount to 0. But I understand that this item is how you calculate the extra output...
Is my intuition correct?
Thanks