Config files: introduce USE_INTERNAL_PULLDOWN.

This commit is contained in:
Markus Hitter 2016-09-30 13:32:45 +02:00
parent b47e625d58
commit e49de09f58
6 changed files with 72 additions and 0 deletions

View File

@ -178,6 +178,18 @@
*/
//#define USE_INTERNAL_PULLUPS
/** \def USE_INTERNAL_PULLDOWNS
Some controller chips feature internal pulldown resistors on their input
pins, which get used for endstops by turning on this switch. Don't turn it
on when using endstops which need no pull resistor, e.g. optical endstops,
because pull resistors are counterproductive there.
One can't use USE_INTERNAL_PULLDOWNS and USE_INTERNAL_PULLUPS at the same
time, of course.
*/
//#define USE_INTERNAL_PULLDOWNS
/** \def Z_AUTODISABLE
Automatically disable Z axis when not in use. This is useful for printers
with a self-locking Z axis, e.g. the various Mendel derivates.

View File

@ -178,6 +178,18 @@
*/
//#define USE_INTERNAL_PULLUPS
/** \def USE_INTERNAL_PULLDOWNS
Some controller chips feature internal pulldown resistors on their input
pins, which get used for endstops by turning on this switch. Don't turn it
on when using endstops which need no pull resistor, e.g. optical endstops,
because pull resistors are counterproductive there.
One can't use USE_INTERNAL_PULLDOWNS and USE_INTERNAL_PULLUPS at the same
time, of course.
*/
//#define USE_INTERNAL_PULLDOWNS
/** \def Z_AUTODISABLE
Automatically disable Z axis when not in use. This is useful for printers
with a self-locking Z axis, e.g. the various Mendel derivates.

View File

@ -178,6 +178,18 @@
*/
//#define USE_INTERNAL_PULLUPS
/** \def USE_INTERNAL_PULLDOWNS
Some controller chips feature internal pulldown resistors on their input
pins, which get used for endstops by turning on this switch. Don't turn it
on when using endstops which need no pull resistor, e.g. optical endstops,
because pull resistors are counterproductive there.
One can't use USE_INTERNAL_PULLDOWNS and USE_INTERNAL_PULLUPS at the same
time, of course.
*/
//#define USE_INTERNAL_PULLDOWNS
/** \def Z_AUTODISABLE
Automatically disable Z axis when not in use. This is useful for printers
with a self-locking Z axis, e.g. the various Mendel derivates.

View File

@ -178,6 +178,18 @@
*/
//#define USE_INTERNAL_PULLUPS
/** \def USE_INTERNAL_PULLDOWNS
Some controller chips feature internal pulldown resistors on their input
pins, which get used for endstops by turning on this switch. Don't turn it
on when using endstops which need no pull resistor, e.g. optical endstops,
because pull resistors are counterproductive there.
One can't use USE_INTERNAL_PULLDOWNS and USE_INTERNAL_PULLUPS at the same
time, of course.
*/
//#define USE_INTERNAL_PULLDOWNS
/** \def Z_AUTODISABLE
Automatically disable Z axis when not in use. This is useful for printers
with a self-locking Z axis, e.g. the various Mendel derivates.

View File

@ -178,6 +178,18 @@
*/
#define USE_INTERNAL_PULLUPS
/** \def USE_INTERNAL_PULLDOWNS
Some controller chips feature internal pulldown resistors on their input
pins, which get used for endstops by turning on this switch. Don't turn it
on when using endstops which need no pull resistor, e.g. optical endstops,
because pull resistors are counterproductive there.
One can't use USE_INTERNAL_PULLDOWNS and USE_INTERNAL_PULLUPS at the same
time, of course.
*/
//#define USE_INTERNAL_PULLDOWNS
/** \def Z_AUTODISABLE
Automatically disable Z axis when not in use. This is useful for printers
with a self-locking Z axis, e.g. the various Mendel derivates.

View File

@ -281,6 +281,18 @@
*/
//#define USE_INTERNAL_PULLUPS
/** \def USE_INTERNAL_PULLDOWNS
Some controller chips feature internal pulldown resistors on their input
pins, which get used for endstops by turning on this switch. Don't turn it
on when using endstops which need no pull resistor, e.g. optical endstops,
because pull resistors are counterproductive there.
One can't use USE_INTERNAL_PULLDOWNS and USE_INTERNAL_PULLUPS at the same
time, of course.
*/
//#define USE_INTERNAL_PULLDOWNS
/** \def Z_AUTODISABLE
Automatically disable Z axis when not in use. This is useful for printers
with a self-locking Z axis, e.g. the various Mendel derivates.