2
|
1 # Harelet
|
4
|
2 A simple CNC CAD program for milling machines
|
1
|
3 You may export RAW gcode or Superhare machines
|
|
4 To configure some settings edit the definitions in
|
|
5 the source code and recompile easily by executing the
|
|
6 compile script. By default the units are imperial.
|
|
7
|
4
|
8 ---
|
|
9
|
|
10 ## USAGE
|
|
11
|
11
|
12 Vim keys (HJKL).
|
|
13
|
|
14 H Left
|
|
15 J Down
|
|
16 K Up
|
|
17 L Right
|
4
|
18
|
|
19 A to add a point at the current cursor's position
|
|
20
|
14
|
21 Q to exit
|
|
22
|
|
23 D to set cursor down or raised
|
|
24
|
4
|
25 C to compile GCODE
|
|
26
|
|
27 S to change step size
|
|
28
|
|
29
|
|
30
|