I'm trying to test out a laser module. I drew a little happy face. When I generate the gcode it looks ok in sketchup, but has a bunch of circles in Mach3. What Am I doing wrong? Thanks Ringo
Hi Ringo Mach3 defaults to absolute IJ format for ARCS but SketchUcam uses incremental format. There is an option for outputting the code to set MAch3 to incremental mode: In Sketchup click Tools Phlatboyz options feature options then set 'use incrmental IJ' to true now regenerate your gcode be aware that Mach3 will probably remember this setting until it is changed so it will expect incremental arcs next time it starts up. To set it back to absolute mode give a G90.1 command. Technically every Gcode file you run should have either G91.1 or G90.1 at the top to set the mode it needs, never leave anything to chance! (but Sketchucam has to have this as an option because GRBL does not recognize the command)