Hello,
I use sketchup pro 8 to model and then create 3d (not 2.5d) cnc G-code paths. There is an excellent and elegant plugin called path2gcode.rb that works perfectly, just like I want; it simply creates g-code from any line-path with a start and end, startpoint is always at the highest z value of these two ('blue' in Sketchup) and then it works the path down to the end. It is straightforward, predictable, reliable, fast and light. But....
Sadly, this plugin does not generate true arcs, with G02 G03 I J. If the plugin would do that, it would really be perfect. (anyone? I can imagine this is a nice challenge for the programmers out here...)
As a workaround to get true arcs with G02 G03, I tried to use the sketchup DXF 3d export and let the cnc software (USB CNC controller) generate G-code from that DXF.
The DXF export of Sketchup Pro 8 turns out to be unpredictable. It tends to flip the bulge of G02 G03 arcs inward /outward, especially when arcs have negative x or y coordinates, which means I would have to correct these manually... It may have other issues I am not aware of yet. Anyway, for complex designs I am planning now it is useless, the DXF exporter of v8 Pro simply messes up the model too much.
I'm considering upgrading to v2016 pro, IF it exports DXF correctly. Does it?
PS: Maybe you wonder, why not use the trial version of v2016 and test it?... Well, I'm affraid it will give conflicts when the trial licence expires and I remove v2016. I do not have an install backup of pro 8, and Trimble does not provide backup installation files of the pro 8 version on the download page anymore.
thanks for reading