When printing with multi-material (for example using a different material for support interface), the printer currently performs a material swap for every layer where the interface is present.
A potential optimization would be the following workflow:
-
Finish printing layer N with the main material.
-
Swap to the support interface material and print the interface for layer N+1.
-
Instead of immediately swapping back, continue printing the interface for layer N+2 as well.
-
Only after this, swap back to the main material and resume normal printing.
In other words, when a support interface layer is printed, the printer could print two interface layers instead of one before switching materials again.
Benefits:
-
Reduces the number of material swaps and purge cycles
-
Potentially halves the time spent printing interface layers
-
Provides measurable time and material savings on prints with frequent material changes
Technical consideration:
Nozzle height should not pose a problem. After completing layer N, the printer would simply print the interface for N+1, then N+2, before returning to the primary material. The Z height would still remain consistent with the layer structure.
This could significantly improve efficiency for prints that require many material changes.
bambu-studio-feature