
Originally Posted by
Fleck
Thanks for taking a look at my post BurrMan. One thing I have noticed is that even though my post-processor is selected in the
CAM tree, the G-code header still says
(BEGIN PREDATOR NC HEADER)
(MACH_FILE=HAAS - 3XVMILL.MCH)
(MTOOL T1
S4 D.25 0. 90. H5.)
(MTOOL T2
S4 D.125 0. 118. H5.)
(MTOOL T3
S1 D.5 0. 0. H5.)
(MTOOL T4
S1 D.25 0. 0. H5.)
(SBOX X-2.5 Y-1. Z-.5 L5. W10. H.5)
(END PREDATOR NC HEADER)
This is still the default HAAS post-processor?
You are missing some critical Predator Header lines in your post. Notice the "S" missing in your header.
Code:
694. Prefix for Y Rotation Move? "B"
695. Prefix for tapping feed rate (variable tapping_feedrate)? "FF"
696. Prefix for tapping spindle speed (variable tapping_spindle_speed)? "SS"
697. Prefix for threads per inch (variable threads_per_inch)? "?"
698. Prefix for thread lead (variable thread_lead)? "?"
699. Prefix for Tool Angle (variable mtool_angle)? "A"
700. Prefix for Tool CornerRadius (variable mtool_corner_rad)? "C"
701. Prefix for Tool Type (variable mtool_type)? "S"
702. Prefix for rotation axis (variable rotation_axis)? "S"
703. Prefix for rotary stock diameter (variable rotary_stock_diameter)? "D"
704. Prefix for rotary stock length (variable rotary_stock_length)? "L"
You'll want lines 699-704 for sure. 694-698 are usually missing also but are rarely (if ever) used.