Hello Guest it is March 28, 2024, 06:00:38 PM

Author Topic: Set Override/ Feedrate to 100%, or ignore it completely during auto zeroing.  (Read 2266 times)

0 Members and 1 Guest are viewing this topic.

Hi everyone,

I've got a problem.
I activated auto tool zeroing in mach3 with a tool length sensor.
the problem now is, that even the tool zeroing macro respects the override/ feed rate. so, of course, the Z value depends on the feed rate, as the computer and mach3 need some time to react on the sensor.
As I am a fan of foolproof solutions :-) I want to tell the macro to ignore the override/ feedrate. In case of need it would be possible to include the command to reset feed rate to 100%.

is that possible?

many thanks in advance and best regards

Georg




Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Try:

 SetOemDRO(821,100)
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Code "M49" at the beginning of your script and Code "M48" at the end should do it.
I do that with threading on the lathe as the Ethernet Smooth Stepper  doesnt ignore the feed override  in G76  and you end up with a screwed up thread.

Hood
Hi ger21 and Hood, thanks to both of you!

I used the M48 and M49 as I understand what it does and it does not change my feed rate value. works!  thanks a lot and have a nice weekend,

Georg