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

Feature-request: Exclude Layers #91

Open
mr-who2012 opened this issue Dec 26, 2021 · 1 comment
Open

Feature-request: Exclude Layers #91

mr-who2012 opened this issue Dec 26, 2021 · 1 comment

Comments

@mr-who2012
Copy link

mr-who2012 commented Dec 26, 2021

This wonderful plugin has the ability to exclude certain regions of a print, with drawing circles or rectangles into the gcode-viewport.
It was extremely useful if layers could be skipped in a similar way. This would allow RESUMING of failed prints!

How to do this manually, is shown here and here.

Unfortunately, there is no plugin out there to resume automatically. There is however a cmdline-tool to cut a large gcode-file into smaller pieces, for resuming and filament-change in a semi-automatic way: GetToDahChopper

With all methods the following things need special attention:

  1. The gcode-head needs to be kept untouched (everything up to the line "M117 Printing...")
  2. The number of already extracted filament must be used at the beginning of the shortened file (from the skipped-to position: the first previous G1 command that has an extrusion (“E”)). Otherwise the printer will extrude a lot of material after a layer-skip. The number is an always-increasing absolute number.
  3. Auto-calibration (G92) needs to be skipped as well
  4. Cura starts layer-counting at 0 (Brim and Skirt have negative numbers). So the target-layer of a skip needs to be reduced by 1.

Just look at the first two links. Everything is explained there.

Of course some method to log the number of already printed layers would be desirable too. This way someone knows which layer to resume from, after a print got interrupted.

@mr-who2012
Copy link
Author

No reactions, really? This feature was super-awesome. Resuming failed prints is not possible at the moment! This could be the first octoprint-plugin offering this functionality!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant