Define DBG output
This commit is contained in:
parent
904a23b69e
commit
211e5f5f37
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
#include "tmc2130.h"
|
||||
#endif //TMC2130
|
||||
|
||||
#define DBG(args...) printf_P(args)
|
||||
|
||||
uint8_t world2machine_correction_mode;
|
||||
float world2machine_rotation_and_skew[2][2];
|
||||
float world2machine_rotation_and_skew_inv[2][2];
|
||||
|
|
Loading…
Add table
Reference in a new issue