BowlerKernel
Public Member Functions | List of all members
com.neuronrobotics.sdk.addons.kinematics.gcodebridge.IGcodeExecuter Interface Reference
Inheritance diagram for com.neuronrobotics.sdk.addons.kinematics.gcodebridge.IGcodeExecuter:
Inheritance graph
[legend]

Public Member Functions

String runLine (String line)
 
void runFile (File gcode)
 
GCodeDeviceConfiguration getConfiguration ()
 

Detailed Description

Definition at line 5 of file IGcodeExecuter.java.

Member Function Documentation

◆ getConfiguration()

GCodeDeviceConfiguration com.neuronrobotics.sdk.addons.kinematics.gcodebridge.IGcodeExecuter.getConfiguration ( )

Return the configuration of the gcode device.

Returns

Implemented in com.neuronrobotics.sdk.addons.kinematics.gcodebridge.GcodeDevice.

◆ runFile()

void com.neuronrobotics.sdk.addons.kinematics.gcodebridge.IGcodeExecuter.runFile ( File  gcode)

Run all the lines in a file

Parameters
gcode

Implemented in com.neuronrobotics.sdk.addons.kinematics.gcodebridge.GcodeDevice.

◆ runLine()

String com.neuronrobotics.sdk.addons.kinematics.gcodebridge.IGcodeExecuter.runLine ( String  line)

Execute a single line of gcode

Parameters
line
Returns

Implemented in com.neuronrobotics.sdk.addons.kinematics.gcodebridge.GcodeDevice.


The documentation for this interface was generated from the following file: