Сustomization QTvcp

More
15 Apr 2020 09:38 #164046 by cmorley
Replied by cmorley on topic Сustomization QTvcp
macrotab is fixed

Please Log in or Create an account to join the conversation.

More
15 Apr 2020 09:47 #164047 by hottabich
Replied by hottabich on topic Сustomization QTvcp
I use macrotab the one that you edited before after updating linuxcnc macrotab did not work for me. Please post corrected.

Please Log in or Create an account to join the conversation.

More
15 Apr 2020 09:50 #164048 by cmorley
Replied by cmorley on topic Сustomization QTvcp
change macro_widget.py to
    def _hal_init(self):
        self.runButton.setEnabled(False)
        STATUS.connect('state-off', lambda w: self.runButton.setEnabled(False))
        STATUS.connect('state-estop', lambda w: self.runButton.setEnabled(False))
        STATUS.connect('interp-idle', lambda w: self.runButton.setEnabled(STATUS.machine_is_on()
                                                                and (STATUS.is_all_homed()
                                                                or INFO.NO_HOME_REQUIRED)))
        STATUS.connect('interp-run', lambda w: self.runButton.setEnabled(False))
        STATUS.connect('not-all-homed', lambda w, axis: self.runButton.setEnabled(False or INFO.NO_HOME_REQUIRED))
        STATUS.connect('all-homed', lambda w: self.runButton.setEnabled(True))
        STATUS.connect('general',self.returnFromDialog)
The following user(s) said Thank You: hottabich

Please Log in or Create an account to join the conversation.

More
15 Apr 2020 09:55 - 15 Apr 2020 09:56 #164049 by hottabich
Replied by hottabich on topic Сustomization QTvcp
Thank you so much!!!
Last edit: 15 Apr 2020 09:56 by hottabich.
The following user(s) said Thank You: cmorley

Please Log in or Create an account to join the conversation.

More
16 Apr 2020 06:26 - 16 Apr 2020 06:29 #164116 by hottabich
Replied by hottabich on topic Сustomization QTvcp
Load dialog action. Load file all OK. Exit. Start error: file ended without a percent sign. Maybe because there is still a file manager? File manager all OK.Please, your advice.
Attachments:
Last edit: 16 Apr 2020 06:29 by hottabich.

Please Log in or Create an account to join the conversation.

More
16 Apr 2020 09:24 #164124 by tommylight
Replied by tommylight on topic Сustomization QTvcp
Gcode file needs % sign at the beginning and at the end.

Please Log in or Create an account to join the conversation.

More
16 Apr 2020 09:52 - 16 Apr 2020 13:42 #164127 by hottabich
Replied by hottabich on topic Сustomization QTvcp
The same file downloaded through the file manager is OK.
In other Qtvcp interfaces, the Load dialog action does not display the error of the same files.
Typically, the file ends with M2.
Attachments:
Last edit: 16 Apr 2020 13:42 by hottabich.

Please Log in or Create an account to join the conversation.

More
16 Apr 2020 16:36 #164165 by cmorley
Replied by cmorley on topic Сustomization QTvcp
i don't know where to start. I tried your hazzy program and it loads fine here.
When you load the file, does it the gcode look right?
Have you loaded a macro before loading the program?
The following user(s) said Thank You: hottabich

Please Log in or Create an account to join the conversation.

More
16 Apr 2020 18:54 - 16 Apr 2020 19:08 #164188 by hottabich
Replied by hottabich on topic Сustomization QTvcp
I added action button load_dialog_action in qtdragon. When downloading a file through a pop-up window, I get an error. File Manager from the page
File uploads work well. Why is that? See post 164116, 164127.
Attachments:
Last edit: 16 Apr 2020 19:08 by hottabich.

Please Log in or Create an account to join the conversation.

More
16 Apr 2020 19:44 #164197 by cmorley
Replied by cmorley on topic Сustomization QTvcp
ok great I'll check it out.

Please Log in or Create an account to join the conversation.

Moderators: cmorley
Time to create page: 0.147 seconds
Powered by Kunena Forum