-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working