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 tool bug

Discussion in 'SketchUcam Bugs' started by gerble1000, Dec 2, 2014.

  1. gerble1000

    gerble1000 New Member

    Offline
    Messages:
    8
    Trophy Points:
    3
    Location:
    Plymouth
    hey guyz. i used the plunge tool perfectly untill i wanted to do a larger plunge diameter.
    i set the plunge at 100% depth and 16mm diameter. when i tested the code out on the machine it started to make a bigger hole than my machine could handle. here is the output gcode.

    %
    (Generated by SketchUcam {1.2})
    (File: jukebox front.skp)
    (Bit diameter: 3.0mm)
    (Feed rate: 2540.0mm/min)
    (Material Thickness: 15.0mm)
    (Material length: 526.0mm X width: 360.0mm)
    (Overhead Gantry: true)
    (Retract feed rate NOT limited to plunge feed rate)
    (Multipass enabled, Depth = 8.0mm)
    (Optimization is ON)
    (www.PhlatBoyz.com)
    G90 G21 G49
    M3 S15000
    G0 Z5.000
    (Pass: 1)
    X180.000 Y25.000
    (plungebore depth=15.000 diam=16.000 )
    G00 Z1.667
    G01 Z-8.000 F2540
    G00 z1.667
    G01 Z-15.000
    G00 z1.667
    G00 Y23.5000
    G01 Z0.0000
    G03 X180.0000 Y23.5000 Z-8.0000 I0 J1.5000
    G03 X180.0000 Y23.5000 Z-15.0000 I0 J1.5000
    G03 X180.0000 Y23.5000 I0.0 J1.5000
    G0 Z1.667
    G00 Y22.0000
    G01 Z0.0000
    G03 X180.0000 Y22.0000 Z-8.0000 I0 J3.0000
    G03 X180.0000 Y22.0000 Z-15.0000 I0 J3.0000
    G03 X180.0000 Y22.0000 I0.0 J3.0000
    G0 Z1.667
    G00 Y20.5000
    G01 Z0.0000
    G03 X180.0000 Y20.5000 Z-8.0000 I0 J4.5000
    G03 X180.0000 Y20.5000 Z-15.0000 I0 J4.5000
    G03 X180.0000 Y20.5000 I0.0 J4.5000
    G0 Z1.667
    G00 Y19.0000
    G01 Z0.0000
    G03 X180.0000 Y19.0000 Z-8.0000 I0 J6.0000
    G03 X180.0000 Y19.0000 Z-15.0000 I0 J6.0000
    G03 X180.0000 Y19.0000 I0.0 J6.0000
    G0 Z1.667
    G00 Y18.5000
    G01 Z0.0000
    G03 X180.0000 Y18.5000 Z-8.0000 I0 J6.5000
    G03 X180.0000 Y18.5000 Z-15.0000 I0 J6.5000
    G03 X180.0000 Y18.5000 I0.0 J6.5000
    G00 Y25.000 Z5.000
    (plungebore end)
    G0 X0 Y0 (home)
    M05
    M30
    %
     
  2. swarfer

    swarfer Moderator Staff Member

    Offline
    Messages:
    808
    Trophy Points:
    28
    Location:
    Grahamstown, South Africa
    nothing wrong with that Gcode at all.
    for example the last line
    G03 X180.0000 Y18.5000 I0.0 J6.5000
    says go to X180.0000 Y18.5000 and do a circle of 6.5mm radius. 6.5 + 1.5 (half the bit) is 8, which will give you a 16mm diam circle.

    "bigger than your machine can handle" I interpret to mean that your machine controller ignored the G21 (set metric mm mode) and is considering the numbers as inches. that would make some big circles!
     
    Last edited: Dec 2, 2014
  3. gerble1000

    gerble1000 New Member

    Offline
    Messages:
    8
    Trophy Points:
    3
    Location:
    Plymouth
    oh ok. i shall investigate :)
     
  4. gerble1000

    gerble1000 New Member

    Offline
    Messages:
    8
    Trophy Points:
    3
    Location:
    Plymouth
    wierd. i ran it again and it work fine :)
     

Share This Page