config.h.Profiling: add Z_AUTODISABLE here, too.

This commit is contained in:
Markus Hitter 2016-03-27 20:41:36 +02:00
parent 7faab99671
commit 4c205704ad
1 changed files with 11 additions and 0 deletions

View File

@ -268,6 +268,17 @@
*/
//#define USE_INTERNAL_PULLUPS
/** \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.
Other printers have a heavy Z axis or a not self-locking spindle. In that
case you should not activate this.
This option has no effect on controllers with a common stepper enable pin.
*/
#define Z_AUTODISABLE
/*
user defined pins
adjust to suit your electronics,