Hi! I tried out your program and it worked very well. Did exactly what I expected. Good job :)/>
A little bit of polish and a suggestion though.
I think it would be faster if instead of turning around to place torches, you just use turtle.placeUp(). This way it is about a second quicker anytime it wants to place a torch.
Also, if you take the time to learn how they work, it is much better to use local variables so you don't "pollute the global namespace", but that is a bit advanced so probably don't worry about it yet.
Finally maybe prompt the user for a distance if they didn't input one instead of just using a default. Or maybe just print the help if you have no arguments.
Also a suggestion, you mentioned you would work on the fueling section of your program. If you wanted to take a tip (or use it verbatim, I don't care), you could look at a
simplified and commented writing of how I handle getting fuelThat's about it. If you have any questions or need help you can feel free to ask me.
Also I love the quote in your signature :)/>