Adding baby stepping controls to print progress control

This commit is contained in:
LarsBrubaker 2020-08-01 15:59:20 -07:00
parent 56fa4fe953
commit 45178b1baf
9 changed files with 184 additions and 80 deletions

View file

@ -40,6 +40,8 @@ namespace MatterHackers.MatterControl.Library
{
public class GitHubContainer : LibraryContainer
{
#pragma warning disable SA1307 // Accessible fields should begin with upper-case letter
#pragma warning disable SA1310 // Field names should not contain underscore
internal struct FileInfo
{
public LinkFields _links;
@ -53,6 +55,8 @@ namespace MatterHackers.MatterControl.Library
{
public string self;
}
#pragma warning restore SA1310 // Field names should not contain underscore
#pragma warning restore SA1307 // Accessible fields should begin with upper-case letter
private readonly PrinterConfig printer;