Skip to content
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

Incorrect extruder steps for G2/G3 moves at low extruder steps/mm #1006

Closed
T3P3 opened this issue May 15, 2024 · 1 comment
Closed

Incorrect extruder steps for G2/G3 moves at low extruder steps/mm #1006

T3P3 opened this issue May 15, 2024 · 1 comment
Assignees
Labels
bug Bug that has been reproduced
Milestone

Comments

@T3P3
Copy link
Contributor

T3P3 commented May 15, 2024

In RRF 3.5.1 use the following minimum configuration of a 6XD:

M83
G90
M569 P0.0 S1 R1
M569 P0.1 S1 R1
M569 P0.2 S1 R1
M569 P0.0 T3:3:1:1
M584 X0.0 Y0.1 E0.2
M92 X80 Y80 E5
M566 X10000.00 Y1000.00 E100000
M203 X48000.00 Y48000.00 E100000
M201 X10000.00 Y10000.00 E100000
M563 P0 S"test" D0
T0

Then send the following commands:

G92 X20 Y20
G3 X20 I-5 J0 E10 F1000

The pattern of pulses in not smooth, and the number of pulses is not correct.
image

Setting M92 E400 resolves the issue;

@T3P3 T3P3 added the bug Bug that has been reproduced label May 15, 2024
@T3P3 T3P3 added this to the 3.5.2 milestone May 15, 2024
@dc42
Copy link
Collaborator

dc42 commented May 18, 2024

Fixed in 3.5-dev for both main boards and expansion boards. Issue also affects 3.4 and earlier firmware versions.

@dc42 dc42 closed this as completed May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug that has been reproduced
Projects
None yet
Development

No branches or pull requests

2 participants