annotate README.md @ 8:c60e4315cb7e

Automated Vimcurial commmit
author VilyaemKenyaz
date Tue, 12 Sep 2023 06:46:45 -0400
parents 0ed615367b10
children 1d4df12de9e3
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
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
12 Vim keys (HJKL), or arrow keys.
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
13
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
14 A to add a point at the current cursor's position
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
15
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
16 C to compile GCODE
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
17
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
18 S to change step size
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
19
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
20
0ed615367b10 Automated Vimcurial commmit
VilyaemKenyaz
parents: 2
diff changeset
21