And an other MSG_BED in Marlin_main.cpp
This commit is contained in:
		@@ -1365,7 +1365,7 @@ inline void set_destination_to_current() { memcpy(destination, current_position,
 | 
				
			|||||||
    #endif
 | 
					    #endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (verbose_level > 2) {
 | 
					    if (verbose_level > 2) {
 | 
				
			||||||
      SERIAL_PROTOCOLPGM(MSG_BED);
 | 
					      SERIAL_PROTOCOLPGM("Bed");
 | 
				
			||||||
      SERIAL_PROTOCOLPGM(" X: ");
 | 
					      SERIAL_PROTOCOLPGM(" X: ");
 | 
				
			||||||
      SERIAL_PROTOCOL_F(x, 3);
 | 
					      SERIAL_PROTOCOL_F(x, 3);
 | 
				
			||||||
      SERIAL_PROTOCOLPGM(" Y: ");
 | 
					      SERIAL_PROTOCOLPGM(" Y: ");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user