You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,20 @@ The application is programmed in rust with the [nannou library](https://nannou.c
29
29
It furthermore supports a subcommand `transform`, which
30
30
allows you to transform a file by translation and dilation.
31
31
32
+
## Keyboard commands and editing features
33
+
32
34
In the graphical app, a few keyboard commands are enabled. To increase a value corresponding to a <kbd>key</kbd>, just press <kbd>key</kbd> and to decrease press <kbd>shift</kbd> + <kbd>key</kbd>. For bigger steps combine these combination with a further <kbd>ctrl</kbd>.
33
35
36
+
Furthermore, I introduced in Version 0.3.0 the ability to extend existing g-code files. Simply press
37
+
- <kbd>1</kbd> for `G1` mode
38
+
- <kbd>2</kbd> for `G2` mode
39
+
- <kbd>3</kbd> for `G3` mode
40
+
- <kbd>0</kbd> to exit the modes
41
+
42
+
and choose the coordinate with a left mouse click. One also can now undo and redo these added commands with <kbd>Z</kbd> and <kbd>Y</kbd> and save these changes to a new file with <kbd>S</kbd>. <kbd>P</kbd> changes the penmode and <kbd>H</kbd> returns to to home.
43
+
44
+
Last but not least, right-clicking prints the mouse coordinates to console.
45
+
34
46
## Room to improve
35
47
36
48
While the app can be used for many purposes, it is in a early development phase. Tests are missing and not everything is programmed the clever way. If you want to improve it feel welcome to contribute.
0 commit comments