Skip to content

Support for skipping objects in sequence #1088

Answered by mriscoc
dhysuiej asked this question in Q&A
Discussion options

You must be logged in to vote

M486 for cancel object is enabled in this firmware, you can check that in the configuration files:

/**
 * Cancel Objects
 *
 * Implement M486 to allow Marlin to skip objects
 */
#define CANCEL_OBJECTS  // MRiscoC Enabled M486 to skip objects
#if ENABLED(CANCEL_OBJECTS)
  #define CANCEL_OBJECTS_REPORTING // Emit the current object as a status message
#endif

I use a cancel object plugin for Octoprint.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dhysuiej
Comment options

Answer selected by dhysuiej
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants