/
DU
duet3d
/
RepRapFirmware
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 50m ago · Updated 1mo ago
Details
Filter operations
get
Attempt to create a new connection and log in using the (optional) password
get
Disconnect again from the RepRapFirmware controller
get
Retrieve a status response from RepRapFirmware in JSON format. Deprecated in RRF 3.0 and later, use `rr_model` instead
get
Retrieve the configuration response. This request provides a JSON object with values that are expected to change rarely. Deprecated in RRF 3.0 and later, use rr_model instead
get
Execute arbitrary G/M/T-code(s)
get
Retrieve the last G-code reply. The G-code reply is buffered per connected HTTP client and it is discarded when every HTTP client has fetched it or when the firmware is short on memory and the client has not requested it within reasonable time (1 second)
get
Get the last file upload result
post
Upload a file
get
Download a file
get
Delete a file or directory
get
Retrieve a (partial) file list
get
Retrieve a list of files without any attributes
get
Retrieve object model information like [M409](https://duet3d.dozuki.com/Wiki/Gcode#Section_M409_Query_object_model). Supported in RRF 3. and later
get
Move a file or directory
get
Create a new directory
get
Parse a G-code job file and return retrieved information. If no file is specified, information about the file being printed is returned
get
Query a thumbnail from a G-code file
Disconnect again from the RepRapFirmware controller
get
/rr_disconnect
Response
Disconnect response
object
required
{"stackTrail":"paths:/rr_disconnect:get:responses:200:content:application/json:schema:properties:err","oasType":"schema","type":"unknown","description":"Error code (0 = success, 1 = failed to remove session)"}
Changes