Skip to content

Commit

Permalink
Update menu_probe_offset.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
swissnorp committed Nov 20, 2020
1 parent b00a04d commit 16662bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/menu/menu_probe_offset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ void goto_probe_offset_wizard() {

z_offset_ref = 0;

#if (defined(PROBE_OFFSET_WIZARD_XY_POS) && (NONE(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN, USE_PROBE_FOR_Z_HOMING))
#if (defined(PROBE_OFFSET_WIZARD_XY_POS) || NONE(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN, USE_PROBE_FOR_Z_HOMING))

#ifdef PROBE_OFFSET_WIZARD_XY_POS
// Get X and Y from Configuration
Expand Down

0 comments on commit 16662bd

Please sign in to comment.