Cleanup spaces and comments in configs and conditionals
This commit is contained in:
parent
a274769f4f
commit
2dd1859247
2 changed files with 2 additions and 3 deletions
|
@ -257,7 +257,6 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* AUTOSET LOCATIONS OF LIMIT SWITCHES
|
* AUTOSET LOCATIONS OF LIMIT SWITCHES
|
||||||
* Added by ZetaPhoenix 09-15-2012
|
|
||||||
*/
|
*/
|
||||||
#ifdef MANUAL_HOME_POSITIONS // Use manual limit switch locations
|
#ifdef MANUAL_HOME_POSITIONS // Use manual limit switch locations
|
||||||
#define X_HOME_POS MANUAL_X_HOME_POS
|
#define X_HOME_POS MANUAL_X_HOME_POS
|
||||||
|
|
|
@ -235,7 +235,7 @@ Here are some standard links for getting your machine calibrated:
|
||||||
// shouldn't use bed PID until someone else verifies your hardware works.
|
// shouldn't use bed PID until someone else verifies your hardware works.
|
||||||
// If this is enabled, find your own PID constants below.
|
// If this is enabled, find your own PID constants below.
|
||||||
//#define PIDTEMPBED
|
//#define PIDTEMPBED
|
||||||
//
|
|
||||||
//#define BED_LIMIT_SWITCHING
|
//#define BED_LIMIT_SWITCHING
|
||||||
|
|
||||||
// This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
|
// This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
|
||||||
|
|
Reference in a new issue