1. Hey guyz. Welcome to the All New Phlatforum!



    Sign Up and take a look around. There are so many awesome new features.

    The Phlatforum is a place we can all hang out and

    have fun sharing our RC adventures!

  2. Dismiss Notice

Laser

Discussion in 'SketchUcam Help' started by Ringo Davis, Jan 8, 2018.

  1. Ringo Davis

    Ringo Davis Member

    Offline
    Messages:
    60
    Trophy Points:
    8
    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
     

    Attached Files:

  2. swarfer

    swarfer Moderator Staff Member

    Offline
    Messages:
    808
    Trophy Points:
    28
    Location:
    Grahamstown, South Africa
    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)
     
  3. Ringo Davis

    Ringo Davis Member

    Offline
    Messages:
    60
    Trophy Points:
    8
    Thanks, I appreciate the explanation and the help.
    Ringo
     

Share This Page