comparison README.md @ 19:8fe0b5711413

Added BasedTremGrx and Dvorak
author VilyaemKenyaz
date Wed, 27 Sep 2023 01:47:28 -0400
parents 8b5ff478ec66
children 0555050bada0
comparison
equal deleted inserted replaced
18:7bf25e90a1de 19:8fe0b5711413
1 # Harelet 1 # Harelet
2 A simple CNC CAD program for milling machines 2 A simple CNC CAD program for milling machines
3 You may export RAW gcode or Superhare machines 3 You may export RAW gcode or for Shopbot machines (OpenSBP)
4 To configure some settings edit the definitions in 4 To configure settings edit the definitions in
5 the source code and recompile easily by executing the 5 the source code and recompile easily by executing the
6 compile script. By default the units are imperial. 6 compile script. By default the units are Imperial.
7 7
8 --- 8 ---
9 9
10 ## USAGE 10 ## USAGE
11 11
12 Vim keys (HJKL). 12 All controls are lowercase.
13 13
14 Vim keys to move(HJKL).
15 k
16 h l
17 j
14 H Left 18 H Left
15 J Down 19 J Down
16 K Up 20 K Up
17 L Right 21 L Right
22
18 23
19 A to add a point at the current cursor's position 24 A to add a point at the current cursor's position
20 25
21 Q to exit 26 Q to exit
22 27
23 D to set cursor down or raised 28 D to set cursor down or raised
24 29
25 C to compile GCODE 30 C to compile instructions for a machine, you will be prompted for a filename
26 31
27 S to change step size 32 S to change step size, how far the cursor moves at a time
28 33
34 ## DVORAK
29 35
36 Harelet has built in Dvorak support, compile with -dvorak.
30 37
38 Keys for QWERTY to DVORAK
39
40 , - Up
41 A - Left
42 O - Down
43 E - Right
44 X - Exit
45 p - Set DWN
46 Y - Compile
47 . - Set step size
48 Space - Add point