I wasn't quite sure where to put this so if it needs to be moved please tell me. So I recently started refining my turtle quarry program. I wanted it to be fuel efficient and somewhat fast. I have finished and tested it, and now I just wanted some feedback. I am relatively new to CC and Lua itself so obviously it's not going to be anything complicated or amazing. It was first intended to be an API but I added a function that basically did all of the things a program would do with the API loaded, so making it an API didn't seem necessary.(Although, I guess you could) I tried to use a lot of new features(new to me anyways) to make it better and easier to use. It uses ender chests to empty it's inventory when it gets full(Mine goes to my sorting system) so that it won't waste any items.

You can view screenshots here:
http://imgur.com/a/DhSrm

You can also view the code here:
http://pastebin.com/qnfqparj

And if you want to download it:
Paste ID: qnfqparj

Feedback would be greatly appreciated!
Thanks! :D/>

P.S. Thanks to Viproz for helping me with the dropoff function.