Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonshineSG committed Jun 29, 2016
1 parent cb3f92b commit eaa486a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ An API is available to check the filament sensor status via a GET method to `/pl
- `{status: "0"}` if the sensor is OFF (filament not present)
- `{status: "1"}` if the sensor is ON (filament present)

The status 0/1 might depends on the type of sensor, and it might be reverse if using a normaly closed switch.
The status 0/1 depends on the type of sensor, and it might be reverse if using a normaly closed switch.

An build using an optical switch is available at http://www.thingiverse.com/thing:1646220
A build using an optical switch can be found at http://www.thingiverse.com/thing:1646220


Note: Needs RPi.GPIO version greater than 0.6.0 to allow access to GPIO for non root and chmod a+rw /dev/gpiomem
Note: Needs RPi.GPIO version greater than 0.6.0 to allow access to GPIO for non root and `chmod a+rw /dev/gpiomem`.
This requires a failry up to date system.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
plugin_description = """Use a filament sensor to pause printing when fillament runs out."""
plugin_description = """Use a filament sensor to pause printing when filament runs out."""

# The plugin's author. Can be overwritten within OctoPrint's internal data via __plugin_author__ in the plugin module
plugin_author = "ovidiu"
Expand Down

0 comments on commit eaa486a

Please sign in to comment.