pub const MAX_MIRROR_ORDER: u32 = 24;Expand description
Hard clamp on the geometry-mirror rotational order (Plan 0018 Phase 4). Beyond
a couple dozen the fold is visually indistinguishable and only multiplies
segment count toward the cap; a sane ceiling keeps a runaway mirror_order
expression from doing useless work before the segment cap bites.