klack / marlin

GNU General Public License v3.0
18 stars 6 forks source link

ISSUE: Printing clone mode from Octo #33

Closed mine2209 closed 3 years ago

mine2209 commented 3 years ago

Description

Causes E1 to attempt to move left from home position and skip

Steps to Reproduce

  1. Turn Idex mode to clone
  2. Preheat
  3. Send file to print from octoprint

Expected behavior: Once preheated E2 to move to the centre position and then both nozzles to begin print

Actual behavior: Both E1 & E2 attempt to move left to the centre position causing E1 to push against endstop/frame then the print begins and completes normally

Additional Information

When printing from SD this does not happen E2 moves over E1 remains still and then it begins printing normally

https://user-images.githubusercontent.com/67610139/104075088-b92f4c00-5209-11eb-909a-ec15223a84c2.mp4

mine2209 commented 3 years ago

I believe this may be to do with selecting on the screen clone and not sending m605 before starting print, testing now

mine2209 commented 3 years ago

Above correct it does work when I first send m605 s2 command, so not really issue,

Annoying cant just select on the screen like you do for SD print though, as would make production work to order easier than having to use slicer or gcode

cryoaura commented 3 years ago

Should be able to select on screen with preservation mode of G28 routine. Seems this is not operating properly.

murdock62 commented 3 years ago

Fixed by the fix of issue #104.