2

Is is possible to have alternating numbers of lines for the outer wall between each layer? So, say, one layer will have 3 lines for the wall, the next layer, 2, then the next layer 3, then 2 again, and so on? Even better, if I could group them in twos: two layers with 3 lines, two layers with 2 lines, repeat until done.

I use Cura, but if other slicers can do this I'd like to hear about it, too.

Joel Coehoorn
  • 2,115
  • 3
  • 11
  • 30

1 Answers1

2

It is possible to get an alternate extra wall in Ultimaker Cura, the option is called Alternate extra wall. It can be used to catch the infill more firmly, strengthening the print.

From Ultimaker support:

Alternate extra wall

This setting adds an extra wall every other layer. This way the infill gets caught between the walls, resulting in stronger prints. For example, if you set the wall line count to two walls and enable alternate extra wall, it will print two walls on even numbered layers and three walls on odd numbered layers. cross section schematics of a print

I've used this option frequently, but I'm not aware of any option that you can change the amount of layers alternating. You can do that probably with the option to set different options for different sections of the model, see e.g. "Different infill in the same part".

0scar
  • 32,029
  • 10
  • 59
  • 135
  • I find the claim of "catching" infill between the extra walls somewhat dubious unless you also enable `zig_zaggify_infill` ("Connect Infill Lines"), which is a really good idea anyway because it vastly reduces travel moves and the associated problems with material loss due to oozing while "combing". With this option on, infill doesn't just start/end at points sandwiched between the extra walls, but has whole dashed segments for roughly half the total perimeter pressed between them. – R.. GitHub STOP HELPING ICE Apr 10 '20 at 22:51