Connect should not be conditional on NetworkPrinting

- Issue MatterHackers/MCCentral#5141
Network printing does not work
This commit is contained in:
jlewin 2019-03-11 11:42:37 -07:00
parent aaaa4e21d1
commit 15d8d3996b
2 changed files with 2 additions and 3 deletions

View file

@ -101,7 +101,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
{
if (homingPosition[i] != double.NegativeInfinity)
{
// figure out which side of center it is on and modifiy the bounds
// figure out which side of center it is on and modify the bounds
if (homingPosition[i] < aabb.Center[i])
{
aabb.MinXYZ[i] = homingPosition[i];