view README.md @ 20:0555050bada0

Make it pretty
author VilyaemKenyaz
date Wed, 27 Sep 2023 08:51:57 -0400
parents 8fe0b5711413
children 44e906aeea91
line wrap: on
line source

# Harelet 
A simple CNC CAD program for milling machines
You may export RAW gcode or for Shopbot machines (OpenSBP) 
To configure settings edit the definitions in 
the source code and recompile easily by executing the 
compile script. By default the units are Imperial.

---

## USAGE

All controls are lowercase.

Vim keys to move(HJKL).
         k  
        h l
         j
H Left
J Down
K Up
L Right


A to add a point at the current cursor's position

Q to exit

D to set cursor down or raised

C to compile instructions for a machine, you will be prompted for a filename

S to change step size, how far the cursor moves at a time

## DVORAK

Harelet has built in Dvorak support, compile with -DVORAK.

Keys for QWERTY to DVORAK

, - Up
A - Left
O - Down
E - Right
X - Exit
p - Set DWN
Y - Compile
. - Set step size
Space - Add point

## CONTRIUTIONS

Notes on commits

Keep it granular

Keep it (C)imple

Keep it consistent with the vision