1. Home
  2. Third Party Solutions
  3. OctoPrint

OctoPrint

OctoPrint is an open source software for operating 3D printers with a user-friendly web interface.
For knowing when the printing process is finished if you’re not around, we have written an extension. It allows you to send an SMS to a preset mobile phone number as soon as the printing process is finished.

Installation

Install the extension via the bundled plugin manager. Type in https://github.com/sms77io/octoprint in the URL field.

Setup

After installation, go to Settings -> Plugins -> sms77 and fill out the form.

Configuration Options

api_key
Your API key from sms77 which is required for sending SMS.
enabled
Whether the plugin is activated or not.
flash
Whether SMS gets sent as flash or not.
message_template
The SMS text to send.
printer_name
An identifier for naming the printer.
recipients
A comma separated list of SMS recipient(s).
sender
The value to use as the SMS sender.

Message Placeholders

You can make use of the following placeholders:

{elapsed_time}
Resolves to the duration of the print.
{filename}
Resolves to the filename of the print.
{printer_name}
Resolves to the name of the printer being used.

OctoPrint: Plugin Configuration

[GitHub lang=”en” repo=”OctoPrint”]