From 42fd835959643bdf980c5ff0a783ded840172404 Mon Sep 17 00:00:00 2001 From: askiiart Date: Sun, 7 May 2023 14:28:32 -0500 Subject: [PATCH] Delete backup --- _Bootscreen.h.bak | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 _Bootscreen.h.bak diff --git a/_Bootscreen.h.bak b/_Bootscreen.h.bak deleted file mode 100644 index 1ea5cc1..0000000 --- a/_Bootscreen.h.bak +++ /dev/null @@ -1,34 +0,0 @@ -/** - * Marlin 3D Printer Firmware - * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] - * - * Based on Sprinter and grbl. - * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ -#pragma once - -#define CUSTOM_BOOTSCREEN_ANIMATED -#define CUSTOM_BOOTSCREEN_TIMEOUT 0 // (ms) Extra timeout after the animation - -/** - * Enable one of the following two options depending on your needs. - * Also edit the "custom_bootscreen_animation" at the bottom of this file. -*/ -#define CUSTOM_BOOTSCREEN_FRAME_TIME 200 // (ms) Same time for all frames -//#define CUSTOM_BOOTSCREEN_ANIMATED_FRAME_TIME // Each frame also has a duration - -#define CUSTOM_BOOTSCREEN_BMPWIDTH 128