Increase max Z Feedrate to 18 (thanks to Simon Geis)

This commit is contained in:
Knutwurst
2020-08-25 08:22:27 +02:00
parent c65ec66cb1
commit 5c0841a139

View File

@@ -923,7 +923,7 @@
#endif #endif
#if ENABLED(KNUTWURST_MEGA_X) #if ENABLED(KNUTWURST_MEGA_X)
#define DEFAULT_MAX_FEEDRATE { 120, 120, 8, 80 } // { 120, 120, 20, 80 } #define DEFAULT_MAX_FEEDRATE { 120, 120, 18, 80 } // thanks to Simon Geis
#endif #endif