mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-08 07:27:44 -06:00
🎨 '// #define' cleanup
This commit is contained in:
parent
f3cf9913f9
commit
c320abe677
4 changed files with 4 additions and 4 deletions
|
@ -1185,7 +1185,7 @@
|
||||||
#define X_MAX_ENDSTOP_HIT_STATE LOW
|
#define X_MAX_ENDSTOP_HIT_STATE LOW
|
||||||
#define Y_MIN_ENDSTOP_HIT_STATE LOW
|
#define Y_MIN_ENDSTOP_HIT_STATE LOW
|
||||||
#define Y_MAX_ENDSTOP_HIT_STATE LOW
|
#define Y_MAX_ENDSTOP_HIT_STATE LOW
|
||||||
// #define Z_MIN_ENDSTOP_HIT_STATE LOW
|
//#define Z_MIN_ENDSTOP_HIT_STATE LOW
|
||||||
#define Z_MIN_ENDSTOP_HIT_STATE HIGH
|
#define Z_MIN_ENDSTOP_HIT_STATE HIGH
|
||||||
#define Z_MAX_ENDSTOP_HIT_STATE LOW
|
#define Z_MAX_ENDSTOP_HIT_STATE LOW
|
||||||
#define I_MIN_ENDSTOP_HIT_STATE HIGH
|
#define I_MIN_ENDSTOP_HIT_STATE HIGH
|
||||||
|
|
|
@ -1369,7 +1369,7 @@
|
||||||
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
// Force the use of the probe for Z-axis homing
|
// Force the use of the probe for Z-axis homing
|
||||||
// #define USE_PROBE_FOR_Z_HOMING
|
//#define USE_PROBE_FOR_Z_HOMING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Z_MIN_PROBE_PIN
|
* Z_MIN_PROBE_PIN
|
||||||
|
|
|
@ -1398,7 +1398,7 @@
|
||||||
* The probe replaces the Z-MIN endstop and is used for Z homing.
|
* The probe replaces the Z-MIN endstop and is used for Z homing.
|
||||||
* (Automatically enables USE_PROBE_FOR_Z_HOMING.)
|
* (Automatically enables USE_PROBE_FOR_Z_HOMING.)
|
||||||
*/
|
*/
|
||||||
// #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
// Force the use of the probe for Z-axis homing
|
// Force the use of the probe for Z-axis homing
|
||||||
//#define USE_PROBE_FOR_Z_HOMING
|
//#define USE_PROBE_FOR_Z_HOMING
|
||||||
|
|
|
@ -1266,7 +1266,7 @@
|
||||||
// Slow down the machine if the lookahead buffer is (by default) half full.
|
// Slow down the machine if the lookahead buffer is (by default) half full.
|
||||||
// Increase the slowdown divisor for larger buffer sizes.
|
// Increase the slowdown divisor for larger buffer sizes.
|
||||||
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
||||||
// #define SLOWDOWN
|
//#define SLOWDOWN
|
||||||
#if ENABLED(SLOWDOWN)
|
#if ENABLED(SLOWDOWN)
|
||||||
#define SLOWDOWN_DIVISOR 2
|
#define SLOWDOWN_DIVISOR 2
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue