mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-08 14:34:07 -06:00
Add Ender variants for MEEB-3DP (#115)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
parent
a07cffe298
commit
cd48f09318
28 changed files with 6572 additions and 189 deletions
|
@ -41,6 +41,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue