|
|
@ -316,7 +316,7 @@
|
|
|
|
* If left undefined this defaults to F = F_CPU/(2*255*1)
|
|
|
|
* If left undefined this defaults to F = F_CPU/(2*255*1)
|
|
|
|
* ie F = 31.4 Khz on 16 MHz microcontrollers or F = 39.2 KHz on 20 MHz microcontrollers
|
|
|
|
* ie F = 31.4 Khz on 16 MHz microcontrollers or F = 39.2 KHz on 20 MHz microcontrollers
|
|
|
|
* These defaults are the same as with the old FAST_PWM_FAN implementation - no migration is required
|
|
|
|
* These defaults are the same as with the old FAST_PWM_FAN implementation - no migration is required
|
|
|
|
* NOTE: Setting very low frequencies (< 10 Hz) may result in unexpected timer behaviour.
|
|
|
|
* NOTE: Setting very low frequencies (< 10 Hz) may result in unexpected timer behavior.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* USE_OCR2A_AS_TOP [undefined by default]
|
|
|
|
* USE_OCR2A_AS_TOP [undefined by default]
|
|
|
|
* Boards that use TIMER2 for PWM have limitations resulting in only a few possible frequencies on TIMER2:
|
|
|
|
* Boards that use TIMER2 for PWM have limitations resulting in only a few possible frequencies on TIMER2:
|
|
|
@ -2266,7 +2266,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
//#define I2CPE_ERR_THRESH_ABORT 100.0 // Threshold size for error (in mm) error on any given
|
|
|
|
//#define I2CPE_ERR_THRESH_ABORT 100.0 // Threshold size for error (in mm) error on any given
|
|
|
|
// axis after which the printer will abort. Comment out to
|
|
|
|
// axis after which the printer will abort. Comment out to
|
|
|
|
// disable abort behaviour.
|
|
|
|
// disable abort behavior.
|
|
|
|
|
|
|
|
|
|
|
|
#define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault
|
|
|
|
#define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault
|
|
|
|
// for this amount of time (in ms) before the encoder
|
|
|
|
// for this amount of time (in ms) before the encoder
|
|
|
@ -2326,7 +2326,7 @@
|
|
|
|
//#define NANODLP_Z_SYNC
|
|
|
|
//#define NANODLP_Z_SYNC
|
|
|
|
#if ENABLED(NANODLP_Z_SYNC)
|
|
|
|
#if ENABLED(NANODLP_Z_SYNC)
|
|
|
|
//#define NANODLP_ALL_AXIS // Enables "Z_move_comp" output on any axis move.
|
|
|
|
//#define NANODLP_ALL_AXIS // Enables "Z_move_comp" output on any axis move.
|
|
|
|
// Default behaviour is limited to Z axis only.
|
|
|
|
// Default behavior is limited to Z axis only.
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|