Skip to content

Commit 21f3304

Browse files
authoredMay 13, 2022
Add files via upload
1 parent 80a3b9b commit 21f3304

File tree

4 files changed

+118
-110
lines changed

4 files changed

+118
-110
lines changed
 

‎Configuration.h

+6-3
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
#define SHOW_CUSTOM_BOOTSCREEN
9696

9797
// Show the bitmap in Marlin/_Statusscreen.h on the status screen.
98+
9899
#define CUSTOM_STATUS_SCREEN_IMAGE
99100

100101
// @section machine
@@ -732,7 +733,7 @@
732733
* Note: For Bowden Extruders make this large enough to allow load/unload.
733734
*/
734735
#define PREVENT_LENGTHY_EXTRUDE
735-
#define EXTRUDE_MAXLENGTH 200
736+
#define EXTRUDE_MAXLENGTH 501
736737

737738
//===========================================================================
738739
//======================== Thermal Runaway Protection =======================
@@ -753,7 +754,7 @@
753754

754755
#define THERMAL_PROTECTION_HOTENDS // Enable thermal protection for all extruders
755756
#define THERMAL_PROTECTION_BED // Enable thermal protection for the heated bed
756-
#define THERMAL_PROTECTION_CHAMBER // Enable thermal protection for the heated chamber
757+
//#define THERMAL_PROTECTION_CHAMBER // Enable thermal protection for the heated chamber
757758
#define THERMAL_PROTECTION_COOLER // Enable thermal protection for the laser cooling
758759

759760
//===========================================================================
@@ -1469,7 +1470,9 @@
14691470
* RAMPS-based boards use SERVO3_PIN for the first runout sensor.
14701471
* For other boards you may need to define FIL_RUNOUT_PIN, FIL_RUNOUT2_PIN, etc.
14711472
*/
1473+
//
14721474
//#define FILAMENT_RUNOUT_SENSOR
1475+
//#define FIL_RUNOUT_PIN 29
14731476
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
14741477
#define FIL_RUNOUT_ENABLED_DEFAULT true // Enable the sensor on startup. Override with M412 followed by M500.
14751478
#define NUM_RUNOUT_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
@@ -1863,7 +1866,7 @@
18631866
#define EEPROM_BOOT_SILENT // Keep M503 quiet and only give errors during first load
18641867
#if ENABLED(EEPROM_SETTINGS)
18651868
//#define EEPROM_AUTO_INIT // Init EEPROM automatically on any errors.
1866-
//#define EEPROM_INIT_NOW // Init EEPROM on first boot after a new build.
1869+
//7#define EEPROM_INIT_NOW // Init EEPROM on first boot after a new build.
18671870
#endif
18681871

18691872
//

‎Configuration_adv.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1248,8 +1248,8 @@
12481248
#define MANUAL_FEEDRATE { 50*60, 50*60, 4*60, 10*60 } // (mm/min) Feedrates for manual moves along X, Y, Z, E from panel
12491249
#define FINE_MANUAL_MOVE 0.025 // (mm) Smallest manual move (< 0.1mm) applying to Z on most machines
12501250
#if IS_ULTIPANEL
1251-
#define MANUAL_E_MOVES_RELATIVE // Display extruder move distance rather than "position"
1252-
#define ULTIPANEL_FEEDMULTIPLY // Encoder sets the feedrate multiplier on the Status Screen
1251+
//#define MANUAL_E_MOVES_RELATIVE // Display extruder move distance rather than "position"
1252+
//#define ULTIPANEL_FEEDMULTIPLY // Encoder sets the feedrate multiplier on the Status Screen
12531253
#endif
12541254
#endif
12551255

@@ -1315,7 +1315,7 @@
13151315
#define TURBO_BACK_MENU_ITEM
13161316

13171317
// Insert a menu for preheating at the top level to allow for quick access
1318-
#define PREHEAT_SHORTCUT_MENU_ITEM
1318+
//#define PREHEAT_SHORTCUT_MENU_ITEM
13191319

13201320
#endif // HAS_MARLINUI_MENU
13211321

@@ -1710,7 +1710,7 @@
17101710
//#define STATUS_ALT_BED_BITMAP // Use the alternative bed bitmap
17111711
//#define STATUS_ALT_FAN_BITMAP // Use the alternative fan bitmap
17121712
//#define STATUS_FAN_FRAMES 3 // :[0,1,2,3,4] Number of fan animation frames
1713-
//#define STATUS_HEAT_PERCENT // Show heating in a progress bar
1713+
#define STATUS_HEAT_PERCENT // Show heating in a progress bar
17141714
//#define BOOT_MARLIN_LOGO_ANIMATED // Animated Marlin logo. Costs ~3260 (or ~940) bytes of PROGMEM.
17151715

17161716
// Frivolous Game Options
@@ -3373,7 +3373,7 @@
33733373
* M260 S1 ; Send the current buffer
33743374
*
33753375
* ; Example #2
3376-
* ; Request 6 bytes from slave device with address 0x63 (99)
3376+
* ; Request 6 bytes from slave device with address 0x63 (99)
33773377
* M261 A99 B5
33783378
*
33793379
* ; Example #3

‎_Bootscreen.h

+58-38
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,58 @@
1-
/**
2-
* Made with Marlin Bitmap Converter
3-
* https://marlinfw.org/tools/u8glib/converter.html
4-
*
5-
* This bitmap from the file 'BootLogo BW.bmp'
6-
*/
7-
#pragma once
8-
9-
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
10-
11-
const unsigned char custom_start_bmp[] PROGMEM = {
12-
B00000000,B00111110,B10000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000, // ..........#####.#...............................................................................................................
13-
B00000001,B11111111,B11000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000, // .......###########..............................................................................................................
14-
B00000011,B11111111,B11111000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000, // ......###############...........................................................................................................
15-
B00000111,B10110111,B11111100,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000, // .....####.##.#########..........................................................................................................
16-
B00011111,B10001111,B11111110,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00001000,B00000000, // ...######...###########.............................................................................................#...........
17-
B00011110,B00000111,B11111111,B00000011,B00000000,B00000000,B00000000,B00000011,B00000100,B00000000,B01100000,B10000000,B00000000,B00000000,B00011110,B01111110, // ...####......###########......##..............................##.....#...........##.....#..........................####..######.
18-
B00111110,B00000000,B11111111,B00000011,B00000000,B00000000,B00000000,B00000010,B00000000,B00000000,B00100001,B10000000,B00000000,B00000000,B00111011,B00100010, // ..#####.........########......##..............................#...................#....##.........................###.##..#...#.
19-
B01111100,B00000000,B11111111,B00000111,B00000000,B00000000,B00000000,B00000011,B00000000,B00000000,B01110001,B10000000,B00000000,B00000000,B00010001,B00100000, // .#####..........########.....###..............................##.................###...##..........................#...#..#.....
20-
B01111000,B00000001,B11111111,B10000111,B10001011,B00100010,B00111001,B10110010,B11001100,B11110000,B00110011,B10001110,B00111110,B01111000,B00110000,B00100000, // .####..........##########....####...#.##..#...#...###..##.##..#.##..##..####......##..###...###...#####..####.....##......#.....
21-
B01110000,B00000011,B11111111,B11000101,B00011101,B00110010,B01111101,B00010011,B01100100,B11011000,B01110001,B10011111,B01111100,B01011000,B00010000,B01100000, // .###..........############...#.#...###.#..##..#..#####.#...#..##.##..#..##.##....###...##..#####.#####...#.##......#.....##.....
22-
B11111000,B00000011,B11111111,B11000101,B10011001,B10110010,B11001101,B10110010,B01101100,B10011000,B00101010,B10010011,B01100110,B10001000,B00011110,B00111110, // #####.........############...#.##..##..##.##..#.##..##.##.##..#..##.##..#..##.....#.#.#.#..#..##.##..##.#...#......####...#####.
23-
B01111100,B00000111,B00011111,B11000100,B10011001,B00010110,B01000001,B00010010,B01100100,B10000000,B01101010,B10010001,B01100100,B00001000,B00000111,B00110100, // .#####.......###...#######...#..#..##..#...#.##..#.....#...#..#..##..#..#........##.#.#.#..#...#.##..#......#........###..##.#..
24-
B11111110,B10000110,B00001111,B11001110,B10001001,B10011110,B11000001,B10110010,B01101100,B10000000,B00101110,B10011111,B01100110,B11111000,B00000011,B00100000, // #######.#....##.....######..###.#...#..##..####.##.....##.##..#..##.##..#.........#.###.#..#####.##..##.#####.........##..#.....
25-
B11111000,B01000000,B00001111,B11001111,B11011001,B00011100,B01000001,B00010010,B01100100,B10000000,B01100100,B10010000,B01100100,B11001000,B00010001,B01100000, // #####....#..........######..######.##..#...###...#.....#...#..#..##..#..#........##..#..#..#.....##..#..##..#......#...#.##.....
26-
B11111110,B10000011,B10111011,B11001000,B11011001,B10001100,B11001101,B10110010,B01101100,B10011000,B00100100,B10010011,B01100110,B11001000,B00110011,B00100000, // #######.#.....###.###.####..#...##.##..##...##..##..##.##.##..#..##.##..#..##.....#..#..#..#..##.##..##.##..#.....##..##..#.....
27-
B01111111,B10000000,B01110111,B11001000,B01011001,B00001100,B01011101,B11110011,B01100100,B11011000,B01100000,B10011111,B01110100,B01011000,B00010111,B00110100, // .########........###.#####..#....#.##..#....##...#.###.#####..##.##..#..##.##....##.....#..#####.###.#...#.##......#.###..##.#..
28-
B11111111,B10000000,B00111011,B10001000,B11001001,B10001100,B00111000,B11110010,B11001100,B11110000,B00100000,B10001110,B00111110,B11101000,B00001110,B00111110, // #########.........###.###...#...##..#..##...##....###...####..#.##..##..####......#.....#...###...#####.###.#.......###...#####.
29-
B01111111,B00000000,B00010011,B10000000,B00000000,B00001100,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B01000100,B00000000,B00000000,B00000000, // .#######...........#..###...................##...................................................#...#..........................
30-
B01111111,B00100000,B00000011,B10000000,B00000000,B00001000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B01100110,B00000000,B00000000,B00000000, // .#######..#...........###...................#....................................................##..##.........................
31-
B00111111,B00100000,B00000111,B00000000,B00000000,B00110000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00111100,B00000000,B00000000,B00000000, // ..######..#..........###..................##......................................................####..........................
32-
B00111111,B10100100,B01111110,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00001000,B00000000,B00000000,B00000000, // ..#######.#..#...######.............................................................................#...........................
33-
B00011111,B11000111,B11111100,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000, // ...#######...#########..........................................................................................................
34-
B00001111,B11111111,B11111100,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000, // ....##################..........................................................................................................
35-
B00000011,B11111111,B11110000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000, // ......##############............................................................................................................
36-
B00000000,B11111111,B11100000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000, // ........###########.............................................................................................................
37-
B00000000,B00010101,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000 // ...........#.#.#................................................................................................................
38-
};
1+
/**
2+
* Marlin 3D Printer Firmware
3+
* Copyright (C) 2021 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4+
*
5+
* Based on Sprinter and grbl.
6+
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
7+
*
8+
* This program is free software: you can redistribute it and/or modify
9+
* it under the terms of the GNU General Public License as published by
10+
* the Free Software Foundation, either version 3 of the License, or
11+
* (at your option) any later version.
12+
*
13+
* This program is distributed in the hope that it will be useful,
14+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
* GNU General Public License for more details.
17+
*
18+
* You should have received a copy of the GNU General Public License
19+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
20+
*
21+
*/
22+
#pragma once
23+
24+
#define CONFIG_EXAMPLES_DIR "AnyCubic/Mega Zero 2.0/Anycubic V1"
25+
26+
//#define CUSTOM_BOOTSCREEN_TIMEOUT 2000
27+
//#define CUSTOM_BOOTSCREEN_INVERTED
28+
29+
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
30+
31+
const unsigned char custom_start_bmp[] PROGMEM = {
32+
B00000000,B00100000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
33+
B00000000,B11011100,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
34+
B00000000,B11101111,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
35+
B00000001,B11110111,B11100000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
36+
B00000011,B11111011,B11110000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
37+
B00000011,B11111100,B11111100,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
38+
B00000111,B11111111,B01111110,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
39+
B00000111,B11111111,B10111111,B00000000,B00000000,B10000000,B10000000,B11101110,B00001110,B00011011,B00000111,B00001110,B00110011,B10000011,B00000011,B10110000,
40+
B00001111,B11111111,B11011111,B10000000,B00000000,B11000000,B11000000,B11100111,B00011100,B01111011,B11000111,B00001110,B00110011,B11000011,B00000111,B10111000,
41+
B00001111,B11111111,B11101111,B11000000,B00000001,B11000000,B11100000,B11100111,B00111100,B11111011,B11000111,B00001110,B00110011,B11100011,B00001111,B00111100,
42+
B00011111,B11111111,B11110111,B11100000,B00000000,B11100000,B01111000,B11100011,B00111000,B11100000,B10000111,B00001110,B00110000,B11100011,B00001100,B00000000,
43+
B00011111,B11111111,B11111011,B11110000,B00000010,B11100000,B00111100,B11100000,B01110001,B11000000,B00000111,B00001110,B00110000,B11100011,B00011100,B00000000,
44+
B00111111,B11111111,B11110100,B00110000,B00000010,B01110000,B10011110,B11100000,B11100001,B11000000,B00000111,B00001110,B00110011,B11000011,B00011100,B00000000,
45+
B01111111,B11111111,B11101111,B11000000,B00000111,B01110000,B11001111,B11100000,B11100001,B11000000,B00000111,B00001110,B00110011,B11000011,B00011100,B00000000,
46+
B00111111,B11111111,B11101111,B11110000,B00000110,B00111000,B11100111,B11100000,B11000001,B11000000,B00000111,B00001110,B00110000,B00100011,B00011100,B00000000,
47+
B00011111,B11111111,B11011111,B11100000,B00001110,B11111000,B11100011,B11100000,B11000000,B11100000,B00000111,B00001110,B00110000,B11100011,B00011100,B00000000,
48+
B00011111,B11111111,B10111111,B11000000,B00001100,B11111100,B11100000,B11100000,B11000000,B11110001,B11000111,B10011100,B00110011,B11100011,B00001111,B00011100,
49+
B00001111,B11111111,B01111111,B10000000,B00011100,B00001100,B11100000,B01100000,B11000000,B01111011,B11000011,B10011100,B00110011,B11000011,B00000111,B10111100,
50+
B00000111,B11111111,B01111111,B00000000,B00011000,B00001110,B11100000,B00100000,B11000000,B00111011,B10000001,B10010000,B00110011,B10000011,B00000011,B10110000,
51+
B00000111,B11111110,B11111110,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
52+
B00000011,B11111101,B11111100,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
53+
B00000001,B11111011,B11111000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
54+
B00000001,B11110111,B11110000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
55+
B00000000,B11110111,B11000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
56+
B00000000,B01101110,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
57+
B00000000,B01010000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000
58+
};

0 commit comments

Comments
 (0)
Please sign in to comment.