How to upload to SD card in ESP3D 3.0? #925
-
It has been some time since i haven't used ESP3D and Marlin, so i might have oddly forgotten some basics. Any pointers? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Supported SD modes in V3 are described here : http://esp3d.io/esp3d/v3.x/documentation/sdtransfer/index.html
The M28/M29 protocol support has been dropped in V3 |
Beta Was this translation helpful? Give feedback.
-
I am currently researching this issue. 1- I understand that Marlin has an optimized binary transfer mode triggered by M28 B1, provided BINARY_FILE_TRANSFER is uncommented in Configuration_adv.h. Is this mode buggy and/or as well? 2- How is UPLOAD_FAST_SERIAL_SD set up with a ramps board with Marlin firmware? Note: I am currently testing ESP3D 3.0 on an ESP-01 (so no extra GPIO pins) |
Beta Was this translation helpful? Give feedback.
-
1 - M28 mode itself is not buggy, but subject to any external queries coming, which make it not reliable, and it is slow like hell ,so after using it once, people do not use anymore. 2 - you cannot, it is used only by MKS Marlin code and linked to specific TFT in Marlin - not related to ESP3D |
Beta Was this translation helpful? Give feedback.
-
1- Is it possible to restore the slow and problematic M28/M29 mode for ESP3D v3? Transferring small gcode test files back and forth via SD card when doing printer calibration and testing isn't fun. 2- Maybe the wording isn't clear then: |
Beta Was this translation helpful? Give feedback.
Supported SD modes in V3 are described here : http://esp3d.io/esp3d/v3.x/documentation/sdtransfer/index.html
and status is here : #540 (comment)
The M28/M29 protocol support has been dropped in V3