Is there a way to print multiple parts, but only print one layer at a time?
'Continuous printing: layer by layer' prints two successive layers on the last part of a multi-part print and doubles back in the opposite order. I am getting too much heat build up when printing two layers in a row on the same part.
Example:
Parts: A, B, & C
A1 = part A layer 1
B3 = part B layer 3
Current Print Order: A1, B1, C1, C2, B2, A2, A3 (Two C layers in a row and Two A layers in a row)
Desired Print Order: A1, B1, C1, A2, B2, C2, A3, B3, C3 (One layer at a time)
Thanks!