annotate README.md @ 13:8fe2392f2fcc

Automated Vimcurial commmit
author VilyaemKenyaz
date Tue, 12 Sep 2023 08:28:49 -0400
parents 1d4df12de9e3
children 8b5ff478ec66
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
1b0ebe86b44c Automated Vimcurial commmit
VilyaemKenyaz
parents: 1
diff changeset
1 # Harelet
4
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
2 A simple CNC CAD program for milling machines
1
47e1b1039d7b Automated Vimcurial commmit
VilyaemKenyaz
parents: 0
diff changeset
3 You may export RAW gcode or Superhare machines
47e1b1039d7b Automated Vimcurial commmit
VilyaemKenyaz
parents: 0
diff changeset
4 To configure some settings edit the definitions in
47e1b1039d7b Automated Vimcurial commmit
VilyaemKenyaz
parents: 0
diff changeset
5 the source code and recompile easily by executing the
47e1b1039d7b Automated Vimcurial commmit
VilyaemKenyaz
parents: 0
diff changeset
6 compile script. By default the units are imperial.
47e1b1039d7b Automated Vimcurial commmit
VilyaemKenyaz
parents: 0
diff changeset
7
4
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
8 ---
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
9
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
10 ## USAGE
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
11
11
1d4df12de9e3 Automated Vimcurial commmit
VilyaemKenyaz
parents: 4
diff changeset
12 Vim keys (HJKL).
1d4df12de9e3 Automated Vimcurial commmit
VilyaemKenyaz
parents: 4
diff changeset
13
1d4df12de9e3 Automated Vimcurial commmit
VilyaemKenyaz
parents: 4
diff changeset
14 H Left
1d4df12de9e3 Automated Vimcurial commmit
VilyaemKenyaz
parents: 4
diff changeset
15 J Down
1d4df12de9e3 Automated Vimcurial commmit
VilyaemKenyaz
parents: 4
diff changeset
16 K Up
1d4df12de9e3 Automated Vimcurial commmit
VilyaemKenyaz
parents: 4
diff changeset
17 L Right
4
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
18
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
19 A to add a point at the current cursor's position
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
20
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
21 C to compile GCODE
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
22
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
23 S to change step size
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
24
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
25
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
26