From c320abe6774986d81d855d4aa2889dd8281d3077 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 12 May 2024 17:08:55 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=20'//=20#define'=20cleanup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/BIBO/TouchX/default - BLTouch/Configuration.h | 2 +- config/examples/MakerTech3D/Proforge2sDual/Configuration.h | 2 +- config/examples/delta/Velleman/K8800/Configuration.h | 2 +- config/examples/delta/Velleman/K8800/Configuration_adv.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/examples/BIBO/TouchX/default - BLTouch/Configuration.h b/config/examples/BIBO/TouchX/default - BLTouch/Configuration.h index 1c2e8749832..261add2d1e7 100644 --- a/config/examples/BIBO/TouchX/default - BLTouch/Configuration.h +++ b/config/examples/BIBO/TouchX/default - BLTouch/Configuration.h @@ -1185,7 +1185,7 @@ #define X_MAX_ENDSTOP_HIT_STATE LOW #define Y_MIN_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_MAX_ENDSTOP_HIT_STATE LOW #define I_MIN_ENDSTOP_HIT_STATE HIGH diff --git a/config/examples/MakerTech3D/Proforge2sDual/Configuration.h b/config/examples/MakerTech3D/Proforge2sDual/Configuration.h index be0ab889f5b..f0239686064 100644 --- a/config/examples/MakerTech3D/Proforge2sDual/Configuration.h +++ b/config/examples/MakerTech3D/Proforge2sDual/Configuration.h @@ -1369,7 +1369,7 @@ #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN // 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 diff --git a/config/examples/delta/Velleman/K8800/Configuration.h b/config/examples/delta/Velleman/K8800/Configuration.h index b1a8356ae7c..ae732532b26 100644 --- a/config/examples/delta/Velleman/K8800/Configuration.h +++ b/config/examples/delta/Velleman/K8800/Configuration.h @@ -1398,7 +1398,7 @@ * The probe replaces the Z-MIN endstop and is used 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 //#define USE_PROBE_FOR_Z_HOMING diff --git a/config/examples/delta/Velleman/K8800/Configuration_adv.h b/config/examples/delta/Velleman/K8800/Configuration_adv.h index c389f4499ac..b2940cd202a 100644 --- a/config/examples/delta/Velleman/K8800/Configuration_adv.h +++ b/config/examples/delta/Velleman/K8800/Configuration_adv.h @@ -1266,7 +1266,7 @@ // Slow down the machine if the lookahead buffer is (by default) half full. // Increase the slowdown divisor for larger buffer sizes. // (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second) -// #define SLOWDOWN +//#define SLOWDOWN #if ENABLED(SLOWDOWN) #define SLOWDOWN_DIVISOR 2 #endif