You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a great mod and I like how it adds completed parts to a KAS container. But vessels with lots of KAS containers make finding the new part a needle in a haystack. It would be really convenient if the physical part with the 3D printer had a KAS container, and the 3D printer put the completed part in the container unless full, in which case it looks for the first available part in the ship that can hold the part. Confusing, so here is a pseudo config file:
module
{
Name = KASContainer //the 3DPrinter will look for this container first for available space before looking anywhere else in the vessel
...
}
Module
{
Name = 3DPrinter //will look for the above KAS container module to put conpleted parts in before looking elsewhere
...
}
The text was updated successfully, but these errors were encountered:
This is a great mod and I like how it adds completed parts to a KAS container. But vessels with lots of KAS containers make finding the new part a needle in a haystack. It would be really convenient if the physical part with the 3D printer had a KAS container, and the 3D printer put the completed part in the container unless full, in which case it looks for the first available part in the ship that can hold the part. Confusing, so here is a pseudo config file:
module
{
Name = KASContainer //the 3DPrinter will look for this container first for available space before looking anywhere else in the vessel
...
}
Module
{
Name = 3DPrinter //will look for the above KAS container module to put conpleted parts in before looking elsewhere
...
}
The text was updated successfully, but these errors were encountered: