Hello Guest it is April 20, 2024, 03:25:29 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 - Olli-CNC

Pages: 1 2 »
1
Mach4 General Discussion / Re: License question
« on: August 05, 2023, 10:09:30 AM »
Ah ok, thank you 👍  :)

2
Mach4 General Discussion / Re: License question
« on: August 05, 2023, 09:59:34 AM »
Shame on me.
I made a support request but I was able to log in with my new email address and also the license is visible there, I can also deactivate it, so everything ok :)

To make no mistake now again to check:

If I deactivate the current license can I later generate a new PCID with the new installation and then activate the license again?

Can I use it to activate the current version of Mach4 - version 2? Otherwise I have to download an old version.

3
Mach4 General Discussion / Re: License question
« on: August 05, 2023, 09:33:45 AM »
That's the problem, I bought Mach4 Hobby over 4 years ago and I had a different email address then. I no longer have any login information and cannot request a new password. However, I still have my current key.

4
Mach4 General Discussion / License question
« on: August 05, 2023, 08:44:50 AM »
Hey Folks,

I would like to switch from Windows 10 Home to Windows 10 Pro and do it on a new hard drive, so reinstall everything. The rest of the hardware remains the same. Should I expect problems with my Mach 4 license?
What is the best way to proceed?

Thanks and greetings
Olli

5
Mach4 General Discussion / Re: mach4mill Postprocessor
« on: October 08, 2022, 03:06:26 AM »
Hi Bill,
I use Fusion 360 and Mach4 Hobby

6
Mach4 General Discussion / Re: mach4mill Postprocessor
« on: October 06, 2022, 07:34:02 AM »
ok, I have managed it after all  ;D

In the section:

function onClose() {

var abc = defineWorkPlane(currentSection, true);
  writeBlock(
    gMotionModal.format(0),
    conditional(machineConfiguration.isMachineCoordinate(0), "A" + abcFormat.format(abc.x)),
    conditional(machineConfiguration.isMachineCoordinate(1), "B" + abcFormat.format(abc.y)),
    conditional(machineConfiguration.isMachineCoordinate(2), "C" + abcFormat.format(abc.z))
  ); 

Maybe someone else can use it  ;)


Greetings
Olli

7
Mach4 General Discussion / mach4mill Postprocessor
« on: October 06, 2022, 07:20:35 AM »
Hi Folks,
I finally found the time to adjust my postprocessor, unfortunately I can't get it to turn the A-axis to zero at the end of the G-code. Can someone help me with this please?

Many greetings
Olli

8
Mach4 General Discussion / Re: Editing mach4mill.cps
« on: October 28, 2021, 03:04:18 AM »
First of all, thank you for your answers.
I will also ask in the Fusion Forum.

@Craig
Yes that would be a possible way, but not optimal for me


Greetings
Olli

9
Mach4 General Discussion / Re: Editing mach4mill.cps
« on: October 27, 2021, 05:36:58 PM »
I'm using Fusion 360

10
Mach4 General Discussion / Editing mach4mill.cps
« on: October 27, 2021, 08:58:51 AM »
Hello all,
what and where do I have to set in the postprocessor of Mach4 to change the approach or the order X Y Z and B.
At program start x y and z drive at the same time, but I want to drive only x and y first and z at the end.
Can someone please help me with this problem?

Thanks and greetings
Olli

Ps.: Forgot something else, at the end of the program is always driven to x0 and y0, I would like to change that too, it should not be driven anywhere, only G28 Z0 and done.

Pages: 1 2 »