2
|
1 # Harelet
|
4
|
2 A simple CNC CAD program for milling machines
|
19
|
3 You may export RAW gcode or for Shopbot machines (OpenSBP)
|
|
4 To configure settings edit the definitions in
|
1
|
5 the source code and recompile easily by executing the
|
19
|
6 compile script. By default the units are Imperial.
|
1
|
7
|
4
|
8 ---
|
|
9
|
|
10 ## USAGE
|
|
11
|
19
|
12 All controls are lowercase.
|
11
|
13
|
19
|
14 Vim keys to move(HJKL).
|
|
15 k
|
|
16 h l
|
|
17 j
|
11
|
18 H Left
|
|
19 J Down
|
|
20 K Up
|
|
21 L Right
|
4
|
22
|
19
|
23
|
4
|
24 A to add a point at the current cursor's position
|
|
25
|
14
|
26 Q to exit
|
|
27
|
|
28 D to set cursor down or raised
|
|
29
|
19
|
30 C to compile instructions for a machine, you will be prompted for a filename
|
|
31
|
|
32 S to change step size, how far the cursor moves at a time
|
|
33
|
|
34 ## DVORAK
|
|
35
|
|
36 Harelet has built in Dvorak support, compile with -dvorak.
|
|
37
|
|
38 Keys for QWERTY to DVORAK
|
4
|
39
|
19
|
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
|