Skip to content

Commit

Permalink
Finish 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malnvenshorn committed Nov 12, 2017
2 parents 6e0ef12 + fa2c10b commit 6ac3234
Show file tree
Hide file tree
Showing 21 changed files with 1,545 additions and 526 deletions.
4 changes: 2 additions & 2 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Before opening a new ticket please take a look if there is already an existing one addressing the same concern.

Also read the FAQ: https://github.com/malnvenshorn/OctoPrint-FilamentManager#faq
Also read the FAQ: https://github.com/malnvenshorn/OctoPrint-FilamentManager/wiki#faq

If you have a **request** or **question** mark them with a "[Request]" respectively "[Question]" prefix in the title.

Expand Down Expand Up @@ -28,7 +28,7 @@ For **bug** reports use the template below and provide ALL required information.

#### Link to contents of Javascript console in the browser

[If you're reporting UI issues always include the output of the javascript console of your browser.]
[If you're reporting UI issues always include the output of the javascript console of your browser. Always include if unsure.]

#### Further information

Expand Down
52 changes: 3 additions & 49 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,56 +6,10 @@ This OctoPrint plugin helps to manage your filament spools. The project is still

* Replacing filament volume with weight in sidebar
* Filament odometer to keep track of remaining filament on spool
* Enable warning if print exceeds remaining filament on spool
* Warn if print exceeds remaining filament on spool
* Assign temperature offset to spools

## FAQ

[Odometer feature doesn't work when printing from SD](https://github.com/malnvenshorn/OctoPrint-FilamentManager#odometer-feature-doesnt-work-when-printing-from-sd)<br>
[My profiles/spools will not be loaded](https://github.com/malnvenshorn/OctoPrint-FilamentManager#my-profilesspools-will-not-be-loaded)<br>
[Is it possible to change the location of the plugin in the sidebar?](https://github.com/malnvenshorn/OctoPrint-FilamentManager#is-it-possible-to-change-the-location-of-the-plugin-in-the-sidebar)<br>
[How do I install the latest development version?](https://github.com/malnvenshorn/OctoPrint-FilamentManager#how-do-i-install-the-latest-development-version)<br>
[How do I enable debug logging?](https://github.com/malnvenshorn/OctoPrint-FilamentManager#how-do-i-enable-debug-logging)

##

#### Odometer feature doesn't work when printing from SD

Due to how this feature works it is not possible to count the used filament in this case.

#### My profiles/spools will not be loaded

Try to clear your browser cache and reload the page.

#### Is it possible to change the location of the plugin in the sidebar?

You can reorder the items in the sidebar in the [config.yaml](http://docs.octoprint.org/en/master/configuration/config_yaml.html#appearance). E.g. to put the filament selection below the printer state add the following to your config:

```
appearance:
components:
order:
sidebar:
- connection
- state
- plugin_filamentmanager
```

#### How do I install the latest development version?

You can install it using the folowing link

`https://github.com/malnvenshorn/OctoPrint-FilamentManager/archive/develop.zip`

#### How do I enable debug logging?

The loglevel can be defined in the [logging.yaml](http://docs.octoprint.org/en/master/configuration/logging_yaml.html). To enable debug logging for this plugin add the following:

```
loggers:
octoprint.plugins.filamentmanager:
level: DEBUG
```
* Automatically pause print if filament runs out
* Import & export of spool inventory

## Screenshots

Expand Down
Loading

0 comments on commit 6ac3234

Please sign in to comment.