-
/abort
- Abort current print (confirmation required).
-
/con
– Connect/disconnect the printer. Through a button menu, you can choose between auto connect, using defaults to connect, or manual connect (selecting port/baudrate/printer profile). You can also change the connection defaults and enable/disable auto connect.
-
/ctrl
– Trigger the controls defined in OctoPrint. Only plain controls (without input or output) will be available. If a confirmation is defined for the control, it will be shown before execution. See the OctoPrint documentation for details on configuring controls. It is recommended to install the Custom Control Editor plugin to support this functionality.
-
/dontshutup
– The opposite of the /shutup
command. Resumes notification messages from the bot after it had been muted.
-
/filament
– Displays your filament spools along with their usage percentage. You can also change the active filament spool using this command. Requires the Filament Manager Plugin.
-
/files
– Lists the files available for printing and allows file management (upload, copy, download, view details, etc.) through a button menu.
-
/gcode
– Sends G-code to the printer. The G-code command must be separated from /gcode
by an underscore, e.g. /gcode_M117 HelloWorld
.
-
/gif
– Record a 5-second GIF for each configured webcam. Requires cpulimit
/limitcpu
and ffmpeg
to be installed.
-
/help
- Show available commands.
-
/home
- Home the printer's print head.
-
/on
– Turns on the printer power via the PSU Control plugin or the OctoPrint-TuyaSmartplug plugin.
-
/off
– Turns off the printer power via the PSU Control plugin or the OctoPrint-TuyaSmartplug plugin.
-
/photo
– Captures a photo from each configured webcam.
-
/print
– Starts a print, allowing you to choose between the loaded file (e.g. the previous print) or browsing the complete list of available files.
-
/settings
- Displays the current notification settings and allows you to change them.
-
/shutup
- Disables automatic notifications until the print finishes.
-
/status
– Receive a status message (printing, not printing, paused, etc.) with details about the current print and snapshots/videos from the webcams (if configured).
-
/supergif
– Record a 10-second GIF for each configured webcam. Has the same requirements as /gif
.
-
/sys
- Execute OctoPrint system commands defined in config.yaml. If a confirmation is set for a system command, it will be requested before execution. See OctoPrint documentation for details on configuring system commands. Installation of the System Command Editor plugin is recommended.
-
/togglepause
- Pause or resume the current print.
-
/tune
- Adjust feed rate, flow, and temperatures.
-
/upload
- You can simply send a G-code file or a ZIP file to the bot to save it in OctoPrint’s upload folder. If you send this command, the bot will tell you the same. In groups, make sure to attach the file as a reply to the bot message if privacy mode is enabled.
-
/user
- Retrieves user or group information. This includes saved user/group data, allowed commands, and notifications enabled for the chat.