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

How can you set depth of cut less than 0.125

Discussion in 'SketchUcam Help' started by Beejay, Jul 26, 2014.

  1. Beejay

    Beejay New Member

    Offline
    Messages:
    9
    Trophy Points:
    1
    Location:
    North Shields, England
    Hi, I have almost finished building a 3 axis CNC machine and have just started using sketchup with your plugin and I really like it.
    One thing I would like to do, is a bit of engraving in wood but I cant seem to be able to set the depth of cut less than 0.125. I have been using the centre line tool in phlatscript for this. Am I missing something or is there some other command I could use? Any advice would be welcomed
    Brian
     
  2. rescue911

    rescue911 Active Member

    Offline
    Messages:
    418
    Trophy Points:
    28
    Location:
    earth
    Hope this will help.
     

    Attached Files:

  3. rescue911

    rescue911 Active Member

    Offline
    Messages:
    418
    Trophy Points:
    28
    Location:
    earth
    Another one .This one may be better Beejay.
     

    Attached Files:

  4. Beejay

    Beejay New Member

    Offline
    Messages:
    9
    Trophy Points:
    1
    Location:
    North Shields, England
    Thanks for your response but I have not made myself clear.
    If I use the CentreLine tool and select say a rectangle the gcode produced for the Z axis always moves the depth of cut to 0.125 (1/8th inch) and I can't see a way to be able to change it in sketchup. I tried changing tab depth and multipath depth but to no avail it still sets it to 0.125 in the code. I enclose a simple example below which cuts a rectangle

    %
    (Generated by SketchUcam {1.1d})
    (Bit diameter: 1/8")
    (Feed rate: 8' 4"/min)
    (Material Thickness: 1/4")
    (Material length: 5" X width: 5")
    (Overhead Gantry: true)
    (Retract feed rate NOT limited to plunge feed rate)
    (Optimization is ON)
    (www.PhlatBoyz.com)
    G90 G20 G49
    M3 S15000
    G0 Z0.1250
    X0.8454 Y0.3397
    G1 Z-0.1250 F100
    Y2.4647
    X2.2204
    Y0.3397
    X0.8454
    G0 Z0.1250
    G0 X0 Y0 (home)
    M05
    M30
    %
    I am probably missing the obvious so thanks in advance
    Brian
     
  5. ewo

    ewo Moderator Staff Member

    Offline
    Messages:
    701
    Trophy Points:
    18
    Location:
    Indiana
    Hi Brian
    If i understand correctly . Try decreasing the thickness of the part
    If your part is setup as being 1/8" Decrease that to 1/16" and set cut through to zero
    or leave it as is and set cut through at whatever depth you want . Say -025
     
  6. Beejay

    Beejay New Member

    Offline
    Messages:
    9
    Trophy Points:
    1
    Location:
    North Shields, England
    Hi Ewo,
    That's exactly what I wanted - as usual it's so obvious when someone tells you. Thanks a lot no doubt there will be more questions as I get more deeply into it
    Brian
     
  7. 3DMON

    3DMON Moderator Staff Member

    Offline
    Messages:
    2,380
    Trophy Points:
    38
    Location:
    Sebastian, Florida
    Have you looked at the instructions? Click on the question mark icon.

    Here is how to change the depth for the centerline tool.

    Center line Tool - This tool is used to define a center line cut on a SketchUp edge. The common use of center lines, is to cut a shallow graphical design or slot. If you are able to draw the necessary pattern of lines to form a pocket, you can also use center lines to cut out the pocket. Pocket milling is when you cut out shallow openings, that doesn't penetrate to the other side.

    It automatically selects all connected edges. Press the ["Shift" key], if you only want a single edge.

    Use the ["Left Arrow"]["Right Arrow"] keys to scroll through the preset depths: [25%, 50%, 75% & 100%]. This will result in the cut depth, as a percentage of the material thickness. You can see the current depth factor in the VCB (lower right hand corner in SketchUp).
    Use the ["Down" key] to set the depth back to the default of 50%.

    Note: You can type custom depth values into the VCB, using your keyboard. The value is not accepted, until the "Enter" key is pressed. Then the % suffix will appear with the VCB value, which indicates the value is now set. Max value allowed is 140%.
     
  8. Beejay

    Beejay New Member

    Offline
    Messages:
    9
    Trophy Points:
    1
    Location:
    North Shields, England
    Thanks Shaun,
    Your help and that of others contributors is appreciated
    Brian
     
  9. swarfer

    swarfer Moderator Staff Member

    Offline
    Messages:
    808
    Trophy Points:
    28
    Location:
    Grahamstown, South Africa
    Beejay, what you have missed is reading the SketchUcam help (big blue question mark on the right end of the toolbar) and watching all the instruction videos (linked from the 'How to install' message at the top of the Download thread on this forum). These resources will give you a head start on using the system to the fullest extent.
     

Share This Page