teodoryantcheff / SolidCam-Mach3-Post

A SolidCam postprocessor for Mach3, supporting 4x and 5x operations
28 stars 24 forks source link

Spindle start code, rotate direction #1

Closed ReeseWang closed 8 years ago

ReeseWang commented 8 years ago

The spindle start code is M4 when assigning CW tools to an operation and M3 when assigning CCW tools, while expecting M3 for CW tools and M4 for CCW tools. Haven't figured out where the problem is yet.

teodoryantcheff commented 8 years ago

As per this manual M3 starts clockwise ("normal" direction) and M4 does CCW. Or I did not get your remark....

ReeseWang commented 8 years ago

@teodoryantcheff I meant that the gpp code is doing the contrary, see function @start_tool in all 3 gpp files (line 556)

teodoryantcheff commented 8 years ago

:) Damn, your are right. Will fix it asap....

teodoryantcheff commented 8 years ago

done. fixed in #73b89282453d308687d92b4fceaff22a651f1800