|
|
@ -222,7 +222,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Part-Cooling Fan Multiplexer
|
|
|
|
* Part-Cooling Fan Multiplexer
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* This feature allows you to digitally multiplex the fan output.
|
|
|
|
* This feature allows you to digitally multiplex the fan output.
|
|
|
|
* The multiplexer is automatically switched at tool-change.
|
|
|
|
* The multiplexer is automatically switched at tool-change.
|
|
|
|
* Set FANMUX[012]_PINs below for up to 2, 4, or 8 multiplexed fans.
|
|
|
|
* Set FANMUX[012]_PINs below for up to 2, 4, or 8 multiplexed fans.
|
|
|
@ -601,7 +601,7 @@
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
//#define BABYSTEPPING
|
|
|
|
//#define BABYSTEPPING
|
|
|
|
#if ENABLED(BABYSTEPPING)
|
|
|
|
#if ENABLED(BABYSTEPPING)
|
|
|
|
#define BABYSTEP_XY // Also enable X/Y Babystepping. Not supported on DELTA!
|
|
|
|
//#define BABYSTEP_XY // Also enable X/Y Babystepping. Not supported on DELTA!
|
|
|
|
#define BABYSTEP_INVERT_Z false // Change if Z babysteps should go the other way
|
|
|
|
#define BABYSTEP_INVERT_Z false // Change if Z babysteps should go the other way
|
|
|
|
#define BABYSTEP_MULTIPLICATOR 1 // Babysteps are very small. Increase for faster motion.
|
|
|
|
#define BABYSTEP_MULTIPLICATOR 1 // Babysteps are very small. Increase for faster motion.
|
|
|
|
//#define BABYSTEP_ZPROBE_OFFSET // Enable to combine M851 and Babystepping
|
|
|
|
//#define BABYSTEP_ZPROBE_OFFSET // Enable to combine M851 and Babystepping
|
|
|
|