We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9678424 commit 4125c51Copy full SHA for 4125c51
Marlin/Configuration_adv.h
@@ -1727,11 +1727,11 @@
1727
#define CONFIGURATION_EMBEDDING
1728
1729
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
1730
- //#define BINARY_FILE_TRANSFER
+ #define BINARY_FILE_TRANSFER
1731
1732
#if ENABLED(BINARY_FILE_TRANSFER)
1733
// Include extra facilities (e.g., 'M20 F') supporting firmware upload via BINARY_FILE_TRANSFER
1734
- //#define CUSTOM_FIRMWARE_UPLOAD
+ #define CUSTOM_FIRMWARE_UPLOAD
1735
#endif
1736
1737
/**
0 commit comments