Prevent illegal leveling combinations

Addressing issue #6901
This commit is contained in:
Scott Lahteine
2017-05-31 21:44:05 -05:00
parent 155aa62fb0
commit c74d4dede6
2 changed files with 13 additions and 4 deletions

View File

@ -847,4 +847,9 @@
// Add commands that need sub-codes to this list
#define USE_GCODE_SUBCODES ENABLED(G38_PROBE_TARGET)
// MESH_BED_LEVELING overrides PROBE_MANUALLY
#if ENABLED(MESH_BED_LEVELING)
#undef PROBE_MANUALLY
#endif
#endif // CONDITIONALS_POST_H