Improved arrange all
This commit is contained in:
parent
2be90fe6f9
commit
db1b24f10d
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
while (!partPlaced && itemToMove != null)
|
||||
{
|
||||
int xStep = currentSize;
|
||||
int xStep = 0;
|
||||
int yStep;
|
||||
// check far right edge
|
||||
for (yStep = 0; yStep < currentSize; yStep++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue