Remove 4MAX Metal Configuration because the printer uses a 12864 display instead of Anycubic 0.0.2

This commit is contained in:
Knutwurst
2022-01-09 14:43:47 +01:00
parent 12545edfc7
commit 899f35e029
5 changed files with 67 additions and 164 deletions

View File

@@ -1158,9 +1158,9 @@
#if ENABLED(KNUTWURST_MEGA_X)
#if ENABLED(KNUTWURST_BMG)
#define DEFAULT_MAX_FEEDRATE { 120, 120, 18, 30 } // correct for BMG?
#define DEFAULT_MAX_FEEDRATE { 120, 120, 12, 30 } // correct for BMG?
#else
#define DEFAULT_MAX_FEEDRATE { 120, 120, 18, 80 } // thanks to Simon Geis
#define DEFAULT_MAX_FEEDRATE { 120, 120, 12, 80 } // thanks to Simon Geis
#endif
#endif
@@ -1177,11 +1177,11 @@
#endif
#if ENABLED(KNUTWURST_4MAX)
#define DEFAULT_MAX_FEEDRATE { 150, 150, 25, 80 }
#define DEFAULT_MAX_FEEDRATE { 150, 150, 18, 80 }
#endif
#if ENABLED(KNUTWURST_4MAXP2)
#define DEFAULT_MAX_FEEDRATE { 150, 150, 25, 30 }
#define DEFAULT_MAX_FEEDRATE { 150, 150, 18, 30 }
#endif