![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| MadCAM Discuss MadCAM software here. |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#13
| |||
| |||
| Hi Lasershop You should put G91G28Z0.X0.Y0. before the M30 I don't know why you would want to go to home at each tool change, as this would waste a lot of time To go to home for each tool change you would have in your code T1M6 or T2M6 this will take the Z to the tool change position If you want the X & Y to move as well then just put T2M6 The T2 means tool number 2 G0X0.Y0. You can give the X & Y any number just to move them were ever you want them, Like X-3.Y-2. You can do a G91G28X0.Y0. but that is not a good idea to do after a tool change
__________________ Mactec54 |
|
#14
| |||
| |||
|
|
#15
| |||
| |||
| Hello Lasershop, Here is a post processor for Fanuc 0M that use G28 before tool change and before program end. //MadCAM_POST_2003-12-10 *VERSION* 1.0_031210 *FILE_NAME* Fanuc 0M *FILE_EXTENSION* nc *FILE_DEST* c:\postfiles\ *FILTER* 0.01 *OUTPUT_WIDTH* 4 *OUTPUT_DECIMALS* 3 *SCALE_X* 1 *SCALE_Y* 1 *SCALE_Z* 1 *AXIS_1_CHAR* X *AXIS_2_CHAR* Y *AXIS_3_CHAR* Z *CUTTER_REFERENCE* TIP *RAPID* F10000 G1"x""y""z" *END_SECTION* *RAPID_APPROACH* "x""y""z" *END_SECTION* *RAPID_RETRACT* F10000 G1"x""y""z" *END_SECTION* *APPROACH* G1"x""y""z" F"feedz" *END_SECTION* *FIRST_CUT* "x""y""z" F"feed" *END_SECTION* *CUT* "x""y""z" *END_SECTION* *TOOL_CHANGE* G00 G91 G28 Z0 T"toolnr" M06 T"toolnr" M06 S"speed" F"feed" M03 F10000 G90 G1"zhome" G43 H"toolnr" *END_SECTION* *TOOL_STOP* M5 *END_SECTION* *PROGRAM_START* % O"pgmnr" G40 G54 G80 G90 *END_SECTION* *PROGRAM_END* G00 G91 G28 Z0 M30 *END_SECTION* *LINE_START_NUMBER* 1 I hope this will help, Joakim |
| Sponsored Links |
|
#16
| |||
| |||
| Thanks, RonO |
|
#17
| |||
| |||
Just had to read the help file a little more.. *PROGRAM_END* G00 "zhome" G00 "xhome""yhome" Now whatever coords you enter in the post processor "home position" ends up in your cut file. Whithout adding this it has no effect. RonO |
![]() |
| 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 |
| Modify MasterCam post | jeffrey001 | General CAM Discussion | 3 | 07-03-2009 03:28 AM |
| Need Help!- Modify 5 Axis Post | weirdharold | Post Processors for MC | 3 | 04-05-2009 08:43 PM |
| 31i-A5 which post to modify | jrobson | Fanuc | 0 | 02-27-2008 05:34 AM |
| Unlock a post to modify | svx-ff | Post Processors for MC | 5 | 07-11-2007 05:59 AM |
| how can i modify the post? | ahmedsamy_81 | Post Processors for MC | 0 | 07-16-2006 02:25 PM |