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

Generated Gcode produces 2 level of cut Z axes

Discussion in 'SketchUcam Help' started by skunky, Mar 17, 2019.

  1. skunky

    skunky New Member

    Offline
    Messages:
    2
    Trophy Points:
    3
    Location:
    Canada
    Im new to CNC, playing with China engraver.
    Using Sketchup V8 and V16 with version 1.4d sketchucam.
    Have test file that puts gcode out for 2 levels of cut. Cuts a plain bax, moves to a pocket and tries to cut at wrong Z. Have tried many different options but all come out the same.
    Il try and post code I get.
    Newbe, so probably a simple thing Im doing wrong.
    Thanks in advance.
    ====================
    %
    (Generated by SketchUcam V1.4d-80c0152)
    (File: test01-V8.skp)
    (Bit diameter: 0.2000mm)
    (Feed rate: 100.0000mm/min)
    (Material Thickness: 12.7000mm)
    (Material length: 150.0000mm X width: 200.0000mm)
    (Overhead Gantry: true)
    (Plunge Depth first)
    (Plunge Use fuzzy hole OFF)
    (Optimization is ON)
    (www.PhlatBoyz.com)
    (ECS- ????)
    G90 G21 G49 G17 G91.1 F100
    M3 S800
    G00 Z5.000
    X168.215 Y96.585
    G00 Z0.500
    G01 Z-13.335 F100
    Y116.385
    X178.015
    Y96.585
    X168.215
    G00 Z5.000
    X164.942 Y125.086
    G00 Z0.500
    G01 Z-0.635 F100
    Y131.686
    X166.390
    Y125.086
    X167.838
    Y131.686
    X169.285
    Y125.086
    X170.733
    Y131.686
    X172.181
    Y125.086
    X173.629
    Y131.686
    X175.077
    Y125.086
    X176.524
    Y131.686
    X177.972
    Y125.086
    X179.420
    Y131.686
    X180.868
    Y125.086
    G00 Z5.000
    X182.115 Y124.386
    G00 Z0.500
    G01 Z-0.635 F100
    Y132.386
    X164.115
    Y124.386
    X182.115
    G00 Z5.000
    X199.165 Y85.066
    G00 Z0.500
    G01 Z-13.335 F100
    (Warning move Y=187.0664mm GT max of 150.0000mm)
    Y150.000
    (Warning move Y=187.0664mm GT max of 150.0000mm)
    X147.165
    Y85.066
    X199.165
    G00 Z5.000
    G00 X0 Y0 (home)
    (RETRACT limiting Z to @max_z)
    G00 Z13.000
    M05
    M30
    %
     
  2. swarfer

    swarfer Moderator Staff Member

    Offline
    Messages:
    808
    Trophy Points:
    28
    Location:
    Grahamstown, South Africa
    the answer is right there in the code (-:
    Code:
    G00 Z0.500
    G01 Z-13.335 F100
    (Warning move Y=187.0664mm GT max of 150.0000mm)
    Y150.000
    (Warning move Y=187.0664mm GT max of 150.0000mm)
    X147.165
    G00 X0 Y0 (home)
    (RETRACT limiting Z to @max_z)
    
    the Y moves...
    You have set your material size to be smaller than the cut, or positioned the 'safe area' such that part of what you want to cut it outside the safe area.

    The Z limit: you have set the Z_MIN and Z_MAX incorrectly.
    The answer is here http://swarfer.github.io/sketchucam/afterinstall.html

    Also, watch these videos to get you started using SketchUcam...
    https://www.youtube.com/playlist?list=PLm728rLHCWOw-vRvTJwS_5MmKG1fs4sZ0
     
    marcomartim likes this.
  3. skunky

    skunky New Member

    Offline
    Messages:
    2
    Trophy Points:
    3
    Location:
    Canada
    I saw that but didnt think it related.
    Should know better, Good programing takes care to not crash machine.
    Thank you very much, I think Im going to like this program!
     
    swarfer likes this.

Share This Page