mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-07 11:00:43 +00:00
both single_extruder_multi_material and wipe_tower are enabled,
and the print prints with a single extruder only.
Newly the same situation will be handled through a conditional G-code
in the following format:
{if not has_wipe_tower}
; Do the priming
{endif}