Mercurial Hosting > harelet
comparison README.md @ 21:44e906aeea91 default tip
Added Windows and DOS support
author | VilyaemKenyaz |
---|---|
date | Wed, 27 Sep 2023 09:28:49 -0400 |
parents | 0555050bada0 |
children |
comparison
equal
deleted
inserted
replaced
20:0555050bada0 | 21:44e906aeea91 |
---|---|
1 # Harelet | 1 # Harelet |
2 A simple CNC CAD program for milling machines | 2 A CNC CAD program for milling machine for xnix, Win32, and DOS platforms.s |
3 You may export RAW gcode or for Shopbot machines (OpenSBP) | 3 You may export RAW gcode or for Shopbot machines (OpenSBP) |
4 To configure settings edit the definitions in | 4 To configure 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 |
29 | 29 |
30 C to compile instructions for a machine, you will be prompted for a filename | 30 C to compile instructions for a machine, you will be prompted for a filename |
31 | 31 |
32 S to change step size, how far the cursor moves at a time | 32 S to change step size, how far the cursor moves at a time |
33 | 33 |
34 --- | |
35 | |
34 ## DVORAK | 36 ## DVORAK |
35 | 37 |
36 Harelet has built in Dvorak support, compile with -DVORAK. | 38 Harelet has built in Dvorak support, compile with -DVORAK. |
37 | 39 |
38 Keys for QWERTY to DVORAK | 40 Keys for QWERTY to DVORAK |
55 | 57 |
56 Keep it (C)imple | 58 Keep it (C)imple |
57 | 59 |
58 Keep it consistent with the vision | 60 Keep it consistent with the vision |
59 | 61 |
62 --- | |
60 | 63 |
64 ## FILEMAP | |
65 | |
66 based - Based Libraries | |
67 examples - Example files made with Harelet to test | |
68 win32 - Windows and DOS executables | |
69 c.ksh - Compile script | |
70 README.md - This | |
71 harelet.c - Harelet source code | |
72 BUGS - Write bugs here | |
73 HARELET.MAN - Manual page | |
74 harelet - Harelet exectable for Linux | |
75 hareletdvrk - Harelet exectable for Linux (Dvorak) | |
76 | |
77 |