-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Probes with pick-up and drop move sequences need proper support #22794
Comments
I did:
|
the other odd behavior is Marlin seems to return the carraige to the point where a command was issued, instead of the next command- |
2.0.9.2 - delta auto cal on kossel linear plus says "stow z-probe" probe v2 after 3rd step in sequence |
This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 10 days. |
please reopen this. it is unresolved.
All this behavior is extranious and superflous. RRF and Klipper are more rational in their operations :( |
Please comment within the 10-day period next time so the bot doesn’t close the report. |
This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 10 days. |
i hope that one of the devs will pick this up. I think its an easy thing to solve! |
This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 10 days. |
reply reply reply |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
I am using a detachable Z-Probe and see different movement behaviors for G29 probing, G35 tramming and when probing a single point via G30. The probe pickup and drop off is different depending on which gcode is being executed. There appear to be different extraneous movements depending on which gcode is being executed, and from what X,Y position they are issued.
It is easier to demonstrate the differences in movement patterns with videos. The tramming deploy/stow is more what I was expecting. There are extranious movements and traverses in G29 at the begining and end. It appears that machine will traverse back and forth to the positions before and after deploy/stow instead of the next movement in the series.
Probe is currently defined as an Allen key probe. The stepwise movement positions were determined manually (G1 X57 Y30 Z15 ...) and entered into the code block copied from a Delta example config.
G29 sequence-
https://photos.app.goo.gl/PDmG4CFRBU4vmH7y6
First move of the deploy is correct: X inline with dock. (0 secs - 15 secs)
skip to 2:20 if you want to skip the majority of the probing
At the end of the stow sequence, it looks like it skips the last position, then high-tails it to the back right corner, then goes back towards the front left corner. . (2:20-2:43)
G35 Tramming sequence
https://photos.app.goo.gl/zLJUegSyyquCxRxW8
There is an extra 'ready' move before the start point of the deploy seqeuence.
Bug Timeline
no previous experience
Expected behavior
I expected the same deploy and stow sequences regardless of the instructions given to the printer. The exact same motions to deploy and retract.
Actual behavior
Extra, unexplained or non-instructed motions occur.
Steps to Reproduce
Run G29
Run G30 X120 Y120
Run G35 S40 or from the LCD display
Version of Marlin Firmware
Buffix 2.0.x 2021-08-16
Printer model
Ender3 Pro
Electronics
Creality 4.2.2
Add-ons
Euclid Probe
Bed Leveling
UBL Bilinear mesh
Your Slicer
Other (explain below)
Host Software
OctoPrint
Additional information & file uploads
see above for links to videos.
Current configs: MarlinEuclidConfigs.zip
I will try to capture M111 output and post as a followup/edit.
The text was updated successfully, but these errors were encountered: