Posted 29 January 2013 - 04:16 PM
Ok, so I basically took the excavate program, and added another parameter. So now you can dig out a cube size x size x depth using the following command-line:
to get it, use this on the turtle:
Here's the pastebin for viewing the code. I changed one line at the top, and added a condition around line 326 that checks to see if the depth is greater than the maxDepth, as defined by 2nd variable in the command-line.
Not a major update, just something cool to use. Hope you enjoy it.
pastebin: http://pastebin.com/jiSq9rF0
room <diameter> <depth>
to get it, use this on the turtle:
pastebin get jiSq9rF0 room
(or whatever you wanna call it).Here's the pastebin for viewing the code. I changed one line at the top, and added a condition around line 326 that checks to see if the depth is greater than the maxDepth, as defined by 2nd variable in the command-line.
Not a major update, just something cool to use. Hope you enjoy it.
pastebin: http://pastebin.com/jiSq9rF0