public create printer function for touch screen
This commit is contained in:
parent
321d69451d
commit
b9a783c162
1 changed files with 1 additions and 1 deletions
|
|
@ -613,7 +613,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
return importSuccessful;
|
||||
}
|
||||
|
||||
internal static async Task<PrinterConfig> CreatePrinterAsync(string make, string model, string printerName)
|
||||
public static async Task<PrinterConfig> CreatePrinterAsync(string make, string model, string printerName)
|
||||
{
|
||||
string guid = Guid.NewGuid().ToString();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue