Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0020-mdi-fix-unwanted-movement.patch | commit d942d79ef97e0a476a8e57a37108e7fefb1464b5 qtvcp -mdi_line: fix multi axes movement on single axis G0 MDI call https://forum.linuxcnc.org/qtvcp/48337-qtdragon-mdi-jogging-strange-diagonals reloading the display was actually done before the MDI command was run. This would cause the old axis position to be updated to linucnc's state. if you call MDI commandsL G0 X 10 G0 Y 10 G0 x 20 On the third MDI command both X and Y would move. Nonw will added a callnack to reload the display after the MDI command Closes: #1053251 diff --git a/lib/python/qtvcp/widgets/mdi_line.py b/lib/python/qtvcp/widgets/mdi_line.py index c6aa865..0c68764 100644 |
CMorley <chrisinnanaimo@hotmail.com> | no | 2023-02-28 |