mirror of
https://github.com/euphy/polargraphcontroller
synced 2025-01-09 11:45:15 +01:00
Repaired the queue preview
This commit is contained in:
parent
69ab977f90
commit
c221b9456c
@ -1970,8 +1970,8 @@ void previewQueue(boolean forceRebuild)
|
|||||||
String bLenStr = splitted[2];
|
String bLenStr = splitted[2];
|
||||||
|
|
||||||
PVector endPoint = new PVector(Integer.parseInt(aLenStr)+previewCordOffset, Integer.parseInt(bLenStr)+previewCordOffset);
|
PVector endPoint = new PVector(Integer.parseInt(aLenStr)+previewCordOffset, Integer.parseInt(bLenStr)+previewCordOffset);
|
||||||
endPoint = getDisplayMachine().inMM(endPoint);
|
|
||||||
endPoint = getDisplayMachine().asCartesianCoords(endPoint);
|
endPoint = getDisplayMachine().asCartesianCoords(endPoint);
|
||||||
|
endPoint = getDisplayMachine().inMM(endPoint);
|
||||||
|
|
||||||
pv.x = endPoint.x;
|
pv.x = endPoint.x;
|
||||||
pv.y = endPoint.y;
|
pv.y = endPoint.y;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user