|
|
|
|
148
|
#define HAL_ADC_READY() FilteredADC::finished_conversion()
|
148
|
#define HAL_ADC_READY() FilteredADC::finished_conversion()
|
149
|
|
149
|
|
150
|
// A grace period for the ADC readings to stabilize before they start causing thermal protection errors.
|
150
|
// A grace period for the ADC readings to stabilize before they start causing thermal protection errors.
|
151
|
-#define THERMAL_PROTECTION_GRACE_PERIOD 500
|
|
|
|
|
151
|
+#define THERMAL_PROTECTION_GRACE_PERIOD 800
|
152
|
|
152
|
|
153
|
// Parse a G-code word into a pin index
|
153
|
// Parse a G-code word into a pin index
|
154
|
int16_t PARSED_PIN_INDEX(const char code, const int16_t dval);
|
154
|
int16_t PARSED_PIN_INDEX(const char code, const int16_t dval);
|