Skip to content

Commit f80327f

Browse files
committed
qtplasmac: Change default retry delay to 1 to match spinbox min
1 parent ec3cd72 commit f80327f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

share/qtvcp/screens/qtplasmac/qtplasmac_handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '1.233.253'
1+
VERSION = '1.233.254'
22

33
'''
44
qtplasmac_handler.py
@@ -2536,7 +2536,7 @@ def load_plasma_parameters(self):
25362536
self.w.pid_i_gain.setValue(self.PREFS.getpref('Pid I Gain', 0, float, 'PLASMA_PARAMETERS'))
25372537
self.w.probe_feed_rate.setValue(self.PREFS.getpref('Probe Feed Rate', round(300 * self.unitsPerMm, 0), float, 'PLASMA_PARAMETERS'))
25382538
self.w.probe_start_height.setValue(self.PREFS.getpref('Probe Start Height', round(25 * self.unitsPerMm, 0), float, 'PLASMA_PARAMETERS'))
2539-
self.w.arc_restart_delay.setValue(self.PREFS.getpref('Arc Restart Delay', 0, float, 'PLASMA_PARAMETERS'))
2539+
self.w.arc_restart_delay.setValue(self.PREFS.getpref('Arc Restart Delay', 1, float, 'PLASMA_PARAMETERS'))
25402540
self.w.safe_height.setValue(self.PREFS.getpref('Safe Height', round(25 * self.unitsPerMm, 0), float, 'PLASMA_PARAMETERS'))
25412541
self.w.setup_feed_rate.setValue(self.PREFS.getpref('Setup Feed Rate', self.thcFeedRate * 0.8, float, 'PLASMA_PARAMETERS'))
25422542
self.w.scribe_arm_delay.setValue(self.PREFS.getpref('Scribe Arming Delay', 0, float, 'PLASMA_PARAMETERS'))

share/qtvcp/screens/qtplasmac/versions.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ <h2>QtPlasmaC Version History</h2>
3030
</table>
3131
<br>
3232
<!--- ****** ADD NEXT VERSION BELOW THIS LINE ****** --->
33+
<br><b><u>v1.233.254 2022 Dec 14</u></b>
34+
<ul style="margin:0;">
35+
<li>Change default retry delay to 1 to match spinbox min</li>
36+
</ul>
37+
<i>Changes submitted by snowgoer540 (Greg Carl)</i><br>
38+
3339
<br><b><u>v1.233.253 2022 Nov 27</u></b>
3440
<ul style="margin:0;">
3541
<li>fix framing when g5x rotation is applied</li>

0 commit comments

Comments
 (0)