mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 05:01:10 -06: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}
|
||
|---|---|---|
| .. | ||
| lib/Slic3r | ||
| src | ||
| t | ||
| xsp | ||
| CMakeLists.txt | ||
| main.xs.in | ||