mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
16 lines
461 B
YAML
16 lines
461 B
YAML
summary: Send an arbitrary command to the printer
|
|
operationId: sendPrinterCmd
|
|
description: >-
|
|
Sends any command to the printer via the serial interface. Should be used with some care as some commands can interfere with or even stop a running print job.
|
|
tags:
|
|
- Command
|
|
requestBody:
|
|
content:
|
|
application/json:
|
|
schema:
|
|
$ref: ../../../components/requestBodies/ArbitraryPrinterCmd.yaml
|
|
responses:
|
|
"204":
|
|
description: >-
|
|
No error
|