Browse Source

Merge pull request #1010 from PavelSindler/snmm_v2

PRUSA Fir reports also buildnumber
XPila 6 years ago
parent
commit
cc37ef4390
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/Marlin_main.cpp

+ 1 - 1
Firmware/Marlin_main.cpp

@@ -3515,7 +3515,7 @@ void process_commands()
 
 	} else if(code_seen("Fir")){
 
-      SERIAL_PROTOCOLLN(FW_VERSION);
+      SERIAL_PROTOCOLLN(FW_VERSION_FULL);
 
     } else if(code_seen("Rev")){