Connect should not be conditional on NetworkPrinting
- Issue MatterHackers/MCCentral#5141 Network printing does not work
This commit is contained in:
parent
aaaa4e21d1
commit
15d8d3996b
2 changed files with 2 additions and 3 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue