Hello,
I have modified a SKILL file to draw a path from one point to another. However, this function takes two arguments: starting and ending point.
I was wondering if it is possible to write the corner points to make it really look like a path.
Here is the code:
http://pastebin.ubuntu.com/7722058/
Currently, when we specify another location after the end point, we see a result like the right side of this image:
However, I would like to make it look like the one on the left using our function if possible.
Thank you for your response.