Skip to content

Large steps when changing direction #16

@koneklaudio

Description

@koneklaudio

Hi,

I noticed that when one of the motors changes the direction, in the next command it moves more than expected. If it's in the same direction as in the previous movement, it is OK.

For example:

Initial position: X = 0.

Move: 0 -> 0.1 It moves almost +1mm
Move: 0.1 -> 0.2 +0.1 Ok
Move: 0.2 -> 0.3 +0.1 Ok
Move: 0.3 -> 0.2 It moves almost -1mm
Move: 0.2 -> 0.1 -0.1 Ok
...

It happens in all the axes. So, I understand it's something related to the motors control code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions