|
BowlerKernel
|

Public Member Functions | |
| String | runLine (String line) |
| void | runFile (File gcode) |
| GCodeDeviceConfiguration | getConfiguration () |
Definition at line 5 of file IGcodeExecuter.java.
| GCodeDeviceConfiguration com.neuronrobotics.sdk.addons.kinematics.gcodebridge.IGcodeExecuter.getConfiguration | ( | ) |
Return the configuration of the gcode device.
Implemented in com.neuronrobotics.sdk.addons.kinematics.gcodebridge.GcodeDevice.
| void com.neuronrobotics.sdk.addons.kinematics.gcodebridge.IGcodeExecuter.runFile | ( | File | gcode | ) |
Run all the lines in a file
| gcode |
Implemented in com.neuronrobotics.sdk.addons.kinematics.gcodebridge.GcodeDevice.
| String com.neuronrobotics.sdk.addons.kinematics.gcodebridge.IGcodeExecuter.runLine | ( | String | line | ) |
Execute a single line of gcode
| line |
Implemented in com.neuronrobotics.sdk.addons.kinematics.gcodebridge.GcodeDevice.