Add spreadCycle parameter sets (#12645)

This commit is contained in:
teemuatlut
2018-12-18 20:42:14 +02:00
committed by Scott Lahteine
parent 902d5b0f8b
commit 7a5e637a37
63 changed files with 813 additions and 186 deletions

View File

@ -43,6 +43,13 @@
#define TMC_E4_LABEL 'E', '4'
#define TMC_E5_LABEL 'E', '5'
#define CHOPPER_DEFAULT_12V { 3, -1, 1 }
#define CHOPPER_DEFAULT_19V { 4, 1, 1 }
#define CHOPPER_DEFAULT_24V { 4, 2, 1 }
#define CHOPPER_DEFAULT_36V { 5, 2, 4 }
#define CHOPPER_PRUSAMK3_24V { 4, 1, 4 }
#define CHOPPER_MARLIN_119 { 5, 2, 3 }
template<char AXIS_LETTER, char DRIVER_ID>
class TMCStorage {
protected: