Skip to content

Commit

Permalink
Update - Conditional_post.h for -Default-NP
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 committed Nov 8, 2023
1 parent 17ed407 commit dc635eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/inc/Conditionals_post.h
Original file line number Diff line number Diff line change
Expand Up @@ -2942,15 +2942,15 @@
/**
* Bed Probe dependencies
*/
#if ANY(MESH_BED_LEVELING, HAS_BED_PROBE)
#if HAS_ZOFFSET_ITEM
#ifndef PROBE_OFFSET_ZMIN
#define PROBE_OFFSET_ZMIN -20
#endif
#ifndef PROBE_OFFSET_ZMAX
#define PROBE_OFFSET_ZMAX 20
#endif
#endif
#if HAS_BED_PROBE
#if ANY(MESH_BED_LEVELING, HAS_BED_PROBE)
#ifndef PROBE_OFFSET_XMIN
#define PROBE_OFFSET_XMIN -50
#endif
Expand Down

0 comments on commit dc635eb

Please sign in to comment.