added segmented arc support with configurable segmentation
This commit is contained in:
3
config.h
3
config.h
@ -50,7 +50,6 @@
|
||||
#define Y_DIRECTION_BIT 4
|
||||
#define Z_DIRECTION_BIT 5
|
||||
|
||||
|
||||
#define LIMIT_DDR DDRD
|
||||
#define LIMIT_PORT PORTD
|
||||
#define X_LIMIT_BIT 3
|
||||
@ -65,6 +64,8 @@
|
||||
#define SPINDLE_DIRECTION_PORT PORTD
|
||||
#define SPINDLE_DIRECTION_BIT 7
|
||||
|
||||
#define MM_PER_ARC_SEGMENT 0.1
|
||||
|
||||
#define BAUD_RATE 9600
|
||||
|
||||
#define STEP_MASK ((1<<X_STEP_BIT)|(1<<Y_STEP_BIT)|(1<<Z_STEP_BIT))
|
||||
|
Reference in New Issue
Block a user