Error in tool_offsetview.py
18 Mar 2022 23:13 #237692
by MarkoPolo
Replied by MarkoPolo on topic Error in tool_offsetview.py
This is what you say, every time I specify a configuration via Pncconf, I have to manually add these 3 lines.
I'm sending qtdragon.ui with the layout corrected, it should work fine
I'm sending qtdragon.ui with the layout corrected, it should work fine
Please Log in or Create an account to join the conversation.
19 Mar 2022 00:12 #237697
by cmorley
Replied by cmorley on topic Error in tool_offsetview.py
I committed your changes to qtdragon.
I also added the MDI commands to pncconf for qtdragon.
Thank you very much
I also added the MDI commands to pncconf for qtdragon.
Thank you very much
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
19 Mar 2022 03:44 #237705
by cmorley
Replied by cmorley on topic Error in tool_offsetview.py
widened the step timing spinbox in pncconf.
Let me know if that's better.
Let me know if that's better.
Please Log in or Create an account to join the conversation.
19 Mar 2022 11:45 #237710
by MarkoPolo
Replied by MarkoPolo on topic Error in tool_offsetview.py
Attachments:
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
19 Mar 2022 17:42 #237726
by cmorley
Replied by cmorley on topic Error in tool_offsetview.py
Ok improved pncconf's test/tune dialog.
Sure I would like to look at your changes.
Sure I would like to look at your changes.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
19 Mar 2022 19:42 #237737
by MarkoPolo
Replied by MarkoPolo on topic Error in tool_offsetview.py
I am uploading a handler with changes to the buttons behavior. There is still the "pause" and "step" buttons to be made, they turn on the reset buttons and the "wcs" button, but I don't know where to change this behavior.
Please Log in or Create an account to join the conversation.
19 Mar 2022 22:29 - 20 Mar 2022 00:48 #237751
by cmorley
Replied by cmorley on topic Error in tool_offsetview.py
action_button.py is where most enable/disable behavior is defined.
Last edit: 20 Mar 2022 00:48 by cmorley.
Please Log in or Create an account to join the conversation.
28 Mar 2022 22:49 - 28 Mar 2022 22:56 #238561
by MarkoPolo
Replied by MarkoPolo on topic Error in tool_offsetview.py
I fixed a bug that caused "lbl_max_rapid" values to change after changing the "feedrate_override_slider". I guess introduced a bug in previous changes, but it works fine now. I changed some metric value fields to a consistent look, and a few minor changes to better fit the layout ._It seems to me that there is a problem with the function "def metric_system_changed (self, mode):" The value of mode is always True, regardless of whether in the LINEAR _UNITS ini file is metric or inch, and this is probably the reason for wrong values in "status_jog_linear" and in " lbl_jog_linear ". The problem is if the units are inch, if mm is fine.Could you please check why this is happening?
Last edit: 28 Mar 2022 22:56 by MarkoPolo.
Please Log in or Create an account to join the conversation.
29 Mar 2022 05:13 #238570
by cmorley
Replied by cmorley on topic Error in tool_offsetview.py
metric_system_changed() responds to metric mode (G20/21) regardless of machine unit base.
INFO.MACHINE_IS_METRIC will tell you if the INI is metric or imperial based.
INFO.MACHINE_IS_METRIC will tell you if the INI is metric or imperial based.
Please Log in or Create an account to join the conversation.
30 Mar 2022 00:04 #238683
by MarkoPolo
Replied by MarkoPolo on topic Error in tool_offsetview.py
yes, there are two bugs in the previous files i posted. I will fix it and ship it
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.251 seconds