Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Bug]: DoLookahead modifies extrusion move followed by z move #990

Closed
gloomyandy opened this issue Apr 29, 2024 · 3 comments
Closed

[Bug]: DoLookahead modifies extrusion move followed by z move #990

gloomyandy opened this issue Apr 29, 2024 · 3 comments
Labels
bug Bug that has been reproduced
Milestone

Comments

@gloomyandy
Copy link
Contributor

Possible problem identified in RRF 3.5.1 and this report created as requested by DC42

While investigating another issue I noticed that the following code:
G1 E-2 F200
G1 Z200 F1000

Results in DoLookahead modifying the end speed of the extrusion move from zero to allow the Z move to start at a higher speed. This is probably not correct as the two moves are in effect not related. The following code results in the moves operating as expected:
G1 E-2 F200
M400
G1 Z200 F1000

Copy link

This issue has been automatically closed because it does not originate from a Duet3D administrator.
Please create a discussion on https://forum.duet3d.com first and fill out the corresponding GitHub template if the bug or feature request is acknowledged.

@gloomyandy gloomyandy changed the title [bug]: DoLookahead modifies extrusion move followed by z move [Bug]: DoLookahead modifies extrusion move followed by z move Apr 29, 2024
@T3P3 T3P3 reopened this Apr 29, 2024
@T3P3 T3P3 added the bug Bug that has been reproduced label May 8, 2024
@T3P3 T3P3 added this to the 3.5.2 milestone May 20, 2024
@dc42
Copy link
Collaborator

dc42 commented May 22, 2024

Implemented a fix in 3.5-dev, needs testing.

@dc42
Copy link
Collaborator

dc42 commented May 22, 2024

Confirmed fixed by Andy S.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Bug that has been reproduced
Projects
None yet
Development

No branches or pull requests

3 participants