SoftFever / OrcaSlicer

G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
https://discord.gg/P4VE9UY9gJ
GNU Affero General Public License v3.0
7.21k stars 850 forks source link

M600 falsely issued before changing tool #6809

Closed SchallerJe closed 1 month ago

SchallerJe commented 1 month ago

Is there an existing issue for this problem?

OrcaSlicer Version

2.2.0

Operating System (OS)

Windows

OS Version

Windows 11

Additional system information

No response

Printer

Original Prusa XL 5T

How to reproduce

  1. open test project (or create a project with at least two colours)
  2. print it (or look at the exported gcode)
  3. after printing the first purge line, an M600 is issued

Actual results

After printing the purge line with the first tool, an M600 is issued resulting in performing a filament change instead of a tool change

Expected results

The M600 should not be issued. Instead the tool should changed directly.

Project file & Debug log uploads

M600Test.zip

Checklist of files to include

Anything else?

No response

SchallerJe commented 1 month ago

I'm sorry, but the first ZIP did contain a version where "Single Extruder Multi Material" was activated. This file is correctly configured with 5 tool heads. but it doesn't resolve the problem. M600Test.zip

SchallerJe commented 1 month ago

OMG, I'm so incredibly stupid: I accidentally used the single tool profile and changed the number of tool heads instead of using the multi tool profile.