586,113 active members*
3,252 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > EdgeCam > G01 after each line problem
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2014
    Posts
    4

    G01 after each line problem

    hi , i'm working with amada lasercut 645 machine and for programming i'm using edgecam3.1 and cimco6 softwares , everything worked fine for 3years until today one of partners messed up something in edgecam and now everytime i try to generate code with it my code has many useless G01 lines that just increasing the size of the program i even uninstall edgecam and cimco but nothing changed ,please if anyone knows how can i fix this problem i would really appreciate it .i'm sorry for my bad english.
    Code:
     % O:1();
     #500=(PIERCING CONDITION)
     #501=(FIRST CUT CONDITION)
     #502=(SECOND CUT CONDITION)
    G92X1270Y1000;
     G90G93X(XOFFSET)Y(YOFFSET)Z(SHEET THICKNESS);
     G65P8001Z(ZLEVEL HEIGHT);
     G65P8000S1000B91I63J(PIERCE TIME)T92/93I64J0;
     
     
     G00 G40 X1298.191 Y193.205;
     M98P100 (START OF CUT);
     G01 X1298.188 Y193.195 F2000;
     G02 X1334.154 Y180.606 R223.543;
     X1350.461 Y170.795 R117.515;
     X1358.314 Y161.666 R27.935;
     G01 X1358.314 Y161.666;
     G02 X1359.787 Y152.627 R13.119;
     X1356.312 Y145.148 R19.01;
     X1343.373 Y134.276 R45.824;
     G01;
     G02 X1298.188 Y116.805 R161.759;
     G01 X1298.188;
     G02 X1166.258 Y97.453 R702.013;
     G01 X1166.258;
     G02 X1013.742 Y97.453 R1191.477;
     G01 X1013.742;
     G02 X882.412 Y116.658 R702.013;
     M61 (SHUTTER CLOSE)
     M80;(TRAP OPEN/ CLOSE)
     G00 X881.809 Y116.795;
     M98P100 (START OF CUT);
     G01 X881.812 Y116.805;
     G02 X836.627 Y134.276 R161.759;
     G01;
     G02 X829.54 Y139.205 R45.824;
     G01 X829.54 Y139.205;
     G02 X821.29 Y149.106 R30.203;
     X820.999 Y160.144 R14.052;
     X829.539 Y170.795 R26.662;
     X863.557 Y187.667 R117.515;
     G01 X863.557;
     G02 X937.874 Y204.56 R447.748;
     X1185.282 Y211.13 R1122.848;
     G01 X1185.282;
     G02 X1297.588 Y193.346 R634.467;
     M61; 
     M80; 
     G70;
     M30;
    %

  2. #2
    Join Date
    Oct 2003
    Posts
    127

    Re: G01 after each line problem

    first, the code you show should have all those G1's because the lines are changing between arcs and straight move (G1 and G2) any time the mode changes from arc to linear the responding code is needed so your code looks right in this example. (no consecutive lines with G01 called out)

    if you do have this problem in other results check your code generator and make sure you dont have force output turned on for {feedmodegcode} in linear interpolation under general motion.

Similar Threads

  1. Having a problem with cutting and open line.
    By Homer Simpson in forum SheetCam
    Replies: 3
    Last Post: 10-14-2014, 01:39 AM
  2. Line Intersection Problem
    By wxgeek in forum BobCad-Cam
    Replies: 8
    Last Post: 12-05-2013, 05:36 PM
  3. Strange line problem
    By poorfarmer25 in forum DIY CNC Router Table Machines
    Replies: 17
    Last Post: 11-30-2013, 11:41 PM
  4. Fanuc 6m 3 X Y Z In Same line Problem
    By dshca in forum Fanuc
    Replies: 3
    Last Post: 07-30-2011, 10:28 PM
  5. Hass VF-5 post arc/line interpolation problem
    By meadowtech in forum FeatureCAM CAD/CAM
    Replies: 1
    Last Post: 06-11-2008, 02:06 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •