diff --git a/Marlin/Max7219_Debug_LEDs.cpp b/Marlin/Max7219_Debug_LEDs.cpp index 9db555a7b..43f0a2a97 100644 --- a/Marlin/Max7219_Debug_LEDs.cpp +++ b/Marlin/Max7219_Debug_LEDs.cpp @@ -287,8 +287,8 @@ void Max7219_idle_tasks() { #endif CRITICAL_SECTION_END #endif - - static uint16_t refresh_cnt = 0; // The Max7219 circuit boards available for several dollars on eBay + + static uint16_t refresh_cnt = 0; // The Max7219 circuit boards available for several dollars on eBay if (refresh_cnt++ > 50000) { // are vulnerable to electrical noise, especially with long wires Max7219_register_setup(); // next to high current wires. If the display becomes corrupted due Max7219_LED_Toggle(7, 0); // to electrical noise, this will fix it within a couple of seconds. diff --git a/Marlin/example_configurations/RepRapPro/Huxley/Configuration.h b/Marlin/example_configurations/RepRapPro/Huxley/Configuration.h index c6eb7cc2f..b3c43a2a2 100644 --- a/Marlin/example_configurations/RepRapPro/Huxley/Configuration.h +++ b/Marlin/example_configurations/RepRapPro/Huxley/Configuration.h @@ -598,7 +598,7 @@ Black rubber belt(MXL), 18 - tooth aluminium pulley : 87.489 step per mm (Huxley * X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]] */ #define DEFAULT_MAX_Z_FEEDRATE 3.3 // older Huxley has problem with speeds > 3.3 mm/s on z axis -#define DEFAULT_MAX_FEEDRATE { 200, 200, DEFAULT_MAX_Z_FEEDRATE, 25 } +#define DEFAULT_MAX_FEEDRATE { 200, 200, DEFAULT_MAX_Z_FEEDRATE, 25 } /** * Default Max Acceleration (change/s) change = mm/s