[PR #920] [MERGED] New Redumper Drive Pregap Start option #1234

Closed
opened 2026-01-29 16:26:15 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/920
Author: @Deterous
Created: 11/24/2025
Status: Merged
Merged: 11/24/2025
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (4)

📊 Changes

17 files changed (+65 additions, -27 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.ExecutionContexts/Redumper/ExecutionContext.cs (+7 -0)
📝 MPF.ExecutionContexts/Redumper/SettingConstants.cs (+3 -0)
📝 MPF.Frontend/EnumExtensions.cs (+24 -24)
📝 MPF.Frontend/Options.cs (+9 -0)
📝 MPF.UI/Resources/Strings.de.xaml (+1 -0)
📝 MPF.UI/Resources/Strings.es.xaml (+1 -0)
📝 MPF.UI/Resources/Strings.fr.xaml (+1 -0)
📝 MPF.UI/Resources/Strings.it.xaml (+1 -0)
📝 MPF.UI/Resources/Strings.ja.xaml (+1 -0)
📝 MPF.UI/Resources/Strings.ko.xaml (+1 -0)
📝 MPF.UI/Resources/Strings.pl.xaml (+1 -0)
📝 MPF.UI/Resources/Strings.ru.xaml (+1 -0)
📝 MPF.UI/Resources/Strings.sv.xaml (+1 -0)
📝 MPF.UI/Resources/Strings.uk.xaml (+1 -0)
📝 MPF.UI/Resources/Strings.xaml (+1 -0)
📝 MPF.UI/Windows/OptionsWindow.xaml (+10 -3)

📄 Description

New option (and UI options window textbox) to provide default redumper drive pregap start value.

Also fixes #919 by fixing typo in ToRedumperDriveType, so that DriveType flag is passed to redumper properly.


🔄 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/920 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 11/24/2025 **Status:** ✅ Merged **Merged:** 11/24/2025 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`86d8d9f`](https://github.com/SabreTools/MPF/commit/86d8d9fa623e2a0576d0bb45e82b3379119a0698) Pregap start option - [`35f786a`](https://github.com/SabreTools/MPF/commit/35f786a5f8f28bdf6c000043b27c7151d70254ef) Fix DriveType names - [`b50fb19`](https://github.com/SabreTools/MPF/commit/b50fb19acfb0e61795451f1a96836a19e5fcf2ec) Fix options window - [`16c258f`](https://github.com/SabreTools/MPF/commit/16c258f42433dc937bcb6652a9d9fe627dd032df) Update changelist ### 📊 Changes **17 files changed** (+65 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.ExecutionContexts/Redumper/ExecutionContext.cs` (+7 -0) 📝 `MPF.ExecutionContexts/Redumper/SettingConstants.cs` (+3 -0) 📝 `MPF.Frontend/EnumExtensions.cs` (+24 -24) 📝 `MPF.Frontend/Options.cs` (+9 -0) 📝 `MPF.UI/Resources/Strings.de.xaml` (+1 -0) 📝 `MPF.UI/Resources/Strings.es.xaml` (+1 -0) 📝 `MPF.UI/Resources/Strings.fr.xaml` (+1 -0) 📝 `MPF.UI/Resources/Strings.it.xaml` (+1 -0) 📝 `MPF.UI/Resources/Strings.ja.xaml` (+1 -0) 📝 `MPF.UI/Resources/Strings.ko.xaml` (+1 -0) 📝 `MPF.UI/Resources/Strings.pl.xaml` (+1 -0) 📝 `MPF.UI/Resources/Strings.ru.xaml` (+1 -0) 📝 `MPF.UI/Resources/Strings.sv.xaml` (+1 -0) 📝 `MPF.UI/Resources/Strings.uk.xaml` (+1 -0) 📝 `MPF.UI/Resources/Strings.xaml` (+1 -0) 📝 `MPF.UI/Windows/OptionsWindow.xaml` (+10 -3) </details> ### 📄 Description New option (and UI options window textbox) to provide default redumper drive pregap start value. Also fixes #919 by fixing typo in ToRedumperDriveType, so that DriveType flag is passed to redumper properly. --- <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:26:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1234