diff --git a/Marlin/twibus.cpp b/Marlin/twibus.cpp
index 0352e1b9c8e699cef7337229287bad03bc553a85..c5abdb2a9a64c3b850422c9e5dae83f14428d205 100644
--- a/Marlin/twibus.cpp
+++ b/Marlin/twibus.cpp
@@ -77,8 +77,6 @@ void TWIBus::addstring(char str[]) {
 }
 
 void TWIBus::send() {
-  if (!this->addr) return;
-
   #if ENABLED(DEBUG_TWIBUS)
     debug(PSTR("send"), this->addr);
   #endif