Hello Guest it is April 27, 2024, 02:58:20 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 - Bill_O

81
Mach4 General Discussion / Re: Mach4 scaling using M51
« on: October 26, 2022, 08:36:31 AM »
I think you are referring to g51.
I use an mc.AxisSetScale with a camera that finds fiducials and scales the x and y accordingly.
This is where it sets the scaling.
                        --calculate y scale amount
         ScaleAmountY = (BCOffTtlLnth / BCGcdTtlLnth)
         --set x scale amount
         mc.mcAxisSetScale(inst, 1, ScaleAmountY)

82
Mach4 General Discussion / Re: mach4mill Postprocessor
« on: October 07, 2022, 05:38:38 PM »
Just out of curiosity what software are you using?

Bill

83
Mach4 General Discussion / Re: Z Axis losing reference point
« on: September 19, 2022, 01:03:49 PM »
Does your gcode have tool info in it?

84
I know how to rotate it but not mirror it.
In your toolpath software change the 0,0 point to match your machine.

85
The only reason you are needing to mirror your gcode is because you have the machine set up incorrectly.
Fix that and the knife will work.

86
The problem is trying to mirror your gcode.
Maybe there is a way to make the knife face correctly when you mirror but i do not know it.
It really sounds to me like your machine is set up incorrectly if you have to mirror gcode to make it run.

87
It sounds like you need to rotate the blade 180 degrees from home and zero it.
On my machines I need to so it is facing the correct direction.

88
Mach4 General Discussion / Re: what is wrong with this g code
« on: August 17, 2022, 08:14:38 AM »
thanks swifty

it is not a huge deall i just use Mach on this pc for playing with LUA and helping me remember where buttons are when talking to a customer.

Bill

89
Mach4 General Discussion / Re: what is wrong with this g code
« on: August 16, 2022, 03:53:52 PM »
Steve,

Did not even think to see how old the version was.
It is just one i have on my desktop pc to play with the LUA
build 4157

Thanks,
Bill

90
Mach4 General Discussion / what is wrong with this g code
« on: August 16, 2022, 01:19:22 PM »
I have no idea why this will not open correclty in Mach4
Any ideas greatly appreciated.

Bill