Proposed update for the printFloat code of print.cpp

When testing the beta print.cpp/.h (from the zip above) one can get a warning about redefine of DEFAULT.

solution: remove the line "#define DEFAULT 0" from print.h file to remove the warning (one can use DEF instead or just use no 3rd param).