Skip to content

Commit

Permalink
Make FAST_FILE_TRANSFER a sub-option of SDSUPPORT
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Oct 31, 2018
1 parent 870f659 commit ef78419
Show file tree
Hide file tree
Showing 61 changed files with 436 additions and 259 deletions.
3 changes: 3 additions & 0 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/default/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/Anet/A2/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/Anet/A2plus/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/Anet/A6/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/Anet/A8/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/ArmEd/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/Cartesio/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/Creality/CR-8/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/Einstart-S/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/Felix/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/Formbot/Raptor/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/MakerParts/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/RigidBot/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/SCARA/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
3 changes: 3 additions & 0 deletions Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
#define SD_FIRMWARE_UPDATE_INACTIVE_VALUE 0xFF
#endif

// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define FAST_FILE_TRANSFER

#endif // SDSUPPORT

/**
Expand Down
Loading

0 comments on commit ef78419

Please sign in to comment.