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

Plunge limiting to min_Z

Discussion in 'SketchUcam Help' started by KX-5, Nov 11, 2016.

  1. KX-5

    KX-5 Member

    Offline
    Messages:
    241
    Trophy Points:
    18
    Location:
    Urbandale, IA
    Where do I change the min_z (or @min_z)? I want to cut 2" foam, but the Z gets limited to -1.4. Here's the gcode. Thanks!!
    %
    (Generated by SketchUcam V1.4-22ee)
    (File: PoleSeparator.skp)
    (Bit diameter: 1/4")
    (Feed rate: 2' 1"/min)
    (Plunge Feed rate: 1' 8"/min)
    (Material Thickness: 2 5/16")
    (Material length: 1' 11" X width: 3' 11")
    (Overhead Gantry: true)
    (Plunge Depth first)
    (Optimization is ON)
    (www.PhlatBoyz.com)
    G90 G20 G49 G17
    M3 S8000
    G00 Z0.2500
    X1.0449 Y3.0693
    (PLUNGE limiting Z to min_z @min_z)
    G00 Z0.0200
    G01 Z-1.4000 F20
    (move = -2.544 LT min of ~ -1 13/32")
    X11.2168 F25
    G00 Z0.2500
    G00 X0 Y0 (home)
    M05
    M30
    %
     
  2. KX-5

    KX-5 Member

    Offline
    Messages:
    241
    Trophy Points:
    18
    Location:
    Urbandale, IA
    I found min_z in the constants.rb file. All is well again. :)
     
  3. swarfer

    swarfer Moderator Staff Member

    Offline
    Messages:
    808
    Trophy Points:
    28
    Location:
    Grahamstown, South Africa
    No, all is not well , modifying Constants.rb will be overwritten everytime you upgrade.

    You need to change it via the menus to properly change the defaults.
    Click the big blue question mark in the toolbar.
    You will see this:
    h1.png

    now click the red text that says 'After install - things to do'

    scroll down a little to see:
    h2.png
    There is a lot of useful information in the help that will get you going much faster than asking on the forums.
    Knowledge is power, RTFM!
     

Share This Page