Skip to content
Snippets Groups Projects
Commit 6e01079b authored by Scott Lahteine's avatar Scott Lahteine
Browse files

G29 patch followup

parent e275cd37
Branches
Tags
No related merge requests found
...@@ -419,7 +419,7 @@ G29_TYPE GcodeSuite::G29() { ...@@ -419,7 +419,7 @@ G29_TYPE GcodeSuite::G29() {
#if ENABLED(AUTO_BED_LEVELING_BILINEAR) #if ENABLED(AUTO_BED_LEVELING_BILINEAR)
if (TERN_(PROBE_MANUALLY, !no_action) if (TERN1(PROBE_MANUALLY, !no_action)
&& (gridSpacing != bilinear_grid_spacing || probe_position_lf != bilinear_start) && (gridSpacing != bilinear_grid_spacing || probe_position_lf != bilinear_start)
) { ) {
// Reset grid to 0.0 or "not probed". (Also disables ABL) // Reset grid to 0.0 or "not probed". (Also disables ABL)
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment