I would like to attach a SD card to the ESP8266, be able to upload GCODE code to it over WLAN, and have the ESP8266 send that GCODE over the serial connection to the 3D printer. I think that this should be pretty straightforward to implement, but the sending part must listen to "ok" and other such messages coming from the printer, and only send further code if they arrive.