Advanced Search

Search Results (Searched for: )

  • PCW
  • PCW's Avatar
31 Mar 2025 20:04

Need help setting up XYYZA for stepper motors

Category: General LinuxCNC Questions

My guess is that HOME_SEQUENCE is missinghttps://linuxcnc.org/docs/html/config/ini-homing.html#sec:homing-section

(you need as negative number for the Y joints)

Plus, there is a typo in the DISPLAY section:

JOUNT = 5
 
  • millikari
  • millikari
31 Mar 2025 19:55 - 31 Mar 2025 20:01
Replied by millikari on topic Couldn't get the WARNING icon in LcncDialog

Couldn't get the WARNING icon in LcncDialog

Category: Qtvcp

Yes, I call it by connecting STATUS 'general' message and the ACTION.CALL_DIALOG:
if STATUS.machine_is_on():
  mess = {'NAME':'UNHOME_MSG', 'ID':'UNHOME_DIALOG',
                'MESSAGE':'Really want to Un-Home?', 'TYPE':'YESNO', 'ICON':'WARNING'}
   ACTION.CALL_DIALOG(mess)

A LcncDialog widget with matching launch-ID is defined in the ui-file. I have already checked whether the value of the 'icon'-variable is set correctly right before the statement I have shown in my first post (first code box). It's all fine. Looking at the original code, I think, because 'icon' is an instance of string in all cases, the 'WARNING' and 'CRITICAL' cases can never be reached. So I changed the sequence in order to give WARNING and CRITICAL also a chance getting active. Am I right with my consideration or have i missed something?
Displaying 17566 - 17567 out of 17567 results.
Time to create page: 0.474 seconds
Powered by Kunena Forum