mirror of
https://github.com/euphy/polargraphcontroller
synced 2025-01-08 19:24:25 +01:00
Merge branch 'master' of https://github.com/euphy/polargraphcontroller
This commit is contained in:
commit
9c224d039b
@ -322,6 +322,9 @@ RShape loadShapeFromGCodeFile(String filename) {
|
|||||||
drawLine = false;
|
drawLine = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else { // if there is no Z axis, assume it's always on
|
||||||
|
// drawLine = true; // this isn't always safe!
|
||||||
|
}
|
||||||
|
|
||||||
Float x = ins.get("X");
|
Float x = ins.get("X");
|
||||||
Float y = ins.get("Y");
|
Float y = ins.get("Y");
|
||||||
|
@ -13,5 +13,7 @@ This is a desktop application for controlling a polargraph machine, communicatin
|
|||||||
The [latest releases bundle] (https://github.com/euphy/polargraphcontroller/releases/latest) contains
|
The [latest releases bundle] (https://github.com/euphy/polargraphcontroller/releases/latest) contains
|
||||||
copies of all the libraries that I use, as well as all the source, and compiled versions of the code where sensible.
|
copies of all the libraries that I use, as well as all the source, and compiled versions of the code where sensible.
|
||||||
|
|
||||||
|
How to [run it from source](https://github.com/euphy/polargraph/wiki/Running-the-controller-from-source-code).
|
||||||
|
|
||||||
sandy.noble@gmail.com
|
sandy.noble@gmail.com
|
||||||
http://www.polargraph.co.uk/
|
http://www.polargraph.co.uk/
|
||||||
|
Loading…
Reference in New Issue
Block a user