Repaired the queue preview

This commit is contained in:
Sandy Noble 2016-01-26 12:54:21 +00:00
parent 69ab977f90
commit c221b9456c
1 changed files with 1 additions and 1 deletions

View File

@ -1970,8 +1970,8 @@ void previewQueue(boolean forceRebuild)
String bLenStr = splitted[2];
PVector endPoint = new PVector(Integer.parseInt(aLenStr)+previewCordOffset, Integer.parseInt(bLenStr)+previewCordOffset);
endPoint = getDisplayMachine().inMM(endPoint);
endPoint = getDisplayMachine().asCartesianCoords(endPoint);
endPoint = getDisplayMachine().inMM(endPoint);
pv.x = endPoint.x;
pv.y = endPoint.y;