diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index d0fd22139835dfe83041c7ec57aa002e45d48174..a0929dc96f9a673d82a75648175157e7ee81ead2 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of * devices on the bus. * * ; Example #1 - * ; This macro send the string "Marlin" to the slave device with address 0x63 + * ; This macro send the string "Marlin" to the slave device with address 0x63 (99) * ; It uses multiple M155 commands with one B<base 10> arg - * M155 A63 ; Target slave address + * M155 A99 ; Target slave address * M155 B77 ; M * M155 B97 ; a * M155 B114 ; r @@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of * M155 S1 ; Send the current buffer * * ; Example #2 - * ; Request 6 bytes from slave device with address 0x63 - * M156 A63 B5 + * ; Request 6 bytes from slave device with address 0x63 (99) + * M156 A99 B5 * * ; Example #3 * ; Example serial output of a M156 request - * echo:i2c-reply: from:63 bytes:5 data:hello + * echo:i2c-reply: from:99 bytes:5 data:hello */ // @section i2cbus diff --git a/Marlin/example_configurations/Cartesio/Configuration_adv.h b/Marlin/example_configurations/Cartesio/Configuration_adv.h index c69dc70f05b2a7f315392fabc5cb25621efaf331..c8d9be298ea9084ac90d63ad180e979f8c4d71f3 100644 --- a/Marlin/example_configurations/Cartesio/Configuration_adv.h +++ b/Marlin/example_configurations/Cartesio/Configuration_adv.h @@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of * devices on the bus. * * ; Example #1 - * ; This macro send the string "Marlin" to the slave device with address 0x63 + * ; This macro send the string "Marlin" to the slave device with address 0x63 (99) * ; It uses multiple M155 commands with one B<base 10> arg - * M155 A63 ; Target slave address + * M155 A99 ; Target slave address * M155 B77 ; M * M155 B97 ; a * M155 B114 ; r @@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of * M155 S1 ; Send the current buffer * * ; Example #2 - * ; Request 6 bytes from slave device with address 0x63 - * M156 A63 B5 + * ; Request 6 bytes from slave device with address 0x63 (99) + * M156 A99 B5 * * ; Example #3 * ; Example serial output of a M156 request - * echo:i2c-reply: from:63 bytes:5 data:hello + * echo:i2c-reply: from:99 bytes:5 data:hello */ // @section i2cbus diff --git a/Marlin/example_configurations/Felix/Configuration_adv.h b/Marlin/example_configurations/Felix/Configuration_adv.h index 1cdad67fa3addef48160568f8ed9389ff9c16cb0..d739c56a8f05202380e7fc5985895bcdcb0963a6 100644 --- a/Marlin/example_configurations/Felix/Configuration_adv.h +++ b/Marlin/example_configurations/Felix/Configuration_adv.h @@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of * devices on the bus. * * ; Example #1 - * ; This macro send the string "Marlin" to the slave device with address 0x63 + * ; This macro send the string "Marlin" to the slave device with address 0x63 (99) * ; It uses multiple M155 commands with one B<base 10> arg - * M155 A63 ; Target slave address + * M155 A99 ; Target slave address * M155 B77 ; M * M155 B97 ; a * M155 B114 ; r @@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of * M155 S1 ; Send the current buffer * * ; Example #2 - * ; Request 6 bytes from slave device with address 0x63 - * M156 A63 B5 + * ; Request 6 bytes from slave device with address 0x63 (99) + * M156 A99 B5 * * ; Example #3 * ; Example serial output of a M156 request - * echo:i2c-reply: from:63 bytes:5 data:hello + * echo:i2c-reply: from:99 bytes:5 data:hello */ // @section i2cbus diff --git a/Marlin/example_configurations/Hephestos/Configuration_adv.h b/Marlin/example_configurations/Hephestos/Configuration_adv.h index 537c9f52dc53a3165fb913d155db91dc3e05b054..8644b5f18ba258f7c30bac9e9e672a6ee2f88709 100644 --- a/Marlin/example_configurations/Hephestos/Configuration_adv.h +++ b/Marlin/example_configurations/Hephestos/Configuration_adv.h @@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of * devices on the bus. * * ; Example #1 - * ; This macro send the string "Marlin" to the slave device with address 0x63 + * ; This macro send the string "Marlin" to the slave device with address 0x63 (99) * ; It uses multiple M155 commands with one B<base 10> arg - * M155 A63 ; Target slave address + * M155 A99 ; Target slave address * M155 B77 ; M * M155 B97 ; a * M155 B114 ; r @@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of * M155 S1 ; Send the current buffer * * ; Example #2 - * ; Request 6 bytes from slave device with address 0x63 - * M156 A63 B5 + * ; Request 6 bytes from slave device with address 0x63 (99) + * M156 A99 B5 * * ; Example #3 * ; Example serial output of a M156 request - * echo:i2c-reply: from:63 bytes:5 data:hello + * echo:i2c-reply: from:99 bytes:5 data:hello */ // @section i2cbus diff --git a/Marlin/example_configurations/Hephestos_2/Configuration_adv.h b/Marlin/example_configurations/Hephestos_2/Configuration_adv.h index f5dad62f85548ff6108a9fa60e784c510be92b65..b52f32cfd96bb9ee8b84be50a829b595a0544de1 100644 --- a/Marlin/example_configurations/Hephestos_2/Configuration_adv.h +++ b/Marlin/example_configurations/Hephestos_2/Configuration_adv.h @@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of * devices on the bus. * * ; Example #1 - * ; This macro send the string "Marlin" to the slave device with address 0x63 + * ; This macro send the string "Marlin" to the slave device with address 0x63 (99) * ; It uses multiple M155 commands with one B<base 10> arg - * M155 A63 ; Target slave address + * M155 A99 ; Target slave address * M155 B77 ; M * M155 B97 ; a * M155 B114 ; r @@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of * M155 S1 ; Send the current buffer * * ; Example #2 - * ; Request 6 bytes from slave device with address 0x63 - * M156 A63 B5 + * ; Request 6 bytes from slave device with address 0x63 (99) + * M156 A99 B5 * * ; Example #3 * ; Example serial output of a M156 request - * echo:i2c-reply: from:63 bytes:5 data:hello + * echo:i2c-reply: from:99 bytes:5 data:hello */ // @section i2cbus diff --git a/Marlin/example_configurations/K8200/Configuration_adv.h b/Marlin/example_configurations/K8200/Configuration_adv.h index 00f203d2a7cefecaadfbca697b797f30e7e22800..ea4205027828f95293d8b625078de1a3bf9bb79c 100644 --- a/Marlin/example_configurations/K8200/Configuration_adv.h +++ b/Marlin/example_configurations/K8200/Configuration_adv.h @@ -709,9 +709,9 @@ const unsigned int dropsegments = 2; //everything with less than this number of * devices on the bus. * * ; Example #1 - * ; This macro send the string "Marlin" to the slave device with address 0x63 + * ; This macro send the string "Marlin" to the slave device with address 0x63 (99) * ; It uses multiple M155 commands with one B<base 10> arg - * M155 A63 ; Target slave address + * M155 A99 ; Target slave address * M155 B77 ; M * M155 B97 ; a * M155 B114 ; r @@ -721,12 +721,12 @@ const unsigned int dropsegments = 2; //everything with less than this number of * M155 S1 ; Send the current buffer * * ; Example #2 - * ; Request 6 bytes from slave device with address 0x63 - * M156 A63 B5 + * ; Request 6 bytes from slave device with address 0x63 (99) + * M156 A99 B5 * * ; Example #3 * ; Example serial output of a M156 request - * echo:i2c-reply: from:63 bytes:5 data:hello + * echo:i2c-reply: from:99 bytes:5 data:hello */ // @section i2cbus diff --git a/Marlin/example_configurations/RigidBot/Configuration_adv.h b/Marlin/example_configurations/RigidBot/Configuration_adv.h index 9f4ef31cbd316eae8d8aac67be9ee07663d28c0d..4f38b0c4c3fc0fe0b28c38e9a91953512ea02626 100644 --- a/Marlin/example_configurations/RigidBot/Configuration_adv.h +++ b/Marlin/example_configurations/RigidBot/Configuration_adv.h @@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of * devices on the bus. * * ; Example #1 - * ; This macro send the string "Marlin" to the slave device with address 0x63 + * ; This macro send the string "Marlin" to the slave device with address 0x63 (99) * ; It uses multiple M155 commands with one B<base 10> arg - * M155 A63 ; Target slave address + * M155 A99 ; Target slave address * M155 B77 ; M * M155 B97 ; a * M155 B114 ; r @@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of * M155 S1 ; Send the current buffer * * ; Example #2 - * ; Request 6 bytes from slave device with address 0x63 - * M156 A63 B5 + * ; Request 6 bytes from slave device with address 0x63 (99) + * M156 A99 B5 * * ; Example #3 * ; Example serial output of a M156 request - * echo:i2c-reply: from:63 bytes:5 data:hello + * echo:i2c-reply: from:99 bytes:5 data:hello */ // @section i2cbus diff --git a/Marlin/example_configurations/SCARA/Configuration_adv.h b/Marlin/example_configurations/SCARA/Configuration_adv.h index add39fa3e1a043214561501d735a4585dce90038..489e57b19a10172580c6ced247d168238e73600d 100644 --- a/Marlin/example_configurations/SCARA/Configuration_adv.h +++ b/Marlin/example_configurations/SCARA/Configuration_adv.h @@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of * devices on the bus. * * ; Example #1 - * ; This macro send the string "Marlin" to the slave device with address 0x63 + * ; This macro send the string "Marlin" to the slave device with address 0x63 (99) * ; It uses multiple M155 commands with one B<base 10> arg - * M155 A63 ; Target slave address + * M155 A99 ; Target slave address * M155 B77 ; M * M155 B97 ; a * M155 B114 ; r @@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of * M155 S1 ; Send the current buffer * * ; Example #2 - * ; Request 6 bytes from slave device with address 0x63 - * M156 A63 B5 + * ; Request 6 bytes from slave device with address 0x63 (99) + * M156 A99 B5 * * ; Example #3 * ; Example serial output of a M156 request - * echo:i2c-reply: from:63 bytes:5 data:hello + * echo:i2c-reply: from:99 bytes:5 data:hello */ // @section i2cbus diff --git a/Marlin/example_configurations/TAZ4/Configuration_adv.h b/Marlin/example_configurations/TAZ4/Configuration_adv.h index 96e38bc6c4b65e482dd31888ee7c5ee7393e52db..7c3bba3740c670ee1a0a4326a4f0b056be3d59aa 100644 --- a/Marlin/example_configurations/TAZ4/Configuration_adv.h +++ b/Marlin/example_configurations/TAZ4/Configuration_adv.h @@ -711,9 +711,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of * devices on the bus. * * ; Example #1 - * ; This macro send the string "Marlin" to the slave device with address 0x63 + * ; This macro send the string "Marlin" to the slave device with address 0x63 (99) * ; It uses multiple M155 commands with one B<base 10> arg - * M155 A63 ; Target slave address + * M155 A99 ; Target slave address * M155 B77 ; M * M155 B97 ; a * M155 B114 ; r @@ -723,12 +723,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of * M155 S1 ; Send the current buffer * * ; Example #2 - * ; Request 6 bytes from slave device with address 0x63 - * M156 A63 B5 + * ; Request 6 bytes from slave device with address 0x63 (99) + * M156 A99 B5 * * ; Example #3 * ; Example serial output of a M156 request - * echo:i2c-reply: from:63 bytes:5 data:hello + * echo:i2c-reply: from:99 bytes:5 data:hello */ // @section i2cbus diff --git a/Marlin/example_configurations/WITBOX/Configuration_adv.h b/Marlin/example_configurations/WITBOX/Configuration_adv.h index 537c9f52dc53a3165fb913d155db91dc3e05b054..8644b5f18ba258f7c30bac9e9e672a6ee2f88709 100644 --- a/Marlin/example_configurations/WITBOX/Configuration_adv.h +++ b/Marlin/example_configurations/WITBOX/Configuration_adv.h @@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of * devices on the bus. * * ; Example #1 - * ; This macro send the string "Marlin" to the slave device with address 0x63 + * ; This macro send the string "Marlin" to the slave device with address 0x63 (99) * ; It uses multiple M155 commands with one B<base 10> arg - * M155 A63 ; Target slave address + * M155 A99 ; Target slave address * M155 B77 ; M * M155 B97 ; a * M155 B114 ; r @@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of * M155 S1 ; Send the current buffer * * ; Example #2 - * ; Request 6 bytes from slave device with address 0x63 - * M156 A63 B5 + * ; Request 6 bytes from slave device with address 0x63 (99) + * M156 A99 B5 * * ; Example #3 * ; Example serial output of a M156 request - * echo:i2c-reply: from:63 bytes:5 data:hello + * echo:i2c-reply: from:99 bytes:5 data:hello */ // @section i2cbus diff --git a/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h b/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h index b90ca6a1c942a55d36995607bc8552fcdb3a88ef..35a745d1b380d61d50103b5e8c981737cce4ca32 100644 --- a/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h +++ b/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h @@ -705,9 +705,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of * devices on the bus. * * ; Example #1 - * ; This macro send the string "Marlin" to the slave device with address 0x63 + * ; This macro send the string "Marlin" to the slave device with address 0x63 (99) * ; It uses multiple M155 commands with one B<base 10> arg - * M155 A63 ; Target slave address + * M155 A99 ; Target slave address * M155 B77 ; M * M155 B97 ; a * M155 B114 ; r @@ -717,12 +717,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of * M155 S1 ; Send the current buffer * * ; Example #2 - * ; Request 6 bytes from slave device with address 0x63 - * M156 A63 B5 + * ; Request 6 bytes from slave device with address 0x63 (99) + * M156 A99 B5 * * ; Example #3 * ; Example serial output of a M156 request - * echo:i2c-reply: from:63 bytes:5 data:hello + * echo:i2c-reply: from:99 bytes:5 data:hello */ // @section i2cbus diff --git a/Marlin/example_configurations/delta/generic/Configuration_adv.h b/Marlin/example_configurations/delta/generic/Configuration_adv.h index bb3674b156da3789e821994db6598f47192a9cb7..82ca2d62561cfacf5b160cc77b08d6496fb72cf9 100644 --- a/Marlin/example_configurations/delta/generic/Configuration_adv.h +++ b/Marlin/example_configurations/delta/generic/Configuration_adv.h @@ -705,9 +705,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of * devices on the bus. * * ; Example #1 - * ; This macro send the string "Marlin" to the slave device with address 0x63 + * ; This macro send the string "Marlin" to the slave device with address 0x63 (99) * ; It uses multiple M155 commands with one B<base 10> arg - * M155 A63 ; Target slave address + * M155 A99 ; Target slave address * M155 B77 ; M * M155 B97 ; a * M155 B114 ; r @@ -717,12 +717,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of * M155 S1 ; Send the current buffer * * ; Example #2 - * ; Request 6 bytes from slave device with address 0x63 - * M156 A63 B5 + * ; Request 6 bytes from slave device with address 0x63 (99) + * M156 A99 B5 * * ; Example #3 * ; Example serial output of a M156 request - * echo:i2c-reply: from:63 bytes:5 data:hello + * echo:i2c-reply: from:99 bytes:5 data:hello */ // @section i2cbus diff --git a/Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h b/Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h index cfd313dcea1b9103e7ba20338949f04671a79148..7a8eea007316dc56638b07cc7dd61bbdcf474652 100644 --- a/Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h +++ b/Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h @@ -704,9 +704,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of * devices on the bus. * * ; Example #1 - * ; This macro send the string "Marlin" to the slave device with address 0x63 + * ; This macro send the string "Marlin" to the slave device with address 0x63 (99) * ; It uses multiple M155 commands with one B<base 10> arg - * M155 A63 ; Target slave address + * M155 A99 ; Target slave address * M155 B77 ; M * M155 B97 ; a * M155 B114 ; r @@ -716,12 +716,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of * M155 S1 ; Send the current buffer * * ; Example #2 - * ; Request 6 bytes from slave device with address 0x63 - * M156 A63 B5 + * ; Request 6 bytes from slave device with address 0x63 (99) + * M156 A99 B5 * * ; Example #3 * ; Example serial output of a M156 request - * echo:i2c-reply: from:63 bytes:5 data:hello + * echo:i2c-reply: from:99 bytes:5 data:hello */ // @section i2cbus diff --git a/Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h b/Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h index 221ddb16c3492938b205fc8ebcb178e253a96df8..4b514406560bd861594b44e4c0e653b8268982f2 100644 --- a/Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h +++ b/Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h @@ -709,9 +709,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of * devices on the bus. * * ; Example #1 - * ; This macro send the string "Marlin" to the slave device with address 0x63 + * ; This macro send the string "Marlin" to the slave device with address 0x63 (99) * ; It uses multiple M155 commands with one B<base 10> arg - * M155 A63 ; Target slave address + * M155 A99 ; Target slave address * M155 B77 ; M * M155 B97 ; a * M155 B114 ; r @@ -721,12 +721,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of * M155 S1 ; Send the current buffer * * ; Example #2 - * ; Request 6 bytes from slave device with address 0x63 - * M156 A63 B5 + * ; Request 6 bytes from slave device with address 0x63 (99) + * M156 A99 B5 * * ; Example #3 * ; Example serial output of a M156 request - * echo:i2c-reply: from:63 bytes:5 data:hello + * echo:i2c-reply: from:99 bytes:5 data:hello */ // @section i2cbus diff --git a/Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h b/Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h index 7286e3a6976497b7442422ee73200e94f8b66d67..fb59b0df4bcca4a68f19f213140c952f9f85beed 100644 --- a/Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h +++ b/Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h @@ -705,9 +705,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of * devices on the bus. * * ; Example #1 - * ; This macro send the string "Marlin" to the slave device with address 0x63 + * ; This macro send the string "Marlin" to the slave device with address 0x63 (99) * ; It uses multiple M155 commands with one B<base 10> arg - * M155 A63 ; Target slave address + * M155 A99 ; Target slave address * M155 B77 ; M * M155 B97 ; a * M155 B114 ; r @@ -717,12 +717,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of * M155 S1 ; Send the current buffer * * ; Example #2 - * ; Request 6 bytes from slave device with address 0x63 - * M156 A63 B5 + * ; Request 6 bytes from slave device with address 0x63 (99) + * M156 A99 B5 * * ; Example #3 * ; Example serial output of a M156 request - * echo:i2c-reply: from:63 bytes:5 data:hello + * echo:i2c-reply: from:99 bytes:5 data:hello */ // @section i2cbus diff --git a/Marlin/example_configurations/makibox/Configuration_adv.h b/Marlin/example_configurations/makibox/Configuration_adv.h index 820d9d53e3cb03a1cd93e96c062924cbe98d6f87..b8c45f2cb6b5e72b3970448672b09138cb99b2fe 100644 --- a/Marlin/example_configurations/makibox/Configuration_adv.h +++ b/Marlin/example_configurations/makibox/Configuration_adv.h @@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of * devices on the bus. * * ; Example #1 - * ; This macro send the string "Marlin" to the slave device with address 0x63 + * ; This macro send the string "Marlin" to the slave device with address 0x63 (99) * ; It uses multiple M155 commands with one B<base 10> arg - * M155 A63 ; Target slave address + * M155 A99 ; Target slave address * M155 B77 ; M * M155 B97 ; a * M155 B114 ; r @@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of * M155 S1 ; Send the current buffer * * ; Example #2 - * ; Request 6 bytes from slave device with address 0x63 - * M156 A63 B5 + * ; Request 6 bytes from slave device with address 0x63 (99) + * M156 A99 B5 * * ; Example #3 * ; Example serial output of a M156 request - * echo:i2c-reply: from:63 bytes:5 data:hello + * echo:i2c-reply: from:99 bytes:5 data:hello */ // @section i2cbus diff --git a/Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h b/Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h index fd96c894740f87d002eb0bd76f2ae621fdde4880..7da66c7733b32b51b7f637e81b843f06877212e7 100644 --- a/Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h +++ b/Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h @@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of * devices on the bus. * * ; Example #1 - * ; This macro send the string "Marlin" to the slave device with address 0x63 + * ; This macro send the string "Marlin" to the slave device with address 0x63 (99) * ; It uses multiple M155 commands with one B<base 10> arg - * M155 A63 ; Target slave address + * M155 A99 ; Target slave address * M155 B77 ; M * M155 B97 ; a * M155 B114 ; r @@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of * M155 S1 ; Send the current buffer * * ; Example #2 - * ; Request 6 bytes from slave device with address 0x63 - * M156 A63 B5 + * ; Request 6 bytes from slave device with address 0x63 (99) + * M156 A99 B5 * * ; Example #3 * ; Example serial output of a M156 request - * echo:i2c-reply: from:63 bytes:5 data:hello + * echo:i2c-reply: from:99 bytes:5 data:hello */ // @section i2cbus