public class PunchPlanIO
extends java.lang.Object
Constructor and Description |
---|
PunchPlanIO() |
Modifier and Type | Method and Description |
---|---|
static void |
exportToGRBL(java.io.File file,
PunchPlan p) |
static PunchPlan |
readFromGRBL(java.io.File gcodeFile)
Read gcode from file, and construct punchplan object
|
static PunchPlan |
readFromGRBL(java.io.InputStream inputStreamGcode)
Read gcode from inputstream, and construct punchplan object
|
public static void exportToGRBL(java.io.File file, PunchPlan p) throws java.lang.Exception
java.lang.Exception
public static PunchPlan readFromGRBL(java.io.InputStream inputStreamGcode) throws java.lang.Exception
gcodeFile
- java.lang.Exception
public static PunchPlan readFromGRBL(java.io.File gcodeFile) throws java.lang.Exception
gcodeFile
- java.lang.Exception