QTPlasmc GUI questions
- robertspark
- Offline
- Platinum Member
Less
More
- Posts: 915
- Thank you received: 216
01 Aug 2021 13:20 #216600
by robertspark
QTPlasmc GUI questions was created by robertspark
I was wondering if it was possible to change / expose (via the gui >> Parameters >> GUI Settings frame) the options to change the jog speed % (hare / tortoise) [same as gmoccapy] / or via hal/ini file?
I was also wondering if it was possible to change or expose the number of decimal places for the DRO's
None of these are show stoppers / issues of any significance, I was mearly just wondering if the settings could be changes as I can see + adjust them in gmoccapy thats all
I was also wondering if it was possible to change or expose the number of decimal places for the DRO's
None of these are show stoppers / issues of any significance, I was mearly just wondering if the settings could be changes as I can see + adjust them in gmoccapy thats all
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
Less
More
- Posts: 915
- Thank you received: 216
01 Aug 2021 20:58 #216647
by robertspark
Replied by robertspark on topic QTPlasmc GUI questions
I was wondering if it was possible to lower the CUT AMPS within the material settings to 10A minimum (presently 15A), but the hypertherm 45xp uses 10A for marking,
thanks
thanks
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5698
- Thank you received: 2081
02 Aug 2021 00:58 #216658
by phillc54
Replied by phillc54 on topic QTPlasmc GUI questions
We can take a look at all of those...
Please Log in or Create an account to join the conversation.
- cmorley
- Away
- Moderator
Less
More
- Posts: 7772
- Thank you received: 2055
02 Aug 2021 02:27 #216664
by cmorley
Replied by cmorley on topic QTPlasmc GUI questions
DRO uses properties for the metric/imperial/angular templates
So you can change them with the stylesheet.
Maybe that's not convenient enough - you can always set properties directly in python code too.
So you can change them with the stylesheet.
Maybe that's not convenient enough - you can always set properties directly in python code too.
The following user(s) said Thank You: robertspark
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5698
- Thank you received: 2081
02 Aug 2021 07:56 #216672
by phillc54
Replied by phillc54 on topic QTPlasmc GUI questions
There is a new hal pin for slow jogging, called qtplasmac.ext_jog_slow.
Cut Amps minimum is now 10.
I am not sure of the required styleshhet properties for the DRO, maybe Chris will post them here then you could set up a custom style or a custom stylesheet.
linuxcnc.org/docs/devel/html/plasma/qtpl...mizing_qtplasmac_gui
Cut Amps minimum is now 10.
I am not sure of the required styleshhet properties for the DRO, maybe Chris will post them here then you could set up a custom style or a custom stylesheet.
linuxcnc.org/docs/devel/html/plasma/qtpl...mizing_qtplasmac_gui
The following user(s) said Thank You: robertspark
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
Less
More
- Posts: 915
- Thank you received: 216
02 Aug 2021 12:58 #216691
by robertspark
Replied by robertspark on topic QTPlasmc GUI questions
thanks Gents
I'll have a play tonight
I'll have a play tonight
Please Log in or Create an account to join the conversation.
- cmorley
- Away
- Moderator
Less
More
- Posts: 7772
- Thank you received: 2055
02 Aug 2021 13:06 - 02 Aug 2021 13:09 #216694
by cmorley
Then you will probably have to change cycle g20/g21 to get it to change.
I'll fix that bug soon.
Chris
Replied by cmorley on topic QTPlasmc GUI questions
DROLabel{
qproperty-imperial_template: '%2.1f';
qproperty-metric_template: '%2.1f';
}
Then you will probably have to change cycle g20/g21 to get it to change.
I'll fix that bug soon.
Chris
Last edit: 02 Aug 2021 13:09 by cmorley.
The following user(s) said Thank You: phillc54, snowgoer540
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.083 seconds