-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display count of tool changes without wipe tower enabled #6832
Comments
You are right. The same applies to |
Yes, both should also default to 0 for single extruder prints. |
Good morning, I tried using "total_toolchanges", but as explained before, it only works with a wipe tower, and personally for my Idex printer I don't need to use a wipe tower. Is there a way to know if one or two heads will be used in the slice? thanks in advance! (sorry for my poor english) |
I answer my self ... with one possible option ... set wipe tower width and brim to 0 ;) |
Chiming in. I've written a custom GCODE command to prime both extruders at the start of a IDEX print. Unfortunately this code hinges on
|
I have the same issue. My tool change script needs the info if a tool changes takes place or not. All printers which have several tools but do not use prime towers (but purge buckets for example) should have this issue if they want to use one profile for single material and multi material prints |
Shame this does not get fixed. PrusaSlicer/src/libslic3r/GCode.cpp Line 950 in 43f2018
|
This crash the software. |
We will look into it soon. |
Fixed in 2.7.0-beta1. Closing. |
Broken again in 2.8.0, will be fixed in 2.8.1. Sorry. |
Fixed again in 2.8.1-rc1. |
Version
2.3.3+
Operating system type + version
Windows 10
3D printer brand / version + firmware version (if known)
MK3S+
Behavior
Number of tool changes is only shown in statistics when a wipe tower is enabled. This should not be based on if the wipe tower is enabled, it should check for extruders being greater than 1 instead. When doing manual filament swaps I don't always need a wipe tower but would like to see the number of tool changes needed.
The text was updated successfully, but these errors were encountered: