Adding baby stepping controls to print progress control
This commit is contained in:
parent
56fa4fe953
commit
45178b1baf
9 changed files with 184 additions and 80 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue