G29 patch followup
This commit is contained in:
parent
e275cd3798
commit
6e01079b48
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user