Change M7219 I to setup Max7219 registers, but not do initialization pattern

This commit is contained in:
Roxy-3D
2018-08-13 17:48:17 -05:00
committed by GitHub
parent 02381d6821
commit e518533a75

View File

@@ -10915,7 +10915,7 @@ inline void gcode_M502() {
inline void gcode_M7219() {
if (parser.seen('I')) {
Max7219_Clear();
Max7219_init();
Max7219_register_setup();
}
if (parser.seen('F'))