-
-
Notifications
You must be signed in to change notification settings - Fork 525
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
Extruder page management broken in Master branch #3176
Comments
The issue is in the Tab.cpp file, in the function TabPrinter::build_unregular_pages, line 3149. This can be corrected by inserting the following before line 3149:
|
Here's another sample. Created by having "Single Extruder MultiMaterial" checked and clicking the up and down arrows of the "Extruders" field multiple times. Also note that there's a page missing !... the "Single extruder MM setup" page is missing until you play with the number of extruders.... |
The Single extruder MM setup page issue is another bug... |
I can see the problem with the single extruder mmu. |
Just look at the ordering of the Extruders.. and the fact that there are two entries for Extruder 3. specifically look at the second set of images rather than the first set.... |
I've created a fix for this at nanoplane:extruder_tab_fix.. two functions modified. |
What happened?
if you have a printer settings tab with multiple extruders defined, multiple extruder pages are defined and numbered sequentially from "1". save this printer settings.
if you return to the printer page and add/remove extruders, the Extruder pages on the left are mangled. see attached image
This first screenshot is before modifying the count
This second screen shot is after modifying the count (add one extruder).
Project file & How to reproduce
no project file required....
Version
2.4.58.4
Operating system
MacOS 15
Printer model
any
The text was updated successfully, but these errors were encountered: