allow printer connection to take a stream to print

This commit is contained in:
LarsBrubaker 2019-03-23 18:37:53 -07:00
parent 50fbc8be69
commit 2cb8d521af
7 changed files with 98 additions and 24 deletions

View file

@ -36,7 +36,7 @@ namespace MatterHackers.SerialPortCommunication.FrostedSerial
{
private SerialPort port;
internal CSharpSerialPortWrapper(string serialPortName)
public CSharpSerialPortWrapper(string serialPortName)
{
if (FrostedSerialPortFactory.GetAppropriateFactory("RepRap").IsWindows)
{