#Home Z lights up all home buttons

5 messages · Page 1 of 1 (latest)

late timber
#

When I click on the home "Z" button all home buttons light up ("ALL", "XY", "X", "Y" and "Z") BEFORE any action is complete.
On my non-IDEX printer it just homes everything.
BUT on my IDEX the homing_override (macro) receives G28 Z.
Q: Do I need to change a setting somewhere or is this as intended?

main orioleBOT
#

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

We are glad to help and chat with you on our Community Discord, but if you need help and want the best support possible you should, follow a few simple rules:

late timber
high echo
#

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)

late timber
# high echo This is, because you use home_override. Klipper Set all axis AS homed in this fu...

From your answer I understand this is by design? Maybe if I restate: I very much hope this is not by design.

sequence

  1. printer.toolhead.homed_axes = empty string (unhomed)
  2. click "Home X" or send G28 X
  3. all home buttons light up
  4. printer starts to home X
  5. RESPOND MSG="{printer.toolhead.homed_axes}" -->> empty string (start of 'homing_override')
  6. printer completes homing
  7. RESPOND MSG="{printer.toolhead.homed_axes}" -->> empty string (end of 'homing_override')
  8. test macro: RESPOND MSG="{printer.toolhead.homed_axes}" -->> xyz
    and printer did not home y or z