minor revision

This commit is contained in:
Simen Svale Skogsrud 2010-01-04 16:09:00 +01:00
parent 2bd984a734
commit ddcdce2640
3 changed files with 12 additions and 3 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.hex
*.o
*.elf

View File

@ -23,9 +23,9 @@
#define VERSION "0.0"
#define X_STEPS_PER_MM 1.0
#define Y_STEPS_PER_MM 1.0
#define Z_STEPS_PER_MM 1.0
#define X_STEPS_PER_MM 2.0
#define Y_STEPS_PER_MM 2.0
#define Z_STEPS_PER_MM 2.0
#define INCHES_PER_MM 25.4
#define X_STEPS_PER_INCH X_STEPS_PER_MM*INCHES_PER_MM

View File

@ -11,3 +11,9 @@
* Tool change M6
* Path Control Modes
* Spindle speed support
Bugs to fix:
This generates an infinite sequence of non-steppings
G01 X152.730364 Y331.534522
G03 X152.30001 Y331.959998 I-1.959917 J-1.552007