File tree 6 files changed +100
-70
lines changed
6 files changed +100
-70
lines changed Original file line number Diff line number Diff line change 35
35
*
36
36
* Advanced settings can be found in Configuration_adv.h
37
37
*/
38
- #define CONFIGURATION_H_VERSION 02010204
38
+ #define CONFIGURATION_H_VERSION 02010205
39
39
40
40
//===========================================================================
41
41
//============================= Getting Started =============================
Original file line number Diff line number Diff line change 30
30
*
31
31
* Basic settings can be found in Configuration.h
32
32
*/
33
- #define CONFIGURATION_ADV_H_VERSION 02010204
33
+ #define CONFIGURATION_ADV_H_VERSION 02010205
34
34
35
35
// @section develop
36
36
Original file line number Diff line number Diff line change 28
28
/**
29
29
* Marlin release version identifier
30
30
*/
31
- //#define SHORT_BUILD_VERSION "2.1.2.4 "
31
+ //#define SHORT_BUILD_VERSION "2.1.2.5 "
32
32
33
33
/**
34
34
* Verbose version identifier which should contain a reference to the location
41
41
* here we define this default string as the date where the latest release
42
42
* version was tagged.
43
43
*/
44
- //#define STRING_DISTRIBUTION_DATE "2024-05-29"
44
+ //#define STRING_DISTRIBUTION_DATE "2024-11-18"
45
+
46
+ /**
47
+ * The protocol for communication to the host. Protocol indicates communication
48
+ * standards such as the use of ASCII, "echo:" and "error:" line prefixes, etc.
49
+ * (Other behaviors are given by the firmware version and capabilities report.)
50
+ */
51
+ //#define PROTOCOL_VERSION "1.0"
45
52
46
53
/**
47
54
* Defines a generic printer name to be output to the LCD after booting Marlin.
68
75
//#define WEBSITE_URL "marlinfw.org"
69
76
70
77
/**
71
- * Set the vendor info the serial USB interface, if changable
72
- * Currently only supported by DUE platform
78
+ * Set the vendor info the serial USB interface, if changeable.
79
+ * Currently only supported by DUE platform.
73
80
*/
74
81
//#define USB_DEVICE_VENDOR_ID 0x0000
75
82
//#define USB_DEVICE_PRODUCT_ID 0x0000
Original file line number Diff line number Diff line change 25
25
* Release version. Leave the Marlin version or apply a custom scheme.
26
26
*/
27
27
#ifndef SHORT_BUILD_VERSION
28
- #define SHORT_BUILD_VERSION "2.1.2.4 "
28
+ #define SHORT_BUILD_VERSION "2.1.2.5 "
29
29
#endif
30
30
31
31
/**
42
42
* version was tagged.
43
43
*/
44
44
#ifndef STRING_DISTRIBUTION_DATE
45
- #define STRING_DISTRIBUTION_DATE "2024-06-16 "
45
+ #define STRING_DISTRIBUTION_DATE "2024-11-18 "
46
46
#endif
47
47
48
48
/**
52
52
* to alert users to major changes.
53
53
*/
54
54
55
- #define MARLIN_HEX_VERSION 02010204
55
+ #define MARLIN_HEX_VERSION 02010205
56
56
#ifndef REQUIRED_CONFIGURATION_H_VERSION
57
57
#define REQUIRED_CONFIGURATION_H_VERSION MARLIN_HEX_VERSION
58
58
#endif
101
101
#endif
102
102
103
103
/**
104
- * Set the vendor info the serial USB interface, if changable
105
- * Currently only supported by DUE platform
104
+ * Set the vendor info the serial USB interface, if changeable.
105
+ * Currently only supported by DUE platform.
106
106
*/
107
107
#ifndef USB_DEVICE_VENDOR_ID
108
108
#define USB_DEVICE_VENDOR_ID 0x03EB /* ATMEL VID */
You can’t perform that action at this time.
0 commit comments