Skip to content

Quick toolhead swap (M2000 S200) not supported via Octoprint?#28

Description

@evilC

馃悶 bug report

Affected Version(s)

All

Is this a regression? (optional)

No

To Reproduce

Steps to reproduce the behavior:
1.

T0
G1 X50
T1
M2000 S200
  1. Print heads do not move as expected

Exception or Error (optional)
Recv: Not printing, can not move T0 T1 now

Expected behavior
T0 should park at the same time as T1 moves into place

Notes:
I notice here:

      if (SYSTEM_STATUE_PRINTING != system_service.get_status()) {
        LOG_I("Not printing, can not move T0 T1 now\r\n");
        return;
      }

I do not see what sets the status to SYSTEM_STATUE_PRINTING.
This appears to be a custom Snapmaker status. I do not see any GCODE command that lets you set this.
I am guessing when printing via the screen, it sets it?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions