Skip to content

Commit 16532a4

Browse files
committed
🎨 BX indent
1 parent b30aa49 commit 16532a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎config/examples/BIQU/BX/Configuration_adv.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -926,12 +926,12 @@
926926
* the position of the toolhead relative to the workspace.
927927
*/
928928

929-
#define SENSORLESS_BACKOFF_MM { 3, 3, 0 } // (linear=mm, rotational=°) Backoff from endstops before sensorless homing
929+
#define SENSORLESS_BACKOFF_MM { 3, 3, 0 } // (linear=mm, rotational=°) Backoff from endstops before sensorless homing
930930

931931
#define HOMING_BUMP_MM { 0, 0, 2 } // (linear=mm, rotational=°) Backoff from endstops after first bump
932932
#define HOMING_BUMP_DIVISOR { 2, 2, 4 } // Re-Bump Speed Divisor (Divides the Homing Feedrate)
933933

934-
#define HOMING_BACKOFF_POST_MM { 5, 5, 2 } // (linear=mm, rotational=°) Backoff from endstops after homing
934+
#define HOMING_BACKOFF_POST_MM { 5, 5, 2 } // (linear=mm, rotational=°) Backoff from endstops after homing
935935
//#define XY_COUNTERPART_BACKOFF_MM 0 // (mm) Backoff X after homing Y, and vice-versa
936936

937937
//#define QUICK_HOME // If G28 contains XY do a diagonal move first

0 commit comments

Comments
 (0)