Skip to content

Commit

Permalink
Merge pull request #1317 from awe-source/gh-pages
Browse files Browse the repository at this point in the history
Add SkipTo plugin
  • Loading branch information
jneilliii authored Aug 28, 2024
2 parents 661ec18 + d97a662 commit cdebc2c
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions _plugins/SkipTo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
---
layout: plugin

id: SkipTo
title: OctoPrint-SkipTo
description: Allows to start printing a GCODE file from/at a specific layer or z-height
authors:
- awesrc
license: AGPLv3

date: 2024-08-27

homepage: https://github.com/awe-source/OctoPrint-SkipTo
source: https://github.com/awe-source/OctoPrint-SkipTo
archive: https://github.com/awe-source/OctoPrint-SkipTo/archive/master.zip

follow_dependency_links: false


tags:
- gcode
- utility
- ui
- print
- free

screenshots:
- url: /assets/img/plugins/SkipTo/screen1.png
alt: basic screen ui changes
caption: Plugin adds ">>" to the buttons on each file, and shows the current layer/z-height as it prints for reference purposes.
- url: /assets/img/plugins/SkipTo/screen2.png
alt: basic screen dialog of user input
caption: Plugin allows user to set the target height/layer to skip to.

featuredimage: /assets/img/plugins/SkipTo/skipto.png


compatibility:

octoprint:
- 1.4.0


os:
- linux
- windows
- macos
- freebsd


python: ">=3,<4"



attributes:
# - cloud # if your plugin requires access to a cloud to function
# - commercial # if your plugin has a commercial aspect to it
# - free-tier # if your plugin has a free tier

---

# SkipTo plugin

The SkipTo plugin for OctoPrint eases the burden of mucking around with GCODE files for the simple purpose of "restart on existing model, that failed/ran out of filament/blockage".
Enabling users to skip movements to a specific layer or Z-height within a G-code file. This functionality is particularly useful for resuming prints from a certain point, avoiding the need to start a print job from scratch if an interruption occurs. By providing a user-friendly interface to input desired layers or heights, the plugin offers a flexible and efficient way to manage and resume prints.

Tested with output from Cura, Slicer3d and PrusaSlicer.

## Questions, Comments, Or Feedback?

Contact us at [[email protected]]([email protected]).

![screenshot](/assets/img/plugins/SkipTo/SkipTo.png)
Binary file added assets/img/plugins/SkipTo/screen1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/plugins/SkipTo/screen2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/plugins/SkipTo/skipto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cdebc2c

Please sign in to comment.