Skip to content

Commit cabbdc2

Browse files
committed
qtplasmac: fix probe test error if ihs-skip is active
1 parent 3c145a7 commit cabbdc2

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

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 = '1.229.231'
1+
VERSION = '1.230.231'
22

33
'''
44
qtplasmac_handler.py

share/qtvcp/screens/qtplasmac/versions.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ <h2>QtPlasmaC Version History</h2>
3030
</table>
3131
<br>
3232
<!--- ****** ADD NEXT VERSION BELOW THIS LINE ****** --->
33+
<br><b><u>v1.230.231 2022 Aug 21</u></b>
34+
<ul style="margin:0;">
35+
<li>fix probe test error if ihs-skip is active</li>
36+
</ul>
37+
3338
<br><b><u>v1.229.231 2022 Aug 20</u></b>
3439
<ul style="margin:0;">
3540
<li>fix undefined variables and translation issues</li>

src/hal/components/plasmac.comp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A plasma cutting table control component for use with the LinuxCNC V2.8 or later
77

88
.I VERSION:
99
.br
10-
1.229
10+
1.230
1111

1212
.I SUMMARY:
1313
.br
@@ -1930,6 +1930,7 @@ FUNCTION(_) {
19301930
if(!x_offset_counts && !y_offset_counts && !z_offset_counts){
19311931
probe_inhibit = FALSE;
19321932
probe_testing = FALSE;
1933+
probe_required = TRUE;
19331934
state = END_CUT;
19341935
}
19351936
}

0 commit comments

Comments
 (0)