[PR #101] [MERGED] Goodbye drive speed finders #970

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/101
Author: @mnadareski
Created: 7/17/2018
Status: Merged
Merged: 7/18/2018
Merged by: @mnadareski

Base: masterHead: r14


📝 Commits (3)

📊 Changes

3 files changed (+57 additions, -269 deletions)

View changed files

📝 DICUI/MainWindow.xaml.cs (+47 -63)
📝 DICUI/Utilities/DumpEnvironment.cs (+10 -42)
📝 DICUI/Utilities/Validators.cs (+0 -164)

📄 Description

This PR mainly exists to remove the code related to finding the current drive speed in order to determine the dumping speed. This seems to be mostly unused as nearly all vocal users end up setting the value manually or have set their preferred value in the options.

As an additional bonus, this also cleans up the DPI scaling a bit to have less P/Invoke.

Fixes #69
Fixes #55


🔄 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/101 **Author:** [@mnadareski](https://github.com/mnadareski) **Created:** 7/17/2018 **Status:** ✅ Merged **Merged:** 7/18/2018 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `r14` --- ### 📝 Commits (3) - [`b60a72a`](https://github.com/SabreTools/MPF/commit/b60a72a377a6277e8756142514505693b10dccd1) Goodbye drive speed finders - [`ad0adec`](https://github.com/SabreTools/MPF/commit/ad0adec9896904244ca50a4538387bba0e45ca74) More accurate scaling - [`c94a888`](https://github.com/SabreTools/MPF/commit/c94a888a3296cb37a3e7fd0b9d5c3a6ebf204666) Ensure disposal ### 📊 Changes **3 files changed** (+57 additions, -269 deletions) <details> <summary>View changed files</summary> 📝 `DICUI/MainWindow.xaml.cs` (+47 -63) 📝 `DICUI/Utilities/DumpEnvironment.cs` (+10 -42) 📝 `DICUI/Utilities/Validators.cs` (+0 -164) </details> ### 📄 Description This PR mainly exists to remove the code related to finding the current drive speed in order to determine the dumping speed. This seems to be mostly unused as nearly all vocal users end up setting the value manually or have set their preferred value in the options. As an additional bonus, this also cleans up the DPI scaling a bit to have less P/Invoke. Fixes #69 Fixes #55 --- <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:24:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#970