Enum Request
Request indices for SPI transfers from the Linux board to the RepRapFirmware controller
Namespace: DuetControlServer.SPI.Communication.LinuxRequests
Assembly: DuetControlServer.dll
Syntax
public enum Request : ushort
Fields
Name | Description |
---|---|
AssignFilament | Assign filament to a given extruder drive |
Code | Request the execution of a G/M/T-code |
EmergencyStop | Perform an immediate emergency stop |
EvaluateExpression | Evaluate an arbitrary expression |
FileChunk | Response to a FileChunkHeader |
FilesAborted | All the files have been aborted on a particular channel |
GetHeightMap | Request the heightmap coordinates as generated by G29 S0 |
GetObjectModel | Request a part of the machine's object model |
LockMovementAndWaitForStandstill | Lock movement and wait for standstill |
MacroCompleted | Notify the firmware about the completion of a macro file |
MacroStarted | Notify the firmware that a macro file has been started |
Message | Send an arbitrary RepRapFirmware message |
PrintStarted | Tell the firmware a print has started and set information about the file being processed |
PrintStopped | Tell the firmware a print has been stopped and reset information about the file being processed |
Reset | Reset the controller |
SetHeightMap | Set the heightmap coordinates via G29 S1 |
SetObjectModel | Set a value in the machine's object model (reserved) |
StartIap | Launch the IAP binary |
Unlock | Unlock everything again |
WriteIap | Write another chunk of the IAP binary to the designated Flash area |