From 97fd1e3a32bfc78b1b851be5f0641abe9b6469a8 Mon Sep 17 00:00:00 2001 From: Mitch Bradley Date: Wed, 26 May 2021 09:05:24 -1000 Subject: [PATCH] Dead code --- Grbl_Esp32/src/Config.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Grbl_Esp32/src/Config.h b/Grbl_Esp32/src/Config.h index 7098d106..869eb7f3 100644 --- a/Grbl_Esp32/src/Config.h +++ b/Grbl_Esp32/src/Config.h @@ -153,11 +153,6 @@ const int DEFAULT_RADIO_MODE = ESP_RADIO_OFF; # endif #endif -// If homing is enabled, homing init lock sets Grbl into an alarm state upon power up. This forces -// the user to perform the homing cycle (or override the locks) before doing anything else. This is -// mainly a safety feature to remind the user to home, since position is unknown to Grbl. -#define HOMING_INIT_LOCK // Comment to disable - // Number of homing cycles performed after when the machine initially jogs to limit switches. // This help in preventing overshoot and should improve repeatability. This value should be one or // greater.