Hello Guest it is April 19, 2024, 11:52:28 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 - MXJ

Pages: 1 2 »
1
Mach4 General Discussion / Re: Laser offset relative to Router spindle
« on: December 23, 2021, 12:07:51 AM »
I just saw this VERY valuable video, and I think it will answer a lot of my questions
Mach4 Screen Editing & new screen features for CNC laser support including laser touch plate support

2
Mach4 General Discussion / Laser offset relative to Router spindle
« on: December 21, 2021, 11:49:43 PM »
Hi Guys,

I have added a Laser to my CNC router and its sit to the left of the router. Next is to measure the exact offset between laser and router, then to correct for this offset. This is fiddly but can be done and will require some twigging.
In the meantime, I would like to assign one of the spare buttons in MACH4 screen, to offset the laser head relative to the router spindle. This will enable me to use the router to route something and then by applying the offset do laser engraving to the routed material.

This is what I have come up with so far

function LaserOffset()
   GoToWorkZero()
   mc.mcCntlSetLastError(inst,"Setting Laser Position Relative To Router")
   mc.mcCntlGcodeExecute(inst,"G54 G0 X25.203 \n G0 Y12.375")
   end
This function hopefully will move the CNC machine to position X25.203 and Y12.375, relative to the workpiece so that the laser head is now set over the workpiece Zero.
However, I don’t want the machine to first move to the workpiece Zero position, I want to be able to use the X and Y values from the workpiece Zero position, and move the machine to X25.203 and Y12.375, from this Zero position.

So, if the workpiece Zero is at X10 and Y10, by pressing the laser offset button, I want the machine to move to X35.203 and Y22.375.  This is then the new workpiece Zero, and must replace to old value of X10 and Y10.
I would greatly appreciate help with this problem

Best Regards

Max

3
CS-Lab / Re: Csmio-s with Opt laser
« on: May 29, 2021, 10:30:33 PM »
Hi Johan,

Did you managed to get the laser working?

Cheers

4
CS-Lab / Re: CSMIO/P-M
« on: May 29, 2021, 10:22:32 PM »
Hi Ottomatic,
I am also going through the pain of upgrading to MACH4. Did you managed to get the manual speed control sorted out in the end?
Cheers

5
Hi Guys,

I do humbly apologize if this question has been asked and answered, as my search could not yield anything.

I need to upskill myself from Mach3 to Mach4, and during my search for information came across this video https://youtu.be/8m_K9WfCiEY

Has anybody done this modification to the Mach4 standard screen, by adding this zero position feature to it ?

Regards

Max

6
CS-Lab / Re: how can i use cs labs inputs for brains?
« on: November 01, 2016, 11:40:14 PM »
I would love to know the answer too, as I want to use it for tool length check

7
CS-Lab / Re: Probe Wiring
« on: October 19, 2014, 02:14:48 AM »
Hi Penkomitev

Thank you for posting the information. I will go with this solution.

Regards

MXJ

8
CS-Lab / Re: Probe Wiring
« on: October 10, 2014, 04:38:25 PM »
What solution did you use in the end, as I am now at this stage of my build?

9
CS-Lab / Re: outputs 4 and 5 on CSMIO
« on: August 02, 2014, 02:48:30 AM »
Output 4 is working properly!

Thank you all, and especially the team at CS labs

Cheers

Max

10
CS-Lab / Re: outputs 4 and 5 on CSMIO
« on: July 29, 2014, 03:54:54 AM »
Guys

Thank you very much for all the relies, I will work through them

Regards

Max

Pages: 1 2 »