Default Probing feedrate? #778
Replies: 2 comments 4 replies
-
I have never seen this - and there is no default feedrate from settings and/or config. The feed rate is taken from the last F parameter encountered. |
Beta Was this translation helpful? Give feedback.
-
There is nothing special in the gcode. It does get created dynamically based on user input, but it is just a series of probes:
This is just repeated for whatever the length of the probing requested. I haven't been able to nail down a root cause yet, but one theory is that if the movement before starting a probe was a rotary axis movement at a given feedrate, that is when the problem arises. I've worked around it by just giving a very tiny linear axis movement before each probe at the desired feedrate and I haven't seen the issue (yet). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I seem to have a fair bit of trouble with probing feedrates. For this specialized application, My probe routine has its own feedrate (G91 G21 G38.3 Z-100 F150), but occasionally I get much much faster feedrates, despite it clearly sending the F150. I feel like there must be a default feed rate for probing somewhere, but I don't see it in config.h
Beta Was this translation helpful? Give feedback.
All reactions