Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt continuousprint plugin #1027

Merged
merged 3 commits into from
Mar 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions _data/notices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,11 @@
repository of the old maintainer. Please uninstall the old plugin from the plugin manager, then reinstall from the plugin
repository to update it. The release notes of the version by the new maintainer can be found at the "Read more..." link below.
link: https://github.com/Royrdan/Octoprint-Smart-Filament-Sensor/releases/tag/1.1.6
- plugin: continuousprint
pluginversions: ["<1.4.1"]
versions: []
date: 2022-3-12 12:00:00Z
text: Version 1.4.1 of this plugin is available from a new maintainer, but your version still looks for updates at the
repository of the old maintainer. Please uninstall the old plugin from the plugin manager, then reinstall from the plugin
repository to update it. The release notes of the version by the new maintainer can be found at the "Read more..." link below.
link: https://github.com/smartin015/continuousprint/releases/tag/1.4.1
2 changes: 1 addition & 1 deletion _data/update_check_overlays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stats:
user: AlexVerrico
repo: octoprint-stats
continuousprint:
user: Zinc-OS
user: smartin015
m73etaoverride:
user: gdombiak
webcamtab:
Expand Down
18 changes: 12 additions & 6 deletions _plugins/continuousprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ id: continuousprint
title: Continuous Print
description: Allows the queueing and automatic print and clearing of the queue
authors:
- Scott Martin (Current)
- Louis Sarwal
- Paul Goddard(Original)
- Paul Goddard
license: AGPLv3

# today's date in format YYYY-MM-DD, e.g.
date: 2020-04-24

homepage: https://github.com/Zinc-OS/continuousprint
source: https://github.com/Zinc-OS/continuousprint
archive: https://github.com/Zinc-OS/continuousprint/archive/master.zip
homepage: https://github.com/smartin015/continuousprint
source: https://github.com/smartin015/continuousprint
archive: https://github.com/smartin015/continuousprint/archive/master.zip

# Set this to true if your plugin uses the dependency_links setup parameter to include
# library versions not yet published on pypi. SHOULD ONLY BE USED IF THERE IS NO OTHER OPTION!
Expand All @@ -33,8 +34,13 @@ compatibility:

# Continuous Print

This is a simple plugin that, as its name suggests, allows _continuous print_. The gcode files are first loaded into a queue. Once this queue is started, the queue will automatically print from top to bottom. Between prints, it will run bed clearing commands so your prints won't get messed up.
Depending on your printer, and the material you are printing with, you may need to change the bed clearing commands.
This plugin automates your printing!

* **Add gcode files to the queue and set a number of times to print each.** The plugin will print them in sequence, running "bed clearing" script after each.
* **Group multiple files together into "jobs" and run them multiple times.** Don't make 10 boxes by printing 10 bases, then 10 lids - just define a "box" job and print box/lid combos in sequence.
* **Reduce manual intervention with failure automation.** This plugin optionally integrates with [The Spaghetti Detective](https://www.thespaghettidetective.com/) and can retry prints that fail to adhere to the bed, with configurable limits on how hard to try before giving up.

WARNING: Your printer must have a method of clearing the bed automatically, with correct GCODE instructions set up in this plugin's settings page - damage to your printer may occur if this is not done correctly. If you want to manually remove prints, look in the plugin settings for details on how to use `@pause` so the queue is paused before another print starts.

## Screenshot

Expand Down
Binary file modified assets/img/plugins/continuousprint/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.