mirror of
https://github.com/euphy/polargraphcontroller
synced 2025-01-07 18:59:59 +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;
|
||||
}
|
||||
}
|
||||
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 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
|
||||
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
|
||||
http://www.polargraph.co.uk/
|
||||
|
Loading…
Reference in New Issue
Block a user