Skip to content

OctoPrint plug-in that detects when printer is out of filament

License

Notifications You must be signed in to change notification settings

draagc/OctoPrint-FilamentEncore

Repository files navigation

OctoPrint-FilamentEncore

OctoPrint plugin that integrates with a filament sensor hooked up to a Raspberry Pi GPIO pin and allows the filament spool to be changed during a print if the filament runs out.

Based on the Octoprint-Filament-Reloaded plugin by kontakt.

Required sensor

Using this plugin requires a filament sensor. The code is set to use the Raspberry Pi's internal Pull-Up resistors, so the switch should be between your detection pin and a ground pin.

Features

  • Optionally prevent printer from starting with no filament

  • Configurable GPIO pin.
  • Debounce noisy sensors.
  • Support normally open and normally closed sensors.
  • Execution of custom GCODE when out of filament detected.
  • Optionally pause print when out of filament.

An API is available to check the filament sensor status via a GET method to /plugin/filamentreload/status which returns a JSON

  • {status: "-1"} if the sensor is not setup
  • {status: "0"} if the sensor is OFF (filament not present)
  • {status: "1"} if the sensor is ON (filament present)

Installation

Configuration

After installation, configure the plugin via OctoPrint Settings interface.

About

OctoPrint plug-in that detects when printer is out of filament

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published