Fix no toolchange: Init PA #1659

Closed
opened 2026-04-05 18:57:50 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @ianalexis on 11/10/2025

fixes #11158
In printers that wont need "toolchange" the PA is never set.

Since 5fda94a53b the extruder is initialized with:
a7adeb6305/src/libslic3r/GCode.cpp (L2813-L2823)

The original set PA will never work because before it was working thanks to a nullptr in the extruder:
a7adeb6305/src/libslic3r/GCodeWriter.cpp (L1026-L1029)

Now i set the PA after initialize the extruder.

Debuged with @RF47

*Originally created by @ianalexis on 11/10/2025* fixes #11158 In printers that wont need "toolchange" the PA is never set. Since 5fda94a53b713522db9f4b61334748d9a938b51b the extruder is initialized with: https://github.com/SoftFever/OrcaSlicer/blob/a7adeb6305fe31b62072e80ef0021b17c77b213a/src/libslic3r/GCode.cpp#L2813-L2823 The original set PA will never work because before it was working thanks to a nullptr in the extruder: https://github.com/SoftFever/OrcaSlicer/blob/a7adeb6305fe31b62072e80ef0021b17c77b213a/src/libslic3r/GCodeWriter.cpp#L1026-L1029 Now i set the PA after initialize the extruder. Debuged with @RF47
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#1659