Skip to main content

Simplyprint.io connector for 3D printers running Duet firmware.

Project description

This package acts as a bridge between Duet-based 3D printers and the Simplyprint.io cloud service.

It communicates with the printer using the Duet HTTP API. For more information, visit https://github.com/Duet3D/RepRapFirmware/wiki/HTTP-requests.

Communication with Simplyprint.io is handled via the simplyprint-ws-client.

Status

Supported features:

  • Printer registration

  • Printer status update

  • Webcam snapshot livestream

  • GCode receiving

  • File downloading

  • Printer control (start, pause, resume, cancel)

  • Self Upgrading VIA G-Code M997

  • Device healts update

  • Bed leveling

  • Filament Sensor

  • Duet auto discovery with tracking based on BoardID

Missing features:

  • PSU Control

  • GCode Macros / Scripts [not yet implemented by Simplyprint.io for Duet]

  • GCode terminal [not yet implemented by Simplyprint.io for Duet]

  • Receive messages from Printer in Simplyprint.io [not yet implemented by Simplyprint.io for Duet]

Installation

sudo apt-get install git ffmpeg python3-venv gcc g++ make python3-dev
cd ~
mkdir mp_duet_simplyprint_connector
cd mp_duet_simplyprint_connector
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install meltingplot.duet_simplyprint_connector
simplyprint autodiscover --password=reprap --ipv4-range=192.168.1.0/24 --ipv6-range=::1/128

# optional - add webcam snapshot uri
vi ~/.config/SimplyPrint/DuetConnector.json

simplyprint install-as-service

Content of DuetConnector.json

The default password for the Duet is reprap, even if the web interface does not require a login.

[
    {
        "id": null,
        "token": null,
        "name": null,
        "in_setup": true,
        "short_id": null,
        "public_ip": null,
        "unique_id": "...",
        "duet_uri": "IP_OF_YOUR_DUET",
        "duet_password": "reprap",
        "duet_unique_id": "YOUR_DUET_BOARD_ID",
        "duet_name": "YOUR_DUET_NAME",
        "webcam_uri": "http://URI_OF_WEBCAM_SNAPSHOT_ENDPOINT/snapshot"
    }
]

Usage of Meltingplot Duet Simplyprint Connector

  • Create a configuration with simplyprint autodiscover

  • Optional Edit the configuration file ~/.config/SimplyPrint/DuetConnector.json

  • Start the duet simplyprint connector with simplyprint start or systemctl start simplyprint-connector.service

  • Add the printer via the Simplyprint.io web interface.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

File details

Details for the file meltingplot_duet_simplyprint_connector-1.2.0rc2.tar.gz.

File metadata

File hashes

Hashes for meltingplot_duet_simplyprint_connector-1.2.0rc2.tar.gz
Algorithm Hash digest
SHA256 e32a76f4582a8cf5dd8d43999e9084519e818bd73a9dfca7a5765b83c8dca49f
MD5 de031af2c4fd0452957b309bcc5b818e
BLAKE2b-256 8c3768eee8646e407e515c27b3972357e4df78e28a4eebc4b7d1dbc0330f8d42

See more details on using hashes here.

Provenance

The following attestation bundles were made for meltingplot_duet_simplyprint_connector-1.2.0rc2.tar.gz:

Publisher: python-publish.yml on Meltingplot/duet-simplyprint-connector

Attestations:

File details

Details for the file meltingplot.duet_simplyprint_connector-1.2.0rc2-py3-none-any.whl.

File metadata

File hashes

Hashes for meltingplot.duet_simplyprint_connector-1.2.0rc2-py3-none-any.whl
Algorithm Hash digest
SHA256 216ea57a99eb3947b4b846a6ff5933931e87a9c7440f9b53d75052ca7f557c73
MD5 3186648128524108108750ffcf70df14
BLAKE2b-256 301e00b15ff028d1e50a7906c805755fddb02353ffd4729796d9355cbc3ce754

See more details on using hashes here.

Provenance

The following attestation bundles were made for meltingplot.duet_simplyprint_connector-1.2.0rc2-py3-none-any.whl:

Publisher: python-publish.yml on Meltingplot/duet-simplyprint-connector

Attestations:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page