diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 680eb416d01b7a448d941144609ede4f0b1ded54..409a9ba0f0e84143d336549da3d032512cacd968 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -995,6 +995,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/Marlin/src/lcd/menu/menu_game.cpp b/Marlin/src/lcd/menu/menu_game.cpp index 9e0af2c7f0fd19b7cee09193bb49f059b98c1f75..93a5d9c49a59219e6ae0d1278f11d803c3363591 100644 --- a/Marlin/src/lcd/menu/menu_game.cpp +++ b/Marlin/src/lcd/menu/menu_game.cpp @@ -46,3 +46,4 @@ void menu_game() { } #endif // HAS_GAME_MENU + diff --git a/Marlin/src/lcd/menu/menu_main.cpp b/Marlin/src/lcd/menu/menu_main.cpp index ef160f61003da98987a5f67f4c1cb719b87846de..db9c6c867c460250a8922dead5642291aaa07ee3 100644 --- a/Marlin/src/lcd/menu/menu_main.cpp +++ b/Marlin/src/lcd/menu/menu_main.cpp @@ -136,6 +136,16 @@ void menu_led(); #endif #endif +#if HAS_GAME_MENU + void menu_game(); +#elif ENABLED(MARLIN_BRICKOUT) + void lcd_goto_brickout(); +#elif ENABLED(MARLIN_INVADERS) + void lcd_goto_invaders(); +#elif ENABLED(MARLIN_SNAKE) + void lcd_goto_snake(); +#endif + void menu_main() { START_MENU(); MENU_BACK(MSG_WATCH); diff --git a/config/default/Configuration_adv.h b/config/default/Configuration_adv.h index bc41518a7ed05223bb2a845c6a615ef47a1f1351..6fb18d57a20018ef83828f74398d4e84f0dab748 100644 --- a/config/default/Configuration_adv.h +++ b/config/default/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/3DFabXYZ/Migbot/Configuration_adv.h b/config/examples/3DFabXYZ/Migbot/Configuration_adv.h index f616a0b46d54e0698d03422f21b7444109dde1d6..3a8beab36ffb5a618d8b1205b466425fdc1650ec 100644 --- a/config/examples/3DFabXYZ/Migbot/Configuration_adv.h +++ b/config/examples/3DFabXYZ/Migbot/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/AlephObjects/TAZ4/Configuration_adv.h b/config/examples/AlephObjects/TAZ4/Configuration_adv.h index cc644db4b8ec4b81699c202499d4db6d77496e35..be1547179f1f7222ff3b2c94f152bd577a3c126c 100644 --- a/config/examples/AlephObjects/TAZ4/Configuration_adv.h +++ b/config/examples/AlephObjects/TAZ4/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/AliExpress/UM2pExt/Configuration_adv.h b/config/examples/AliExpress/UM2pExt/Configuration_adv.h index 5d9e92d45899a236ba437991b6f56baa668e6dcb..408cffdd0f0a8596672cc764c13d9274c9c00e52 100644 --- a/config/examples/AliExpress/UM2pExt/Configuration_adv.h +++ b/config/examples/AliExpress/UM2pExt/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Anet/A2/Configuration_adv.h b/config/examples/Anet/A2/Configuration_adv.h index e959aeaf8e4a7dacde1704458231e8305b594736..557c5c916d5b03d05490272920f5d5a2cffb1c97 100644 --- a/config/examples/Anet/A2/Configuration_adv.h +++ b/config/examples/Anet/A2/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Anet/A2plus/Configuration_adv.h b/config/examples/Anet/A2plus/Configuration_adv.h index e959aeaf8e4a7dacde1704458231e8305b594736..557c5c916d5b03d05490272920f5d5a2cffb1c97 100644 --- a/config/examples/Anet/A2plus/Configuration_adv.h +++ b/config/examples/Anet/A2plus/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Anet/A6/Configuration_adv.h b/config/examples/Anet/A6/Configuration_adv.h index 0c593f8a70327276673b5cefc643fb6da39d81bf..f02d70fb254b0b61867f354b7f81364ffbbb7a7b 100644 --- a/config/examples/Anet/A6/Configuration_adv.h +++ b/config/examples/Anet/A6/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Anet/A8/Configuration_adv.h b/config/examples/Anet/A8/Configuration_adv.h index 19c43967459a50697bec18460c3bc09e45b193e8..1ea3c917f258ad8fe28ecfefa2c8b1c6ffea1bd5 100644 --- a/config/examples/Anet/A8/Configuration_adv.h +++ b/config/examples/Anet/A8/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/AnyCubic/i3/Configuration_adv.h b/config/examples/AnyCubic/i3/Configuration_adv.h index c1e8a3bf1d7b4d2b19acdc92a68b388ded33bcd6..4d60d0925fec904fc06ea39490c1ac47947a1301 100644 --- a/config/examples/AnyCubic/i3/Configuration_adv.h +++ b/config/examples/AnyCubic/i3/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/ArmEd/Configuration_adv.h b/config/examples/ArmEd/Configuration_adv.h index 97c1ddcf81c03d46d04194689a60ec23896b51f6..9c8d4b4f4b433b5fa70ecf0020fe576057e98445 100644 --- a/config/examples/ArmEd/Configuration_adv.h +++ b/config/examples/ArmEd/Configuration_adv.h @@ -1001,6 +1001,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h b/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h index fbf90e400a7a52f904a5a6cdb14703e7260256f0..594a7c04a3ff334c63baf6ee97b2c3c6752ba091 100644 --- a/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h +++ b/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/BIBO/TouchX/default/Configuration_adv.h b/config/examples/BIBO/TouchX/default/Configuration_adv.h index fbb76e029a4ba74702b8c512044b40ad34623f3b..9b85415471cb9dec6ebb36c4cfc60cffb8807e1a 100644 --- a/config/examples/BIBO/TouchX/default/Configuration_adv.h +++ b/config/examples/BIBO/TouchX/default/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/BQ/Hephestos/Configuration_adv.h b/config/examples/BQ/Hephestos/Configuration_adv.h index 7a4c6e561ea03e8333844ae29ec8d0d772838ed1..597464b0b585b1a2e84425fc80ff6a5569b31eef 100644 --- a/config/examples/BQ/Hephestos/Configuration_adv.h +++ b/config/examples/BQ/Hephestos/Configuration_adv.h @@ -994,6 +994,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/BQ/Hephestos_2/Configuration_adv.h b/config/examples/BQ/Hephestos_2/Configuration_adv.h index 218045c7476ad9aa2d67948f39631cad1453dfed..0d144060a976be5a658caf0feda85ea751613d7a 100644 --- a/config/examples/BQ/Hephestos_2/Configuration_adv.h +++ b/config/examples/BQ/Hephestos_2/Configuration_adv.h @@ -1002,6 +1002,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/BQ/WITBOX/Configuration_adv.h b/config/examples/BQ/WITBOX/Configuration_adv.h index 7a4c6e561ea03e8333844ae29ec8d0d772838ed1..597464b0b585b1a2e84425fc80ff6a5569b31eef 100644 --- a/config/examples/BQ/WITBOX/Configuration_adv.h +++ b/config/examples/BQ/WITBOX/Configuration_adv.h @@ -994,6 +994,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Cartesio/Configuration_adv.h b/config/examples/Cartesio/Configuration_adv.h index 46c45394b4a2d5caf9bca0ea905da7f4e1f8d74f..0cdf3036280692a9faaad46049f8300868778826 100644 --- a/config/examples/Cartesio/Configuration_adv.h +++ b/config/examples/Cartesio/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Creality/CR-10/Configuration_adv.h b/config/examples/Creality/CR-10/Configuration_adv.h index 3f322fbce3fb86984a2def0341e678b22a554ab3..aa317a75788a8fda210bb5293b1c3006926fc86b 100644 --- a/config/examples/Creality/CR-10/Configuration_adv.h +++ b/config/examples/Creality/CR-10/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Creality/CR-10S/Configuration_adv.h b/config/examples/Creality/CR-10S/Configuration_adv.h index f83034b153bcb8b48f99aac791531e370a97131c..8dbba5534568b1ea06d9f89e267e166e59c12a5d 100644 --- a/config/examples/Creality/CR-10S/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Creality/CR-10_5S/Configuration_adv.h b/config/examples/Creality/CR-10_5S/Configuration_adv.h index 9db49935490aaa5078fd26abd910a69c71587a97..e0272be4a86b92982cdcb7c1cfc18c4db21b5180 100644 --- a/config/examples/Creality/CR-10_5S/Configuration_adv.h +++ b/config/examples/Creality/CR-10_5S/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Creality/CR-10mini/Configuration_adv.h b/config/examples/Creality/CR-10mini/Configuration_adv.h index 1c243a9d8d64988a7888a57e24e772749b762f68..14f297aa731c6ece40d21ca879f325323a22edf8 100644 --- a/config/examples/Creality/CR-10mini/Configuration_adv.h +++ b/config/examples/Creality/CR-10mini/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Creality/CR-8/Configuration_adv.h b/config/examples/Creality/CR-8/Configuration_adv.h index 0d60cb5156e6cd9019c1199d9b748069930d6a2b..f5fe69d04b21ca656630fa84d91739c45b8da4c3 100644 --- a/config/examples/Creality/CR-8/Configuration_adv.h +++ b/config/examples/Creality/CR-8/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Creality/Ender-2/Configuration_adv.h b/config/examples/Creality/Ender-2/Configuration_adv.h index b3629a382f399f54430d17a35c75163c14e94efe..1c514ddd449aa0da5f6dcefb79628b54008cf517 100644 --- a/config/examples/Creality/Ender-2/Configuration_adv.h +++ b/config/examples/Creality/Ender-2/Configuration_adv.h @@ -994,6 +994,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Creality/Ender-3/Configuration_adv.h b/config/examples/Creality/Ender-3/Configuration_adv.h index bc7b8ef168ef0ce7f5741a111f0e2a16860c2413..1ebe683e8ec29f26b8511b89b5757af064454d26 100644 --- a/config/examples/Creality/Ender-3/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/Configuration_adv.h @@ -994,6 +994,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Creality/Ender-4/Configuration_adv.h b/config/examples/Creality/Ender-4/Configuration_adv.h index e2450ba5b8f6fceef4778796340c03f3c502ba2b..b3f8e0475fdb58a6feba9c8083480c5e4ae7ef41 100644 --- a/config/examples/Creality/Ender-4/Configuration_adv.h +++ b/config/examples/Creality/Ender-4/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Einstart-S/Configuration_adv.h b/config/examples/Einstart-S/Configuration_adv.h index e3be6a540b0df7e95840b873a63175cb02894ee3..bda8036aa007c0ff123af2ded0257674c3e82dc3 100644 --- a/config/examples/Einstart-S/Configuration_adv.h +++ b/config/examples/Einstart-S/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Felix/Configuration_adv.h b/config/examples/Felix/Configuration_adv.h index 9bebb34d0f40a5a09cd02c9249d3d77a96e01804..8f40f1305cd2422d00b20d3eff61260c0c5853d2 100644 --- a/config/examples/Felix/Configuration_adv.h +++ b/config/examples/Felix/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/FlashForge/CreatorPro/Configuration_adv.h b/config/examples/FlashForge/CreatorPro/Configuration_adv.h index c63fe14c88da4a9785ab980660e9f3e420480a4c..610fca5b0971f87d5d476096eb2d5b287d9f6237 100644 --- a/config/examples/FlashForge/CreatorPro/Configuration_adv.h +++ b/config/examples/FlashForge/CreatorPro/Configuration_adv.h @@ -993,6 +993,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/FolgerTech/i3-2020/Configuration_adv.h b/config/examples/FolgerTech/i3-2020/Configuration_adv.h index ed5232413c1d03a4cbe6043b1fbadedc8e6b4106..15d35a793986659ea125bb4e52c775b4ee1f3065 100644 --- a/config/examples/FolgerTech/i3-2020/Configuration_adv.h +++ b/config/examples/FolgerTech/i3-2020/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Formbot/Raptor/Configuration_adv.h b/config/examples/Formbot/Raptor/Configuration_adv.h index 536922596dd7a92ce9d0128acbbf09d7235679f3..6916640b99c5a43fe2628ebb2e1e35c7d0685a20 100644 --- a/config/examples/Formbot/Raptor/Configuration_adv.h +++ b/config/examples/Formbot/Raptor/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Formbot/T_Rex_2+/Configuration_adv.h b/config/examples/Formbot/T_Rex_2+/Configuration_adv.h index 2180458d09f9f1ca596c185db37569dccdca48d0..b1b76a4447f233d3d06cbe090f38a6ea73765f15 100644 --- a/config/examples/Formbot/T_Rex_2+/Configuration_adv.h +++ b/config/examples/Formbot/T_Rex_2+/Configuration_adv.h @@ -1001,6 +1001,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Formbot/T_Rex_3/Configuration_adv.h b/config/examples/Formbot/T_Rex_3/Configuration_adv.h index d8ee58e1a4769173e0188a89c9313f5e90259419..4c0dbea2644018f1b639a262ede81ee4a12f1e2a 100644 --- a/config/examples/Formbot/T_Rex_3/Configuration_adv.h +++ b/config/examples/Formbot/T_Rex_3/Configuration_adv.h @@ -1001,6 +1001,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Geeetech/A10M/Configuration_adv.h b/config/examples/Geeetech/A10M/Configuration_adv.h index 01c089ed8cc7f014e8ca65de35878f3c55d87803..f6b005ad4f1391d7276f2627081f91da316f5402 100644 --- a/config/examples/Geeetech/A10M/Configuration_adv.h +++ b/config/examples/Geeetech/A10M/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Geeetech/A20M/Configuration_adv.h b/config/examples/Geeetech/A20M/Configuration_adv.h index 9f83bacd8289d00dfcfaecd073cdabf32bd7240b..8d9fd635b3d95eaf8aa2bf9881cfddcc012f8b81 100644 --- a/config/examples/Geeetech/A20M/Configuration_adv.h +++ b/config/examples/Geeetech/A20M/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Geeetech/MeCreator2/Configuration_adv.h b/config/examples/Geeetech/MeCreator2/Configuration_adv.h index 146c8e8499f422106f3121b55e645204382ab86f..9a3f3e399e47916afdbf004c431a55675d69fe29 100644 --- a/config/examples/Geeetech/MeCreator2/Configuration_adv.h +++ b/config/examples/Geeetech/MeCreator2/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h b/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h index 4b056919caf0adf64c31e941666f5f189e6d3641..9ce632f430d3b8b2b832e5030b243b3a1544639d 100644 --- a/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h +++ b/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h b/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h index 4b056919caf0adf64c31e941666f5f189e6d3641..9ce632f430d3b8b2b832e5030b243b3a1544639d 100644 --- a/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h +++ b/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Infitary/i3-M508/Configuration_adv.h b/config/examples/Infitary/i3-M508/Configuration_adv.h index 4f30d9fffa0df542759930c1a541e48b34845349..dc3a730317f73c7eef9751ad9ffc20c4c6e27a0a 100644 --- a/config/examples/Infitary/i3-M508/Configuration_adv.h +++ b/config/examples/Infitary/i3-M508/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/JGAurora/A5/Configuration_adv.h b/config/examples/JGAurora/A5/Configuration_adv.h index 54a3f8f3e75e7a871d91c285f4f0a76832ac0a20..bca54f85aa5ca2daea5bd699032882c96bc8ca8d 100644 --- a/config/examples/JGAurora/A5/Configuration_adv.h +++ b/config/examples/JGAurora/A5/Configuration_adv.h @@ -994,6 +994,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/MakerParts/Configuration_adv.h b/config/examples/MakerParts/Configuration_adv.h index 94bcc5e9cedcda0d60637cefe333e4850652b731..3e8231a8d4f69975470009adbe9e8cacf8b9c750 100644 --- a/config/examples/MakerParts/Configuration_adv.h +++ b/config/examples/MakerParts/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Malyan/M150/Configuration_adv.h b/config/examples/Malyan/M150/Configuration_adv.h index 2b0a0134b8896696c8535e0243f3194025e30393..4fe876353e40f6dc9c1f5aec8fbd23d3cae25b3d 100644 --- a/config/examples/Malyan/M150/Configuration_adv.h +++ b/config/examples/Malyan/M150/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Malyan/M200/Configuration_adv.h b/config/examples/Malyan/M200/Configuration_adv.h index b4af89be784c8aa622feb529ab89ade463ed39e4..c539ec787f93fa23f325c54a856e4bc55fcba00f 100644 --- a/config/examples/Malyan/M200/Configuration_adv.h +++ b/config/examples/Malyan/M200/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Micromake/C1/enhanced/Configuration_adv.h b/config/examples/Micromake/C1/enhanced/Configuration_adv.h index a752503c10945578cd576208b616705159cd725a..1612370ee1d2b94d3e40b968b2f2ede492e9481f 100644 --- a/config/examples/Micromake/C1/enhanced/Configuration_adv.h +++ b/config/examples/Micromake/C1/enhanced/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Mks/Robin/Configuration_adv.h b/config/examples/Mks/Robin/Configuration_adv.h index 0b804b988b5484307d82e4379cb0defd0f531be6..c80fea52d9dd2a51dfe91434d2f060c3e1cd1dec 100644 --- a/config/examples/Mks/Robin/Configuration_adv.h +++ b/config/examples/Mks/Robin/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Mks/Sbase/Configuration_adv.h b/config/examples/Mks/Sbase/Configuration_adv.h index d64657e960fd4f1061c5cc5e69a02a0d569d3491..54790cf2e44d9d412dd724cd90afd93d817fb55e 100644 --- a/config/examples/Mks/Sbase/Configuration_adv.h +++ b/config/examples/Mks/Sbase/Configuration_adv.h @@ -998,6 +998,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/RapideLite/RL200/Configuration_adv.h b/config/examples/RapideLite/RL200/Configuration_adv.h index 9191b838a07d55b4b501b102c464bc5cf14b2006..5f000c2630283c72d8ed46209cf5f59fd5234485 100644 --- a/config/examples/RapideLite/RL200/Configuration_adv.h +++ b/config/examples/RapideLite/RL200/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/RigidBot/Configuration_adv.h b/config/examples/RigidBot/Configuration_adv.h index 896b2400fc4c52e93cc3c096d158f27cb4ec7b95..254b7fe25a2108e1cc1a61a3fd3b2857e895afec 100644 --- a/config/examples/RigidBot/Configuration_adv.h +++ b/config/examples/RigidBot/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/SCARA/Configuration_adv.h b/config/examples/SCARA/Configuration_adv.h index 3f42ee9d285711f6ee58704e37d035fbb6d4e261..f9130e327726bc0b0158262fdfeccbc1bf8a0606 100644 --- a/config/examples/SCARA/Configuration_adv.h +++ b/config/examples/SCARA/Configuration_adv.h @@ -994,6 +994,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Sanguinololu/Configuration_adv.h b/config/examples/Sanguinololu/Configuration_adv.h index 31760b84cd019d945a4b97b15cb83ee151a04174..1da68e1bbe3282e7dda87df1f65338e6ed25800e 100644 --- a/config/examples/Sanguinololu/Configuration_adv.h +++ b/config/examples/Sanguinololu/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/TheBorg/Configuration_adv.h b/config/examples/TheBorg/Configuration_adv.h index fbb3b0cba1c6e5a27dc956c71ca70a9b4924f4fa..8dc8f192799122546647acee02c33deeeee84716 100644 --- a/config/examples/TheBorg/Configuration_adv.h +++ b/config/examples/TheBorg/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/TinyBoy2/Configuration_adv.h b/config/examples/TinyBoy2/Configuration_adv.h index 229f2aa6a62b7a3608b681063331a822b362a604..a7c8779ec07657bef153156a06c5313aa476c107 100644 --- a/config/examples/TinyBoy2/Configuration_adv.h +++ b/config/examples/TinyBoy2/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Tronxy/X3A/Configuration_adv.h b/config/examples/Tronxy/X3A/Configuration_adv.h index fa44910ac5afb0a0e5b35800b315b69e5e66fa43..a8d4d95bfaea5801085567906c0533322d0c9d81 100644 --- a/config/examples/Tronxy/X3A/Configuration_adv.h +++ b/config/examples/Tronxy/X3A/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Tronxy/X5S-2E/Configuration_adv.h b/config/examples/Tronxy/X5S-2E/Configuration_adv.h index 25bdc243c927443ff8dd1573dabf0bd81fd3e853..b95d37479f8f1c5ffe3b2e8109f86a7fdc3b4c21 100644 --- a/config/examples/Tronxy/X5S-2E/Configuration_adv.h +++ b/config/examples/Tronxy/X5S-2E/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/UltiMachine/Archim1/Configuration_adv.h b/config/examples/UltiMachine/Archim1/Configuration_adv.h index 1399b0272ba42899d5649bc1cce1403764faff8a..cc546fc458bca3064c6c6a0dfe356a245a886eea 100644 --- a/config/examples/UltiMachine/Archim1/Configuration_adv.h +++ b/config/examples/UltiMachine/Archim1/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/UltiMachine/Archim2/Configuration_adv.h b/config/examples/UltiMachine/Archim2/Configuration_adv.h index dbc5eadfe12fa2a2b485cbf56a6aa215b397a102..77187771813b1b2241f32332f0ccf6d3efd29edc 100644 --- a/config/examples/UltiMachine/Archim2/Configuration_adv.h +++ b/config/examples/UltiMachine/Archim2/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/VORONDesign/Configuration_adv.h b/config/examples/VORONDesign/Configuration_adv.h index dd44aed40dae75edf0c2354df8e442aa5c4afd93..b384173728f5097be465b65b3387e0abbb348cd5 100644 --- a/config/examples/VORONDesign/Configuration_adv.h +++ b/config/examples/VORONDesign/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Velleman/K8200/Configuration_adv.h b/config/examples/Velleman/K8200/Configuration_adv.h index b699e496eaef1a2e2fdfa70b97c9f1c4a3a64a0c..4c5af6744620480c79bd069fbeb8fdf24e670465 100644 --- a/config/examples/Velleman/K8200/Configuration_adv.h +++ b/config/examples/Velleman/K8200/Configuration_adv.h @@ -1010,6 +1010,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Velleman/K8400/Configuration_adv.h b/config/examples/Velleman/K8400/Configuration_adv.h index 7467f03691d540c03921f39c930ac2f422e047db..25cd89e9e3b5b061a151bb458513c52126e9dd64 100644 --- a/config/examples/Velleman/K8400/Configuration_adv.h +++ b/config/examples/Velleman/K8400/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/WASP/PowerWASP/Configuration_adv.h b/config/examples/WASP/PowerWASP/Configuration_adv.h index 8bbce438c0ac438ca3cf7f6b231cd211a4d4af2c..ede4b7223dd9077322d5f121f2f9ec5b83fbc07e 100644 --- a/config/examples/WASP/PowerWASP/Configuration_adv.h +++ b/config/examples/WASP/PowerWASP/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/Wanhao/Duplicator 6/Configuration_adv.h b/config/examples/Wanhao/Duplicator 6/Configuration_adv.h index 038622d82b4ca889613c0aacf99ad66d31511cb1..a10c6917f8a8138c459fd4786819c76e23d0651e 100644 --- a/config/examples/Wanhao/Duplicator 6/Configuration_adv.h +++ b/config/examples/Wanhao/Duplicator 6/Configuration_adv.h @@ -996,6 +996,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/delta/Anycubic/Kossel/Configuration_adv.h b/config/examples/delta/Anycubic/Kossel/Configuration_adv.h index b383fcb9dca90074c87e908cf23a3d0068b73a5a..13fafbf16d148c77f35f55a65ad39cba6212cdd3 100644 --- a/config/examples/delta/Anycubic/Kossel/Configuration_adv.h +++ b/config/examples/delta/Anycubic/Kossel/Configuration_adv.h @@ -996,6 +996,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h b/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h index 25a7ddbcdcce7c99860371295f930b9da931a7db..687c18769986da5bb6740dd4c29dd413a1b57565 100644 --- a/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h +++ b/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h @@ -996,6 +996,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/delta/FLSUN/kossel/Configuration_adv.h b/config/examples/delta/FLSUN/kossel/Configuration_adv.h index 25a7ddbcdcce7c99860371295f930b9da931a7db..687c18769986da5bb6740dd4c29dd413a1b57565 100644 --- a/config/examples/delta/FLSUN/kossel/Configuration_adv.h +++ b/config/examples/delta/FLSUN/kossel/Configuration_adv.h @@ -996,6 +996,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h b/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h index 5459388b05166e0331233dcb3d9a570b79665e4b..9a476d2835bec7c7f73dc14597c4b5bd6e007c2a 100644 --- a/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h +++ b/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h @@ -996,6 +996,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h b/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h index 5459388b05166e0331233dcb3d9a570b79665e4b..9a476d2835bec7c7f73dc14597c4b5bd6e007c2a 100644 --- a/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h +++ b/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h @@ -996,6 +996,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/delta/MKS/SBASE/Configuration_adv.h b/config/examples/delta/MKS/SBASE/Configuration_adv.h index 78bc3fbcf72cb4b8b8c3cbf32af7074a617cb5fe..d67eb3e2ab58f29b228d27a330b3f7904809fbad 100644 --- a/config/examples/delta/MKS/SBASE/Configuration_adv.h +++ b/config/examples/delta/MKS/SBASE/Configuration_adv.h @@ -996,6 +996,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/delta/Tevo Little Monster/Configuration_adv.h b/config/examples/delta/Tevo Little Monster/Configuration_adv.h index f45f30c857aa56456ab00fe9cb18ac4b0298e17d..d40672f51175c3984b16569e849eac199410c5e4 100644 --- a/config/examples/delta/Tevo Little Monster/Configuration_adv.h +++ b/config/examples/delta/Tevo Little Monster/Configuration_adv.h @@ -996,6 +996,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/delta/generic/Configuration_adv.h b/config/examples/delta/generic/Configuration_adv.h index 5459388b05166e0331233dcb3d9a570b79665e4b..9a476d2835bec7c7f73dc14597c4b5bd6e007c2a 100644 --- a/config/examples/delta/generic/Configuration_adv.h +++ b/config/examples/delta/generic/Configuration_adv.h @@ -996,6 +996,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/delta/kossel_mini/Configuration_adv.h b/config/examples/delta/kossel_mini/Configuration_adv.h index f6f63b0712fdbc1df478af6ff5eaf503675428ab..56e0841ff16bc03774584e0cbe06809fce92f462 100644 --- a/config/examples/delta/kossel_mini/Configuration_adv.h +++ b/config/examples/delta/kossel_mini/Configuration_adv.h @@ -995,6 +995,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/delta/kossel_xl/Configuration_adv.h b/config/examples/delta/kossel_xl/Configuration_adv.h index 87ccbe3ea557ce0232b1f679e9a4384a677f9ba0..461ec562848af9177e3b44fc54a683df9cd5e3d3 100644 --- a/config/examples/delta/kossel_xl/Configuration_adv.h +++ b/config/examples/delta/kossel_xl/Configuration_adv.h @@ -996,6 +996,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/gCreate/gMax1.5+/Configuration_adv.h b/config/examples/gCreate/gMax1.5+/Configuration_adv.h index 6704570da0bf8e249f91eb2807f56442857e71f6..9a191875f0f18725bebeb397499a7d78b343111e 100644 --- a/config/examples/gCreate/gMax1.5+/Configuration_adv.h +++ b/config/examples/gCreate/gMax1.5+/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/makibox/Configuration_adv.h b/config/examples/makibox/Configuration_adv.h index ed75fd3165d89568d8b2f3cabfa73da2ed3c0152..f767975e31983234e052a2fe6ccb30af5d4452bd 100644 --- a/config/examples/makibox/Configuration_adv.h +++ b/config/examples/makibox/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/tvrrug/Round2/Configuration_adv.h b/config/examples/tvrrug/Round2/Configuration_adv.h index 27236504a803562a5efa57f44bc2958c1a6bcc03..b86f03f40e157c8a8481aad9c1050dc30c369d80 100644 --- a/config/examples/tvrrug/Round2/Configuration_adv.h +++ b/config/examples/tvrrug/Round2/Configuration_adv.h @@ -997,6 +997,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety diff --git a/config/examples/wt150/Configuration_adv.h b/config/examples/wt150/Configuration_adv.h index b46bfc929a90e16c61a7e033742b9765fc57fa8a..30a090a411d0011e4c4bb2d0ad2646c882c2a047 100644 --- a/config/examples/wt150/Configuration_adv.h +++ b/config/examples/wt150/Configuration_adv.h @@ -998,6 +998,11 @@ //#define MARLIN_INVADERS //#define MARLIN_SNAKE + // Frivolous Game Options + //#define MARLIN_BRICKOUT + //#define MARLIN_INVADERS + //#define MARLIN_SNAKE + #endif // HAS_GRAPHICAL_LCD // @section safety