merge from the branch bkubicek/Marlin/zalmmerge
This commit is contained in:
parent
d7c4f0780b
commit
00674af3a8
20 changed files with 4030 additions and 3832 deletions
|
|
@ -115,7 +115,7 @@ asm volatile ( \
|
|||
#define ENABLE_STEPPER_DRIVER_INTERRUPT() TIMSK1 |= (1<<OCIE1A)
|
||||
#define DISABLE_STEPPER_DRIVER_INTERRUPT() TIMSK1 &= ~(1<<OCIE1A)
|
||||
|
||||
static block_t *current_block; // A pointer to the block currently being traced
|
||||
block_t *current_block; // A pointer to the block currently being traced
|
||||
|
||||
// Variables used by The Stepper Driver Interrupt
|
||||
static unsigned char out_bits; // The next stepping-bits to be output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue