mirror of
https://github.com/euphy/polargraphcontroller
synced 2025-01-07 18:59:59 +01:00
Addition to support gcode without Z codes
This commit is contained in:
parent
8e263852ee
commit
995db8a8a5
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user