Hello Guest it is April 19, 2024, 08:01:08 AM

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 - dude1

1041
look up past posts where people have already done it

1042
its on the screen down load page you have to pay for it you wont I can post the code I use what does not have this problem

1043
if the home position is less than 25mm above work zero this happens its the code there is no retract code it he has it in his new screen set

1044
General Mach Discussion / Re: Can Mach3 Read NC Files?
« on: December 16, 2014, 05:36:03 AM »
if you mean .nc then yes

1045
General Mach Discussion / Re: neww help for script and button.
« on: December 10, 2014, 04:57:36 PM »
no problem but go read the info on tweakie`s web site for it so you under stand what's going on

1046
Mach4 General Discussion / Re: Needing help with screens
« on: December 10, 2014, 02:49:16 PM »
thank you very much

1047
Mach4 General Discussion / Re: Needing help with screens
« on: December 10, 2014, 03:19:00 AM »
is there a move code like what was in M3
like this
Xmove = -73.3844 * 1/Xs 'Move distance adjusted for X-Scale factor
Code "G91 G0 X" &Xmove & "Y" &Ymove ' Makes an incremental move the distances that you set

1048
General Mach Discussion / Re: neww help for script and button.
« on: December 10, 2014, 03:15:03 AM »
zero laser (put it in a button script)

Xs = GetOemDRO(59) 'X-Scale DRO
Ys = GetOemDRO(60) 'Y-Scale DRO
Xmove = -73.3844 * 1/Xs 'Move distance adjusted for X-Scale factor
Ymove = 10.7438 * 1/Ys 'Move distance adjusted for Y-Scale factor
DeActivateSignal(OUTPUT5) 'Turn off laser
Code "G91 G0 X" &Xmove & "Y" &Ymove ' Makes an incremental move the distances that you set
While IsMoving () ' Waits while that happens
Wend
Code "G90" 'Goes back to absolute moves
DoOEMButton (1008) 'Zero X-Axis DRO
DoOEMButton (1009) 'Zero Y-Axis DRO

Laser on off (put it in button script)

f IsOutputActive(OUTPUT5) Then ‘Check to see if its on
DeActivateSignal(OUTPUT5) ‘Its on so turn it off
Else
ActivateSignal(OUTPUT5) ‘Its off so turn it on
End If

this code is from http://www.cooperman.talktalk.net/files/17.htm

I use it every day it works every time for info of how to use it look at web site all thanks go to tweakie.

just edit it to your needs

1049
Mach4 General Discussion / Re: Trying to get the current Gcode line #
« on: December 08, 2014, 12:56:42 AM »
BR549 are you going to share any of the code you have come up with

1050
Mach4 General Discussion / Re: Mach 4 Feature Request
« on: December 07, 2014, 11:23:40 PM »
what about the Kitchen sink as well lol
I thought you where going on holiday