Add MEGA_P feature toggle (just in case, the implementation is used by another printer)
This commit is contained in:
@@ -2287,6 +2287,8 @@ void AnycubicTouchscreenClass::GetCommandFromTFT() {
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
|
||||
#if ENABLED(KNUTWURST_MEGA_P)
|
||||
case 51:
|
||||
if (CodeSeen('H')) {
|
||||
queue.enqueue_now_P(PSTR("G1 Z5 F500"));
|
||||
@@ -2312,6 +2314,8 @@ void AnycubicTouchscreenClass::GetCommandFromTFT() {
|
||||
queue.enqueue_now_P(PSTR("G1 X100 Y100 Z50 F5000"));
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user