Hello Guest it is April 18, 2024, 05:42:12 PM

Author Topic: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA  (Read 36178 times)

0 Members and 1 Guest are viewing this topic.

Offline TPS

*
  •  2,505 2,505
    • View Profile
Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« Reply #150 on: February 27, 2018, 02:41:09 PM »
ok, back again,

i think we can use your M3.m1s macro for the Job:

copy this code to macro before the dospinCW()


   
   pierceHeight = 0.5 'enter here a value for wanted pierceheiht


   code "F30"
   code "G31 Z-1"
   While Ismoving()
   Wend

   code "G00 Z" & GetVar(2002) 'go back to the  probepoint
   While Ismoving()
   Wend

   code "G91 Z-" & pierceHeight
   While Ismoving()
   Wend

   code "G92 Z0"
   While Ismoving()
   Wend

   Code "G90"

anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.
Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« Reply #151 on: February 27, 2018, 03:41:07 PM »
i got a an error, it said syntax error, and wouldnt run and gcode files

Offline Davek0974

*
  •  2,606 2,606
    • View Profile
Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« Reply #152 on: February 27, 2018, 03:43:21 PM »
Did you copy/paste or type it?

seems ok to me
Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« Reply #153 on: February 27, 2018, 03:48:19 PM »
I copy and pasted it
Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« Reply #154 on: February 27, 2018, 03:57:07 PM »
It worked!!!!!!!
Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« Reply #155 on: February 27, 2018, 03:57:36 PM »
I think I may have changed a setting in MACH that I shouldn’t have, I reset Mach and it worked!
Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« Reply #156 on: February 27, 2018, 04:01:13 PM »
Running test cysts right now, it’s working amazing. Now just to set my THC back up!
Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« Reply #157 on: February 27, 2018, 04:17:37 PM »
Hooked my PROMA back up, I’m back to where I was before I decided to add a floating head, the THC is working correctly, but seems to lose it Z after the first pierce.. it’s still diving itself into the material. (Just lost a limit switch.. RIP. good thing I ordered5)
Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« Reply #158 on: February 27, 2018, 04:28:34 PM »
My work offset Z is stuck at 1.7477. I can reset, ZERO, and it keeps jumping back to 1.7477
Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« Reply #159 on: February 27, 2018, 04:46:05 PM »
So, with my THC atttached, after it probes for z, it goes back up to where the probe started, then it dives down instead of going up to my pierce height..?