Skip to content

Commit 5c6fc4f

Browse files
committed
🔧 M485 future protocol
MarlinFirmware/Marlin#25680
1 parent 3482b98 commit 5c6fc4f

File tree

373 files changed

+373
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

373 files changed

+373
-0
lines changed

‎config/default/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/3DFabXYZ/Migbot/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
*/
122122
//#define RS485_SERIAL_PORT 1
123123
#ifdef RS485_SERIAL_PORT
124+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
124125
//#define RS485_BUS_BUFFER_SIZE 128
125126
#endif
126127

‎config/examples/3DMatik/XL/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/ADIMLab/Gantry v1/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/ADIMLab/Gantry v2/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Alfawise/U20-bltouch/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
*/
159159
//#define RS485_SERIAL_PORT 1
160160
#ifdef RS485_SERIAL_PORT
161+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
161162
//#define RS485_BUS_BUFFER_SIZE 128
162163
#endif
163164

‎config/examples/Alfawise/U20/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
*/
159159
//#define RS485_SERIAL_PORT 1
160160
#ifdef RS485_SERIAL_PORT
161+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
161162
//#define RS485_BUS_BUFFER_SIZE 128
162163
#endif
163164

‎config/examples/AliExpress/CL-260/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/AliExpress/UM2pExt/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Anet/A2/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Anet/A2plus/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Anet/A6/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Anet/A8/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Anet/A8plus/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Anet/A9/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Anet/E10/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Anet/E16/BTT SKR 1.3/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Anet/E16/Stock/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Anet/ET4+/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Anet/ET4-Pro/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Anet/ET4/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Anet/ET4X/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Anet/ET5-Pro/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Anet/ET5/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Anet/ET5X/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/AnyCubic/Chiron/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
*/
124124
//#define RS485_SERIAL_PORT 1
125125
#ifdef RS485_SERIAL_PORT
126+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
126127
//#define RS485_BUS_BUFFER_SIZE 128
127128
#endif
128129

‎config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/AnyCubic/Vyper/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
*/
144144
//#define RS485_SERIAL_PORT 1
145145
#ifdef RS485_SERIAL_PORT
146+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
146147
//#define RS485_BUS_BUFFER_SIZE 128
147148
#endif
148149

‎config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
*/
124124
//#define RS485_SERIAL_PORT 1
125125
#ifdef RS485_SERIAL_PORT
126+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
126127
//#define RS485_BUS_BUFFER_SIZE 128
127128
#endif
128129

‎config/examples/AnyCubic/i3/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/ArmEd/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Artillery/Genius Pro/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Artillery/Genius/BLTouch/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Artillery/Genius/V1/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Artillery/Hornet/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Artillery/Sidewinder X1/V1/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Artillery/Sidewinder X2/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/Azteeg/X5GT/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/BIBO/TouchX/cyclops/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/BIBO/TouchX/default - BLTouch/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/BIBO/TouchX/default/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/BIQU/B1 SE Plus/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/BIQU/B1 SE/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
*/
121121
//#define RS485_SERIAL_PORT 1
122122
#ifdef RS485_SERIAL_PORT
123+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
123124
//#define RS485_BUS_BUFFER_SIZE 128
124125
#endif
125126

‎config/examples/BIQU/B1/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
*/
128128
//#define RS485_SERIAL_PORT 1
129129
#ifdef RS485_SERIAL_PORT
130+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
130131
//#define RS485_BUS_BUFFER_SIZE 128
131132
#endif
132133

‎config/examples/BIQU/BX/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
*/
125125
//#define RS485_SERIAL_PORT 1
126126
#ifdef RS485_SERIAL_PORT
127+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
127128
//#define RS485_BUS_BUFFER_SIZE 128
128129
#endif
129130

‎config/examples/BIQU/Hurakan/Configuration.h

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
*/
124124
//#define RS485_SERIAL_PORT 1
125125
#ifdef RS485_SERIAL_PORT
126+
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
126127
//#define RS485_BUS_BUFFER_SIZE 128
127128
#endif
128129

0 commit comments

Comments
 (0)