![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| BobCad-Cam Discuss all BobCad software here. |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
The tool change in my post says: Code: n,coolant_off n,spindle_off n,"G53","Z0." n,"G53","X0.","Y0." n,t,"M6 (Diameter=",tool_diameter,", Length=",tool_length,",",tool_name,")" n,s,spindle_on n,rapid_move,absolute_coord,work_coord,force_x,xr,force_y,yr,rotary_xyr_angle n,rapid_move,length_offset,coolant_on output_rotary_angle Code: M09 M05 G53 Z0. G53 X0. Y0. T1 M6 (Diameter=.25 , Length=3.3125 ,CENTER DRILL) S500 M03 G00 G90 G54 X6. Y.3 G43 H1 Z.1 M08 I would like the head to come down to a working position before the coolant is tuned on. So here is what I did Code: n,coolant_off n,spindle_off n,"G53","Z0." n,"G53","X0.","Y0." n,t,"M6 (Diameter=",tool_diameter,", Length=",tool_length,",",tool_name,")" n,s,spindle_on n,rapid_move,absolute_coord,work_coord,force_x,xr,force_y,yr,rotary_xyr_angle n,rapid_move,force_z,zr n,coolant_on output_rotary_angle Code: M09 M05 G53 Z0. G53 X0. Y0. T1 M6 (Diameter=.25 , Length=1.5 ,CENTER DRILL) S500 M03 G90 G54 X6. Y.3 Z.1 M08 My question is... the G43 H1... where is this tool table from which it is supposed to be picking the H1 position? Is that this? Code: (MTOOL T7 S3 D.5 H3. A0. C.03 DIAM_OFFSET 7 = .25) (MTOOL T1 S4 D.25 H1.5 A150. C0. DIAM_OFFSET 1 = .125) (MTOOL T18 S4 D.4062 H3.3125 A135. C0. DIAM_OFFSET 18 = .2031) I'm using a Mach3-Mill-NoATC.MillPst to which I have made very minor modifications, like re-enabling the tool changes. Thanks! ----------------------- A separate question... Have you done mods to your post? Would you like to share them here so we can use them? Thanks #2 |
![]() |
| 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 |
| I cannot post work offsets with Camworks I may need Post for Acromatic?? | acromastic | Post Processor Files | 0 | 06-21-2007 03:56 PM |
| Need post Delcam PowerMILL post for Hardinge VMC 600 II with Fanuc Series oi-MB | littlem | Post Processor Files | 0 | 10-26-2006 04:59 PM |