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

Special Modes - Print Sequence Script/Mod to Skip or Next printing object #7315

Closed
MRDavidas opened this issue Mar 20, 2020 · 7 comments
Closed
Labels
Status: Duplicate Duplicate of another issue. Type: New Feature Adding some entirely new functionality.

Comments

@MRDavidas
Copy link

MRDavidas commented Mar 20, 2020

Is your feature request related to a problem? Please describe.
I am printing these 25 pieces(off 1000) one by one. using Special Modes - Print Sequence .
Capture
Describe the solution you'd like
is it possible somehow to make skip model if it fails to print and jump to the next one?
Describe alternatives you've considered
Thinking to have add script in the G-code Where you can skip/jump to next layer of model to start the new print.
Affected users and/or printers
it will allow saving your printing time, used filament. If a model fails you can easily skip not to start over.
Additional context
(Add any other context or screenshots about the feature request here.)

@MRDavidas MRDavidas added the Type: New Feature Adding some entirely new functionality. label Mar 20, 2020
@rburema
Copy link
Member

rburema commented Mar 20, 2020

if it fails to print

We don't get any information back from the printer... slicing is not a live process, we slice once, and then send the gcode to the printer.

add script in the G-code Where you can skip/jump to next layer of model to start the new print

As far as I'm aware, there's no standard gcode for 'pause on failure and let the user decide to skip an arbitrary amount of instructions' or similar.

Features like these will need to be added on the printer side of things first, before we can even think about adding them to Cura.

@rburema rburema closed this as completed Mar 20, 2020
@MRDavidas
Copy link
Author

MRDavidas commented Mar 21, 2020 via email

@MRDavidas
Copy link
Author

B8B92D57-16FB-45CE-97F5-0D549C9879E8

@MRDavidas
Copy link
Author

MarlinFirmware/Marlin#15590

@fieldOfView
Copy link
Collaborator

You could try the postprocessing script that is linked from that issue:
https://github.com/LinFor/Cura/blob/e-bot/plugins/PostProcessingPlugin/scripts/MarlinObjectsMarking.py

@Ghostkeeper
Copy link
Collaborator

Duplicate of #7014

@Ghostkeeper Ghostkeeper marked this as a duplicate of #7014 Mar 24, 2020
@Ghostkeeper Ghostkeeper added the Status: Duplicate Duplicate of another issue. label Mar 24, 2020
@rburema
Copy link
Member

rburema commented Mar 24, 2020

@MRDavidas I'm sorry, I misunderstood.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Duplicate Duplicate of another issue. Type: New Feature Adding some entirely new functionality.
Projects
None yet
Development

No branches or pull requests

4 participants