Mercurial Hosting > harelet
comparison README.md @ 4:0ed615367b10
Automated Vimcurial commmit
author | VilyaemKenyaz |
---|---|
date | Fri, 08 Sep 2023 08:16:07 -0400 |
parents | 1b0ebe86b44c |
children | 1d4df12de9e3 |
comparison
equal
deleted
inserted
replaced
3:eb7a7364994c | 4:0ed615367b10 |
---|---|
1 # Harelet | 1 # Harelet |
2 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 Superhare machines |
4 To configure some settings edit the definitions in | 4 To configure some 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 --- | |
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 |