-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Bug in initial_extruder_nr function when using Brim and Skirt #18494
Comments
Thanks for the report. With Extruder 1 disabled and the skirt/brim extruder "not overridden": @casperlamboo has looked at this previously (see bug report #17501) and it does appear that the behavior is a bit different. One of the problems I see is that if Extruder 1 is disabled, the Skirt/Brim extruder settings are hidden. The user has to understand that the settings will be used even when hidden. It is necessary to re-enable Extruder 0, set the skirt/brim extruder to Extruder 2, and then disable Extruder 1 again. |
I forgot something important. The left extruder (T0) is deactivated! If both extruders are active and the right extruder has the brim or skirt creation set to the right extruder, then it works. There is only one model that has been assigned to the right extruder. There is only one model that has been assigned to the right extruder. I always deactivate the left extruder if I only want to print with the right one, because if the material settings for the left extruder are incorrect, the values can otherwise be transferred to the right extruder. |
@x40-Community As the Weedo X40 is not part of the Cura repo I cannot confirm that it fixes your issue as well. |
Cura Version
5.6.0
Operating System
Linux
Printer
Weedo X40
Reproduction steps
The model should be printed with an index printer from the right extruder. To set the extrider, the following is used in the start script:
T{initial_extruder_nr} S ; Set start extruder
Actual results
With Build Plate Adhesion Type "None" and "Raft" the correct result with T1 S is generated in gcode.
However, when using "Brim" and "Skirt" the result is T0 S and therefore the wrong extruder!
Expected results
Regardless of the Build Plate Adhesion Type, the correct extruder should come out at the initial_extruder_nr function.
Add your .zip and screenshots here ⬇️
Archiv.zip
The text was updated successfully, but these errors were encountered: