Browse Source

Creality3D CR-20 configurations (#14262)

m0oml 5 years ago
parent
commit
688c53220d

+ 2159
- 0
config/examples/Creality/CR-20 Pro/Configuration.h
File diff suppressed because it is too large
View File


+ 2550
- 0
config/examples/Creality/CR-20 Pro/Configuration_adv.h
File diff suppressed because it is too large
View File


+ 72
- 0
config/examples/Creality/CR-20 Pro/_Statusscreen.h View File

@@ -0,0 +1,72 @@
1
+/**
2
+ * Marlin 3D Printer Firmware
3
+ * Copyright (C) 2019 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 <http://www.gnu.org/licenses/>.
20
+ *
21
+ */
22
+
23
+/**
24
+ * Custom Status Screen bitmap
25
+ *
26
+ * Place this file in the root with your configuration files
27
+ * and enable CUSTOM_STATUS_SCREEN_IMAGE in Configuration.h.
28
+ *
29
+ * Use the Marlin Bitmap Converter to make your own:
30
+ * http://marlinfw.org/tools/u8glib/converter.html
31
+ */
32
+
33
+//
34
+// Status Screen Logo bitmap
35
+//
36
+#define STATUS_LOGO_WIDTH       32
37
+
38
+const unsigned char status_logo_bmp[] PROGMEM = {
39
+  B00001111,B01111100,B00111000,B01110000,
40
+  B00010001,B00100010,B01000100,B10001000,
41
+  B00100000,B00100010,B01000100,B10001000,
42
+  B00100000,B00111100,B00000100,B10001000,
43
+  B00100000,B00101000,B00001000,B10001000,
44
+  B00100000,B00100100,B00010000,B10001000,
45
+  B00100000,B00100100,B00100000,B10001000,
46
+  B00010001,B00100010,B01000000,B10001000,
47
+  B00001110,B01110011,B01111100,B01110000,
48
+  B00000000,B00000000,B00000000,B00000000,
49
+  B00000111,B11000000,B00000000,B00000000,
50
+  B00000010,B00100000,B00000000,B00000000,
51
+  B00000010,B00100000,B00000000,B00000000,
52
+  B00000010,B00100110,B11000111,B00000000,
53
+  B00000011,B11000011,B00001000,B10000000,
54
+  B00000010,B00000010,B00001000,B10000000,
55
+  B00000010,B00000010,B00001000,B10000000,
56
+  B00000010,B00000010,B00001000,B10000000,
57
+  B00000111,B00000111,B10000111,B00000000
58
+};
59
+
60
+//
61
+// Use default bitmaps
62
+//
63
+#define STATUS_HOTEND_ANIM
64
+#define STATUS_BED_ANIM
65
+#define STATUS_HEATERS_XSPACE   20
66
+#if HOTENDS < 2
67
+  #define STATUS_HEATERS_X      48
68
+  #define STATUS_BED_X          72
69
+#else
70
+  #define STATUS_HEATERS_X      40
71
+  #define STATUS_BED_X          80
72
+#endif

+ 2159
- 0
config/examples/Creality/CR-20/Configuration.h
File diff suppressed because it is too large
View File


+ 2550
- 0
config/examples/Creality/CR-20/Configuration_adv.h
File diff suppressed because it is too large
View File


+ 1
- 1
config/examples/Creality/Ender-3/Configuration_adv.h View File

@@ -1795,7 +1795,7 @@
1795 1795
    * Define you own with
1796 1796
    * { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
1797 1797
    */
1798
-  #define CHOPPER_TIMING CHOPPER_DEFAULT_24V
1798
+  #define CHOPPER_TIMING CHOPPER_DEFAULT_12V
1799 1799
 
1800 1800
   /**
1801 1801
    * Monitor Trinamic drivers for error conditions,

+ 1
- 1
config/examples/Creality/Ender-5/Configuration_adv.h View File

@@ -1795,7 +1795,7 @@
1795 1795
    * Define you own with
1796 1796
    * { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
1797 1797
    */
1798
-  #define CHOPPER_TIMING CHOPPER_DEFAULT_24V
1798
+  #define CHOPPER_TIMING CHOPPER_DEFAULT_12V
1799 1799
 
1800 1800
   /**
1801 1801
    * Monitor Trinamic drivers for error conditions,

+ 1
- 1
config/examples/Tevo/Tarantula Pro/Configuration_adv.h View File

@@ -1791,7 +1791,7 @@
1791 1791
    * Define you own with
1792 1792
    * { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
1793 1793
    */
1794
-  #define CHOPPER_TIMING CHOPPER_DEFAULT_24V
1794
+  #define CHOPPER_TIMING CHOPPER_DEFAULT_12V
1795 1795
 
1796 1796
   /**
1797 1797
    * Monitor Trinamic drivers for error conditions,

Loading…
Cancel
Save