-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Dual Extrusion Non Print Moves #6269
Comments
HI, but if you look at the code around the first tool change you will see that the move of Tool1 to the wipe tower location is doen at 2400.: G1 X99.750 Y27.750 F9600.000 ; Travel to a Wipe Tower T1 ; change extruder G1 X99.250 Y27.000 G4 S0 |
Initial travel from the object to the wipe tower is done with F9600. Only those tiny travels inside the wipe tower are done with fixed feedrate of F2400. I still don't see any issue here, what problem does it cause? |
Oh now I understand, I somehow assumed you are using single nozzle multimaterial, but you are not. |
It should be hopefully fixed along with #5483. |
Version
3.2.0
It appears that the initial move to the wipe tower does not respect the Non print moves setting. In the attached, the non print move is 160mm/s but there is no G1 FXXX before the wipe tower move so the move is performed at default printer speed.
a2e3ad70-ca18-47a1-9709-662c2f96b08d.zip
The text was updated successfully, but these errors were encountered: