Mercurial Hosting > harelet
annotate README.md @ 4:0ed615367b10
Automated Vimcurial commmit
author | VilyaemKenyaz |
---|---|
date | Fri, 08 Sep 2023 08:16:07 -0400 |
parents | 1b0ebe86b44c |
children | 1d4df12de9e3 |
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 | |
12 Vim keys (HJKL), or arrow keys. | |
13 | |
14 A to add a point at the current cursor's position | |
15 | |
16 C to compile GCODE | |
17 | |
18 S to change step size | |
19 | |
20 | |
21 |