Add spreadCycle parameter sets (#12645)
This commit is contained in:
parent
902d5b0f8b
commit
7a5e637a37
|
@ -1389,10 +1389,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1389,10 +1389,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1387,10 +1387,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1362,10 +1362,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1387,10 +1387,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1396,10 +1396,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1390,10 +1390,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1393,10 +1393,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1393,10 +1393,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1389,10 +1389,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1396,10 +1396,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1389,10 +1389,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1401,10 +1401,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1390,10 +1390,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1390,10 +1390,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1390,10 +1390,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1390,10 +1390,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1390,10 +1390,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1363,10 +1363,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1390,10 +1390,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1390,10 +1390,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1390,10 +1390,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1390,10 +1390,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1390,10 +1390,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1388,10 +1388,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -1389,10 +1389,20 @@
|
||||||
#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adjust spreadCycle chopper parameters with the help of an example included in the library.
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
* The parameters are off time, hysteresis end and hysteresis start.
|
* or with the help of an example included in the library.
|
||||||
|
* Provided parameter sets are
|
||||||
|
* CHOPPER_DEFAULT_12V
|
||||||
|
* CHOPPER_DEFAULT_19V
|
||||||
|
* CHOPPER_DEFAULT_24V
|
||||||
|
* CHOPPER_DEFAULT_36V
|
||||||
|
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
|
||||||
|
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
|
||||||
|
*
|
||||||
|
* Define you own with
|
||||||
|
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
|
||||||
*/
|
*/
|
||||||
#define CHOPPER_TIMING { 4, -2, 1 }
|
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
* Monitor Trinamic TMC2130 and TMC2208 drivers for error conditions,
|
||||||
|
|
|
@ -43,6 +43,13 @@
|
||||||
#define TMC_E4_LABEL 'E', '4'
|
#define TMC_E4_LABEL 'E', '4'
|
||||||
#define TMC_E5_LABEL 'E', '5'
|
#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>
|
template<char AXIS_LETTER, char DRIVER_ID>
|
||||||
class TMCStorage {
|
class TMCStorage {
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in a new issue