Use the extruder argument in plan_buffer_line

This commit is contained in:
Scott Lahteine
2015-04-12 16:57:00 -07:00
parent ac2b23f574
commit 8857b9e921
2 changed files with 5 additions and 8 deletions

View File

@ -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