Flagged as Spam??
-
I am making progress on my Predator updates. I have been having one odd intermittent issue with homing.
I have been restarting like a madman, as I tweak settings, etc. and sometimes I get the
G28 Error: G0/G1: target position not reachable from current position.
It's only once in a while and I have tried running line by line. It usually gets stuck on the last line of the Macro.
G1 X0 Y0 F6000 ; move X+Y to the center
-
This is usually after the G90 absolute command and I notice it seems to be when there are numbers in the Z axis that are high relative to my printer... Such as Z800 ish. (My printer only should go into the low 400s).
I'm assuming there is a place where the maximum allowed Z travel is causing this, but I cannot find where that would be in the firmware. I see a minimum line as:
; Axis Limits
M208 Z-9999 S1 ; set minimum Z -
But cannot find a maximum declared anywhere.
Is this something common? I have tried all the suggestions I could find, like the second to last command dropping 15mm instead of 5, but that didn't seem to help
Thanks for any wisdom on this issue.
Gumby -
Okay, I posted the same words in three separate chunks and none of them got flagged. Maybe the post was too long??
Just info for anyone that may be experiencing the same thing...
Gumby
-
You've had a few upvotes now and some successful posts. It may ease up on you now.
As for your issue, please share your config and homing files etc.
Also please share the results of M122 and M98 P"config.g"
You may have to fit those into a few posts due to length. -
Actually I see your other thread now. You can post your info there.
-
I will respond to this in the post with the issue (Firmware)
My M98 response was M98: No P or R parameter
-
The full command is
M98 P"config.g"
-
I'm having the same issue. My post keeps getting flagged as spam.
-
@br7408 said in Flagged as Spam??:
I'm having the same issue. My post keeps getting flagged as spam.
I tried posting from a different computer and it works now. Wierd.
-
@Phaedrux said in Flagged as Spam??:
M98 P"config.g"
Sorry for the delay. I have had a busy weekend.
I am not sure what to expect. I looked up M98 and it is the subroutine call. So I don't know where to look or what to expect.
I reviewed the console and here is what it says...
Is that what you were expecting, or am I missing something?
Thanks,
Gumby -
Let's continue in your other thread. this one is about being flagged as spam afterall.