diff --git a/polargraphcontroller.pde b/polargraphcontroller.pde index 09beb7e..df7c350 100644 --- a/polargraphcontroller.pde +++ b/polargraphcontroller.pde @@ -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;