File tree Expand file tree Collapse file tree
share/qtvcp/screens/qtplasmac Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- VERSION = '1.229 .231'
1+ VERSION = '1.230 .231'
22
33'''
44qtplasmac_handler.py
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments