Put in position reporting and a new utility class to limit the rate we call a function.

This commit is contained in:
Lars Brubaker 2015-11-23 13:08:21 -08:00
parent 0587fb2d23
commit 5b13fc9c5a
3 changed files with 148 additions and 2 deletions

View file

@ -222,6 +222,7 @@
<Compile Include="Library\Provider\LibraryProviderSqlite.cs" />
<Compile Include="Library\Provider\LibraryProvider.cs" />
<Compile Include="Queue\OptionsMenu\ExportGcodePlugin.cs" />
<Compile Include="Utilities\LimitCallFrequency.cs" />
<Compile Include="Utilities\SelectedListItems.cs" />
<Compile Include="Queue\OptionsMenu\ExportToFolderFeedbackWindow.cs" />
<Compile Include="EeProm\EePromMarlinSettings.cs" />