#Home Z lights up all home buttons
5 messages · Page 1 of 1 (latest)
Ahoi @late timber!
It looks like you did not provide all the necessary information we need to help you.
Please upload your logfiles and a detailed description of your problem.
For further information see: https://docs.mainsail.xyz/faq/getting-help/discord#provide-information
Note: We only accept .log and .txt files as log files.
This is an automated message
added logs
This is, because you use home_override. Klipper Set all axis AS homed in this function. (Mainsail just display the state of Klipper. So plus Change the tags)
From your answer I understand this is by design? Maybe if I restate: I very much hope this is not by design.
sequence
- printer.toolhead.homed_axes = empty string (unhomed)
- click "Home X" or send G28 X
- all home buttons light up
- printer starts to home X
- RESPOND MSG="{printer.toolhead.homed_axes}" -->> empty string (start of 'homing_override')
- printer completes homing
- RESPOND MSG="{printer.toolhead.homed_axes}" -->> empty string (end of 'homing_override')
- test macro: RESPOND MSG="{printer.toolhead.homed_axes}" -->> xyz
and printer did not home y or z