HOME_USING_SPREADCYCLE is obsolete

Co-Authored-By: teemuatlut <teemu.mantykallio@live.fi>
This commit is contained in:
Scott Lahteine
2019-12-19 16:02:57 -06:00
parent 53f77dfadf
commit b49a0e39d5
124 changed files with 2 additions and 132 deletions

View File

@ -286,11 +286,6 @@ void GcodeSuite::G28(const bool always_home_all) {
#endif
#endif
#if BOTH(STEALTHCHOP_XY, HOME_USING_SPREADCYCLE)
if (DEBUGGING(LEVELING)) DEBUG_ECHOLNPGM("Set XY to spreadCycle...");
process_subcommands_now_P(PSTR("M569 S0 X Y"));
#endif
#if ENABLED(IMPROVE_HOMING_RELIABILITY)
slow_homing_t slow_homing = begin_slow_homing();
#endif
@ -515,11 +510,6 @@ void GcodeSuite::G28(const bool always_home_all) {
#endif
#endif
#if BOTH(STEALTHCHOP_XY, HOME_USING_SPREADCYCLE)
if (DEBUGGING(LEVELING)) DEBUG_ECHOLNPGM("Set XY to StealthChop...");
process_subcommands_now_P(PSTR("M569 S1 X Y"));
#endif
ui.refresh();
report_current_position();