Closed StefanMeGit closed 5 years ago
Hi @StefanMeGit,
It did not look like there was a Klipper log file attached to this ticket. The log file has been engineered to answer common questions the Klipper developers have about the software and its environment (software version, hardware type, configuration, event timing, and hundreds of other questions).
Unfortunately, too many people have opened tickets without providing the log. That consumes developer time; time that would be better spent enhancing the software. If this ticket references an event that has occurred while running the software then the Klipper log must be attached to this ticket. Otherwise, this ticket will be automatically closed in a few days.
For information on obtaining the Klipper log file see: https://github.com/KevinOConnor/klipper/blob/master/docs/Contact.md
The log can still be attached to this ticket - just add a comment and attach the log to that comment.
Best regards, ~ Your friendly GitIssueBot
PS: I'm just an automated script, not a human being.
It's not necessary to explicitly configure [endstop_phase stepper_z]
if you've used ENDSTOP_PHASE_CALIBRATE
and SAVE_CONFIG
. However, if you want to enable endstop_align_zero
then you would configure it as you have above. Note, though, that an endstop_phase does not apply to stepper_z1 (both stepper_z and stepper_z1 are synced together irrespective of any endstop_phase declaration).
-Kevin
Thank u very much!
I am going to reopen this. I have been experimenting with the endstop phase stuff and I am a weee bit confused. I am issuing a G28 for my Z axis and after wards running the "ENDSTOP_PHASE_CALIBRATE STEPPER=stepper_z", then going to the console and look at the output. I am seeing stuff that I don't understand, and I hope you can explain it to me.
// stepper_z: endstop_phase=31 (range 30 to 33)
// stepper_z: endstop_phase=32 (range 31 to 33)
// stepper_z: endstop_phase=31 (range 31 to 31)
// stepper_z: endstop_phase=32 (range 31 to 32)
// stepper_z: endstop_phase=32 (range 32 to 32)
// stepper_z: endstop_phase=28 (range 28 to 28)
I have changed nothing as far as a limit switch adjustment. I just ran the homing multiple times and then ran the calibrate and then checked the console. I got these results. Can you explain what range is and why it keeps changing? Also, if this is changing all the time, does it mean my "endstop_accuracy" needs to be modified from default of its calculated value?
Here is my config. klipper.config.txt
Hi there
I try to find out how the ENDSTOP PHASE section in the config should looks like.
I started to add
[endstop_phase]
into my config and go multiple times for G28 andENDSTOP_PHASE_CALIBRATE
. Then I saved everything withENDSTOP_PHASE_CALIBRATE STEPPER=stepper_z
andSAVE_CONFIG
.After that I found this section in the examples:
Do I have to configure this also? At the moment my config looks like this:
Thanks for help!