Add BMG for MEGA X

This commit is contained in:
Knutwurst
2020-10-20 18:15:33 +02:00
parent b0d76ec128
commit 100d0a42c4

View File

@@ -963,12 +963,16 @@
#endif #endif
#if ENABLED(KNUTWURST_MEGA_S) #if ENABLED(KNUTWURST_MEGA_S)
#define DEFAULT_MAX_FEEDRATE { 500, 500, 6, 30 } #define DEFAULT_MAX_FEEDRATE { 500, 500, 6, 30 } // same feedrate for BMG
#endif #endif
#if ENABLED(KNUTWURST_MEGA_X) #if ENABLED(KNUTWURST_MEGA_X)
#define DEFAULT_MAX_FEEDRATE { 120, 120, 18, 80 } // thanks to Simon Geis #if ENABLED(KNUTWURST_BMG)
//#define DEFAULT_MAX_FEEDRATE { 400, 400, 18, 80 } // thanks to DanJunior78 #define DEFAULT_MAX_FEEDRATE { 120, 120, 18, 30 } // correct for BMG?
#else
#define DEFAULT_MAX_FEEDRATE { 120, 120, 18, 80 } // thanks to Simon Geis
//#define DEFAULT_MAX_FEEDRATE { 400, 400, 18, 80 } // thanks to DanJunior78
#endif
#endif #endif
#if ENABLED(KNUTWURST_MEGA_P) #if ENABLED(KNUTWURST_MEGA_P)