Mercurial Hosting > harelet
annotate README.md @ 12:35e6a7b53e3c
Automated Vimcurial commmit
author | VilyaemKenyaz |
---|---|
date | Tue, 12 Sep 2023 08:18:53 -0400 |
parents | 1d4df12de9e3 |
children | 8b5ff478ec66 |
rev | line source |
---|---|
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 | |
21 C to compile GCODE | |
22 | |
23 S to change step size | |
24 | |
25 | |
26 |