1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-02 10:53:01 +02:00

Dead code

This commit is contained in:
Mitch Bradley
2021-05-26 09:05:24 -10:00
parent d792dde0e7
commit 97fd1e3a32

View File

@@ -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.