![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| SolidCam Discuss SolidCam software here. |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
| Rapid move axis control At the moment I've got the PP to output the G code [pretty much as I want it, but I'd like to know if there's a way to configure it to output a little differently. It makes the first rapid move like this: N106 G90 G0 X110. Y53.5 Z50. S1000 M3 But I want it to output like this: N106 G90 G0 X110. Y53.5 S1000 M3 N107 Z50. Is there something I can change in the .gpp or .mac files? I tried a few things but it's not doing what I want. I basically don't want all three axis to move at once. I'd like to rapid the x & y, and then move the z once it's in position. Thanks. Matt. |
|
#2
| |||
| |||
{nb, 'G90 G0 X'[xpos]' Y'[ypos]' S'spin' M3'} {nb, 'Z@zpos} The square brackets means that the xpos or ypos variables are only output when they have changed. A useful tool for developing a post is the trace command. Somewhere in your "@init_post" routine of the GPP file should be a line that reads thus ; trace "all":5 Try posting out a program with the semi-colon removed from the beginning of that line and you will see EVERYTHING that the CAM is passing over to the post. |
|
#3
| |||
| |||
| Thanks for that info. I can't give you much updated info just yet as I have carried on as I was just for now, in the interest of getting the parts made. I'll report again when I have a free moment. Matt. |
|
#4
| |||
| |||
| Seem to have got this problem sortd so big thanks to Brakeman Bob |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to move the Z axis | cob | Mach Mill | 5 | 08-22-2008 08:56 PM |
| Int 412 shuts off on rapid Z axis travel | Jurek | Bridgeport and Hardinge Mills | 4 | 12-10-2007 10:55 PM |
| G91 B axis move? | DocHod | G-Code Programing | 5 | 11-02-2007 12:56 AM |
| Haas rapid move ? | binzer | Haas Mills | 2 | 06-28-2007 08:11 PM |
| Crash during Z rapid move | AndyB | Fadal | 1 | 03-07-2007 09:48 AM |