Even Bigger Robotic Drawing
Yet Another Art Nouveau Inspired Drawing In Process In Process I had some fun issues during this project. They were extremely frustrating at the time, but they're the kind of thing that make you understand what's happening better when you have to learn why they're broken. At first, my units were wrong. I was working in feet for the sake of getting the paper size right, but having the document set to feet completely broke the grasshopper definition. Well, actually it worked exactly as it was supposed to, it's just that every numerical value in the definition was now relative to my document settings. Which is how I ended up with a Z offset of 10 feet. That took some figuring out and a lot of back and forth between Rhino and Avid. Then, my Gcode was throwing errors because I couldn't get grasshopper to stream the data the right way and had to just copy and paste. Then I had thirty thousand lines of code... that all had line numbers in front of them. T...