Skip to content

Commit

Permalink
Revert "Attempt Marlin fix"
Browse files Browse the repository at this point in the history
This reverts commit 9796c9b.
  • Loading branch information
Sophist-UK committed Feb 17, 2024
1 parent 9796c9b commit a3345aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/Conditionals_post.h
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@
#endif

// These may be overridden in Configuration.h if a smaller area is desired
/* #ifndef MIN_PROBE_X
#ifndef MIN_PROBE_X
#define MIN_PROBE_X _MIN_PROBE_X
#endif
#ifndef MIN_PROBE_Y
Expand All @@ -1173,7 +1173,7 @@
#endif
#ifndef MAX_PROBE_Y
#define MAX_PROBE_Y _MAX_PROBE_Y
#endif */
#endif

/**
* Default mesh area is an area with an inset margin on the print area.
Expand Down

0 comments on commit a3345aa

Please sign in to comment.