Skip to content

Short-cuts for corner movement send wrong coordinates #755

@bullar

Description

@bullar

In my case the travel limits are set to x=0...295, y=0..175
If in GUI I click on FRONT LEFT CORNER button for instance the expected position is sent [G53 G21 G0 X5 Y5] but in case of short-cut ‘Go to Front Left corner’ negative coordinates are sent [G53 G21 G0 X-290 Y-170] which causes alarm.

Here data for all 4 corners:

FRONT LEFT
G53 G21 G0 Z-1
G53 G21 G0 X5 Y5           GUI
 G53 G21 G0 X-290 Y-170     Short-cut

FRONT RIGHT
G53 G21 G0 Z-1
G53 G21 G0 X290 Y5         GUI
 G53 G21 G0 X-5 Y-170       Short-cut

BACK RIGHT
G53 G21 G0 Z-1
G53 G21 G0 X290 Y170       GUI
 G53 G21 G0 X-5 Y-5         Short-cut

BACK LEFT
G53 G21 G0 Z-1
G53 G21 G0 X5 Y170         GUI
 G53 G21 G0 X-290 Y-5       Short-cut

found with gSender 1.5.6 on RPI4 connected via USB to LUNYEE 3018 (Grbl)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions