On an assembling machine, I red herethat, if there is no inserter at the output, the output slot is supposed to fill up untill one full stack of crafted item.
That is true if you feed the input by hand.
But if you feed the input through an inserter, the crafting stops when the output slot contains around 10 objects... That is a weird limitation that could be corrected.
Example to trigger the problem : assembling machine crafting "transport belt" (stack 50) : output stops at 10 if fed by inserter, but stops at 50 if fed by hand.
Note : I asked that because I wrote a mod that creates objects that are not supposed to be really taken out from the machine. Just when the count is 100, I empty the output slot and trigger a special action. When users are trying to fed this machine by inserters, the action is never triggered because the crafting ends too soon... When they do it by hand, it works till the end.
Assembling machine output slot limit under expectation
Re: Assembling machine output slot limit under expectation
This is certainly not a bug. This was programmed to behave on purpose, so the assembling machines don't eat up all the resources.
Re: Assembling machine output slot limit under expectation
Ok. Sorry for the misunderstanding.kovarex wrote:This is certainly not a bug. This was programmed to behave on purpose, so the assembling machines don't eat up all the resources.
Is there a way to turn around this limitation if I build my own modded Assembling machine ? A hidden variable somewhere in the prototype ?
My mods on the Factorio Mod Portal 

Re: Assembling machine output slot limit under expectation
No, there is not currently.
Re: Assembling machine output slot limit under expectation
Ok, I'll try to find another way to achieve what I want.kovarex wrote:No, there is not currently.
Thanks for your answer, and keep the good work Kovarex !

My mods on the Factorio Mod Portal 
