Skip to content

Commit 5a0c05a

Browse files
committed
qtplasmac: align cone_size spinboxs with glcanon allowables
1 parent afdb19a commit 5a0c05a

5 files changed

Lines changed: 32 additions & 7 deletions

File tree

share/qtvcp/screens/qtplasmac/qtplasmac.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15460,10 +15460,10 @@ HOME ALL</string>
1546015460
<number>2</number>
1546115461
</property>
1546215462
<property name="minimum">
15463-
<double>0.100000000000000</double>
15463+
<double>0.030000000000000</double>
1546415464
</property>
1546515465
<property name="maximum">
15466-
<double>1.000000000000000</double>
15466+
<double>2.000000000000000</double>
1546715467
</property>
1546815468
<property name="singleStep">
1546915469
<double>0.010000000000000</double>

share/qtvcp/screens/qtplasmac/qtplasmac_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '010.078'
1+
VERSION = '014.079'
22
LCNCVER = '2.10'
33

44
'''

share/qtvcp/screens/qtplasmac/versions.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,29 @@ <h2>QtPlasmaC Version History - LinuxCNC 2.10</h2>
2626
</table>
2727
<br>
2828
<!--- ****** ADD NEXT VERSION BELOW THIS LINE ****** --->
29+
<br><b><u>014.079 2026 Jan 01</u></b>
30+
<br><b>QtPlasmaC GUI</b>
31+
<ul style="margin:0;">
32+
<li>079: align cone_size spinboxs with glcanon allowables</li>
33+
</ul>
34+
<b>PlasmaC Component</b>
35+
<ul style="margin:0;">
36+
<li>014: remove safe_min from THC top limit check in Mode 2</li>
37+
<li>013: allow THC up/down outputs in Mode 2 when idle</li>
38+
<li>012: fix arc voltage ring buffer off-by-one errors</li>
39+
<li>011: general housekeeping</li>
40+
</ul>
41+
2942
<br><b><u>010.078 2025 Dec 26</u></b>
3043
<ul style="margin:0;">
3144
<li>fix tabbing order for recent GUI additions</li>
3245
<li>make all spinboxes consistent for Auto Activate THC</li>
46+
</ul>
3347

3448
<br><b><u>010.077 2025 Dec 22</u></b>
3549
<ul style="margin:0;">
3650
<li>change power button from ActionButton to QPushButton on 9x16 screen</li>
51+
</ul>
3752

3853
<br><b><u>010.076 2025 Dec 22</u></b>
3954
<ul style="margin:0;">
@@ -43,47 +58,57 @@ <h2>QtPlasmaC Version History - LinuxCNC 2.10</h2>
4358
<li>normalize distance decimal places for Parameters tab</li>
4459
<li>tweak gcode filter decimal places</li>
4560
<li>add Slat Height and Material Thickness probing option</li>
61+
</ul>
4662

4763
<br><b><u>009.075 2025 Nov 29</u></b>
4864
<ul style="margin:0;">
4965
<li>fix bugs and enhance Run From Line</li>
66+
</ul>
5067

5168
<br><b><u>009.074 2025 Nov 28</u></b>
5269
<ul style="margin:0;">
5370
<li>add icons for Operator Text and Operator Display dialog boxes</li>
71+
</ul>
5472

5573
<br><b><u>009.073 2025 Nov 27</u></b>
5674
<ul style="margin:0;">
5775
<li>fix gcode filter copy/paste error</li>
5876
<li>fix modifying\creating new materials via magic comments</li>
77+
</ul>
5978

6079
<br><b><u>009.072 2025 Oct 26</u></b>
6180
<ul style="margin:0;">
6281
<li>do a little less filtering of z moves with keep-z-motion</li>
82+
</ul>
6383

6484
<br><b><u>009.071 2025 Aug 07</u></b>
6585
<ul style="margin:0;">
6686
<li>add newlines between codes in conversational pre and postamble</li>
87+
</ul>
6788

6889
<br><b><u>009.070 2025 Aug 07</u></b>
6990
<ul style="margin:0;">
7091
<li>add M52P1 to conversational pre and postamble</li>
92+
</ul>
7193

7294
<br><b><u>009.069 2025 Jul 28</u></b>
7395
<ul style="margin:0;">
7496
<li>enhance cutcritical dialog with checkboxes for each untoggled button</li>
97+
</ul>
7598

7699
<br><b><u>009.068 2025 Jul 25</u></b>
77100
<ul style="margin:0;">
78101
<li>"VEL:" label now indicates active velocity reduction and shows commanded feed rate percentage</li>
79102
<li>suppress gcode filter warnings when material feed rate is 0</li>
80103
<li>prevent material selector from opening when velocity label or indicator is clicked</li>
81104
<li>allow velocity reduction between 1-100, fix documentation inconsistency</li>
105+
</ul>
82106

83107
<br><b><u>008.067 2025 Jun 28</u></b>
84108
<ul style="margin:0;">
85109
<li>allow clicking error notification background to stop error blinking</li>
86110
<li>add dialog-error icon to error notification box</li>
111+
</ul>
87112

88113
<br><b><u>008.066 2025 Jun 19</u></b>
89114
<ul style="margin:0;">

share/qtvcp/screens/qtplasmac_4x3/qtplasmac_4x3.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15494,10 +15494,10 @@ ANTI DIVE</string>
1549415494
<number>2</number>
1549515495
</property>
1549615496
<property name="minimum">
15497-
<double>0.100000000000000</double>
15497+
<double>0.030000000000000</double>
1549815498
</property>
1549915499
<property name="maximum">
15500-
<double>1.000000000000000</double>
15500+
<double>2.000000000000000</double>
1550115501
</property>
1550215502
<property name="singleStep">
1550315503
<double>0.010000000000000</double>

share/qtvcp/screens/qtplasmac_9x16/qtplasmac_9x16.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15798,10 +15798,10 @@ MOVE</string>
1579815798
<number>2</number>
1579915799
</property>
1580015800
<property name="minimum">
15801-
<double>0.100000000000000</double>
15801+
<double>0.030000000000000</double>
1580215802
</property>
1580315803
<property name="maximum">
15804-
<double>1.000000000000000</double>
15804+
<double>2.000000000000000</double>
1580515805
</property>
1580615806
<property name="singleStep">
1580715807
<double>0.010000000000000</double>

0 commit comments

Comments
 (0)