Go to the source code of this file.
|
#define | ____TMC_CLASS(MODEL, A, I, E) TMCMarlin<TMC##MODEL##Stepper, A, I, E> |
|
#define | ___TMC_CLASS(MODEL, A, I, E) ____TMC_CLASS(MODEL, A, I, E) |
|
#define | __TMC_CLASS(MODEL, A, I, E) ___TMC_CLASS(_##MODEL, A, I, E) |
|
#define | _TMC_CLASS(MODEL, L, E) __TMC_CLASS(MODEL, L, E) |
|
#define | TMC_CLASS(ST, A) _TMC_CLASS(ST##_DRIVER_TYPE, TMC_##ST##_LABEL, A##_AXIS) |
|
#define | TMC_CLASS_E(I) TMC_CLASS(E##I, E) |
|
#define | AXIS_HAS_SQUARE_WAVE(A) (AXIS_IS_TMC(A) && ENABLED(SQUARE_WAVE_STEPPING)) |
|
◆ ____TMC_CLASS
#define ____TMC_CLASS |
( |
|
MODEL, |
|
|
|
A, |
|
|
|
I, |
|
|
|
E |
|
) |
| TMCMarlin<TMC##MODEL##Stepper, A, I, E> |
Marlin 3D Printer Firmware Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
Based on Sprinter and grbl. Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. stepper/trinamic.h Stepper driver indirection for Trinamic
◆ ___TMC_CLASS
◆ __TMC_CLASS
#define __TMC_CLASS |
( |
|
MODEL, |
|
|
|
A, |
|
|
|
I, |
|
|
|
E |
|
) |
| ___TMC_CLASS(_##MODEL, A, I, E) |
◆ _TMC_CLASS
◆ TMC_CLASS
◆ TMC_CLASS_E
◆ AXIS_HAS_SQUARE_WAVE
◆ restore_trinamic_drivers()
void restore_trinamic_drivers |
( |
| ) |
|
◆ reset_trinamic_drivers()
void reset_trinamic_drivers |
( |
| ) |
|
◆ chopper_timing