Use the extruder argument in plan_buffer_line
This commit is contained in:
parent
ac2b23f574
commit
8857b9e921
2 changed files with 5 additions and 8 deletions
|
|
@ -1072,10 +1072,7 @@ void st_init() {
|
|||
TCCR0A &= ~BIT(WGM01);
|
||||
TCCR0A &= ~BIT(WGM00);
|
||||
#endif
|
||||
e_steps[0] = 0;
|
||||
e_steps[1] = 0;
|
||||
e_steps[2] = 0;
|
||||
e_steps[3] = 0;
|
||||
e_steps[0] = e_steps[1] = e_steps[2] = e_steps[3] = 0;
|
||||
TIMSK0 |= BIT(OCIE0A);
|
||||
#endif //ADVANCE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue