zxvcv / 3D_Printer

Eclipse Public License 2.0
0 stars 0 forks source link

New implementation for motorUpdate #3

Closed zxvcv closed 3 years ago

zxvcv commented 3 years ago

void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim)

Implementation of this function should be rewrited to use 3 functions:

These functions should be set in main structure of 3D printer in G Code parser as pointers.

zxvcv commented 3 years ago

problem was resolved in other way, see #6