-
Notifications
You must be signed in to change notification settings - Fork 0
GUI Keyboard shortcuts
Ludwig Austermann edited this page Aug 27, 2022
·
1 revision
In the graphical app, a few keyboard commands are enabled. To increase a value corresponding to a key, just press key and to decrease press shift + key. For bigger steps combine these combination with a further ctrl.
Furthermore, I introduced in Version 0.3.0 the ability to extend existing g-code files. Simply press
-
0 for
G0
mode -
1 for
G1
mode -
2 for
G2
mode -
3 for
G3
mode - esc to exit the modes
and choose the coordinate with a left mouse click. One also can now undo and redo these added commands with Z and Y and save these changes to a new file with S. P changes the penmode and H returns to to home.
Last but not least, right-clicking prints the mouse coordinates to console and Q quits the application.