Add Ender variants for MEEB-3DP (#115)

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
cccc 2020-06-06 06:48:15 +08:00 committed by GitHub
parent a07cffe298
commit cd48f09318
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 6572 additions and 189 deletions

View file

@ -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
//