[PR #693] [MERGED] Option for default Redumper leadin retries #1113

Open
opened 2026-01-29 16:25:27 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/693
Author: @Deterous
Created: 4/30/2024
Status: Merged
Merged: 5/3/2024
Merged by: @mnadareski

Base: masterHead: leadin-retries


📝 Commits (7)

📊 Changes

4 files changed (+44 additions, -2 deletions)

View changed files

📝 CHANGELIST.md (+4 -0)
📝 MPF.Core/Data/Options.cs (+18 -0)
📝 MPF.Core/Modules/Redumper/Parameters.cs (+6 -0)
📝 MPF.UI.Core/Windows/OptionsWindow.xaml (+16 -2)

📄 Description

Adds a new textbox to set default plextor leadin retries, below the default reread option. Defaults to 4.
Fixes #692


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/693 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 4/30/2024 **Status:** ✅ Merged **Merged:** 5/3/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `leadin-retries` --- ### 📝 Commits (7) - [`68e6d95`](https://github.com/SabreTools/MPF/commit/68e6d95a3dd9599741a05e4b0bcdaa0bf30edae0) Option for default Redumper leadin retries - [`d16cb89`](https://github.com/SabreTools/MPF/commit/d16cb89f683ee3a596417b5485c58035ec24eade) Gate custom default leadin retries behind option - [`665a8e1`](https://github.com/SabreTools/MPF/commit/665a8e1a23a00969a576d70ca368ecbe95eaf117) typo - [`afd717b`](https://github.com/SabreTools/MPF/commit/afd717b78a0297869b5520d3d9ccac6fc5fb567f) False by default - [`c2a6be9`](https://github.com/SabreTools/MPF/commit/c2a6be9cebabf41c7dcb310943fe450dca7ffd70) change wording - [`fa94af6`](https://github.com/SabreTools/MPF/commit/fa94af6e82633870865afdbfa7f072390e70e0e3) whitespace? - [`7e68a2e`](https://github.com/SabreTools/MPF/commit/7e68a2ecdc821d8446e009e029ac983203bec7ec) better whitespace? ### 📊 Changes **4 files changed** (+44 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+4 -0) 📝 `MPF.Core/Data/Options.cs` (+18 -0) 📝 `MPF.Core/Modules/Redumper/Parameters.cs` (+6 -0) 📝 `MPF.UI.Core/Windows/OptionsWindow.xaml` (+16 -2) </details> ### 📄 Description Adds a new textbox to set default plextor leadin retries, below the default reread option. Defaults to 4. Fixes #692 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:25:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1113