[ENHANCEMENT] Increase I2C M260 buffer size #4343
Labels
enhancement
Improvement proposal based on existing features.
good first issue
Good first issue for new developers.
Printer model
All that support I2C
Describe the enhancement
The current implementation of the
M260
command is great, and allows users to communicate with external devices. However, the maximum buffer size of 32 bytes can be limiting. I don't know if this is a hardware restriction, or in software. I did look in theSTM32F427ZIT6
's datasheet, and couldn't find anything. If this is a hardware limitation, let me know and close the issue.Expected functionality
The print file would be able to add, say, up to 256 bytes to the buffer, and send it all in one command.
The text was updated successfully, but these errors were encountered: