Hello Guest it is April 26, 2024, 12:55:59 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Debos

Pages: 1
1
Post Processors / Re: Solidcam 2006 Rev10 to mach2-mach3 post pro
« on: July 02, 2007, 01:33:43 AM »
I know for sure. I use all sorts of CAM programs, so I noticed it by reading  the generated gcode (did that after the crashed tool ::) )  It's wrong in the post processor code

Code: [Select]
@start_tool
if only_xyz eq false
    if tool_direction eq CW then
        mcode = 4
    else              ;  CCW
        mcode = 3
    endif

    call @gen_nb
    {'S'spin:integer_def_f, ' M'mcode}
    call @gen_nb
    {'M8'}
endif
endp

You see, it sais CW mcode=4 and CCW mcode=3. I editted it, now everything is fine.

2
Post Processors / Re: Solidcam 2006 Rev10 to mach2-mach3 post pro
« on: July 01, 2007, 08:18:08 AM »
spindle direction is inverted (M3 = Clockwise, M4 = Counter clockwise) So when you chose the option CW in SolidCam, your spindle will turn in the wrong direction
It is easy to fix withe a texteditor, like notepad. Maybe it's fixed already (?)  ???

Also greetings from Holland!  ;D


3
Post Processors / Re: Solidcam 2006 Rev10 to mach2-mach3 post pro
« on: June 15, 2007, 04:42:53 AM »
IMPORTANT! I just started with SolidCAM and found out that the M3 and M4 have been switched around in this post processor! already broke a tool because of this.

4
Competitions / Re: ******Guess and win a G100 Grex******
« on: May 22, 2007, 09:22:04 AM »
2,676,503  ;D

Pages: 1